2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / serialize-nodes-expected.txt
blob4357c35150503dd0bd7920c30520142840a1a70a
1 ALERT: foo:name is one and should be one
2 ALERT: bar:name is two and should be two
3 ALERT: name is three and should be three
4 ALERT: node is child and should be child
5 ALERT: <foo:root xmlns:foo="urn:foo-ns" foo:type="test"><child foo:name="one" bar:name="two" xmlns:bar="urn:bar-ns" name="three"/></foo:root>
6 <div xmlns="http://www.w3.org/1999/xhtml" id="input">
7     <div>
8         <foo:node xmlns:foo="http://foo.com" xmlns="http://baz.com" foo:name="foo_name" bar:name="bar_name" xmlns:bar="http://bar.com">
9             <node foo:name="foo_name">
10                 <bar:node xmlns:bar="http://bar2.com"/>
11             </node>
12         </foo:node>
13     </div>
14     <bar:node xmlns:bar="http://bar.com">
15         <br />
16     </bar:node>
17 </div>