Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Document / createProcessingInstruction-invalid-data-expected.txt
blob4ac63db705a02863e5d68e75a94ee5884722a9fb
1 PASS document.createProcessingInstruction('name', '?>') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The data provided ('?>') contains '?>'..
2 PASS document.createProcessingInstruction('name', 'foo?>bar') threw exception InvalidCharacterError: Failed to execute 'createProcessingInstruction' on 'Document': The data provided ('foo?>bar') contains '?>'..
3 PASS successfullyParsed is true
5 TEST COMPLETE