Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / XMLSerializer-expected.txt
blob65b5b31fe7e472d34b9f4910f6b786998dd0b33c
1 This tests XMLSerializer on different node types. If the test is successful, there should be five lines of output. The first line should be the child1 tag. The second should be the child2 tag. The third one should be a comment, the fourth one should be the complete document and the fifth one should be the complete document but serialized from a document fragment node.
2 <child1>First child</child1>
3 <child2 attr="an attribute">Second child</child2>
4 <!-- A comment -->
5 <test><child1>First child</child1><child2 attr="an attribute">Second child</child2><!-- A comment --></test>
6 <test><child1>First child</child1><child2 attr="an attribute">Second child</child2><!-- A comment --></test>