Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / XMLSerializer-attribute-entities-expected.txt
blobcc4c514d1961ae8b1acdcfec0b9d74ff80be9138
1 Test that XMLSerializer quotes the attribute characters specified in the W3C spec.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS htmlElement.outerHTML is "<div quoteme=\"< > &amp; &quot; ' &nbsp;\"></div>"
7 PASS (new XMLSerializer()).serializeToString(xmlElement) is "<div xmlns=\"http://www.w3.org/1999/xhtml\" quoteme=\"&lt; &gt; &amp; &quot; ' \xA0\"></div>"
8 PASS successfullyParsed is true
10 TEST COMPLETE