Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / innerHTML / innerHTML-changing-document-properties-expected.txt
blob2475a4a31898ac71d26dcf73fef1404d28be47b4
1 document.xmlEncoding : UTF-8
2 document.xmlVersion : 1.0
3 document.xmlStandalone : true
4 document.readyState : loading
5 div.innerHTML = threw exception: SyntaxError: Failed to set the 'innerHTML' property on 'Element': The provided markup is invalid XML, and therefore cannot be inserted into an XML document.
6 document.xmlEncoding : UTF-8
7 document.xmlVersion : 1.0
8 document.xmlStandalone : true
9 document.readyState : loading