Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / processing-instruction-inherit-characterdata-expected.txt
blobed904177bc1b71b0c046e52700951f8482fd2242
1 Test that ProcessingInstruction inherits from CharacterData
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS ProcessingInstruction.__proto__ is CharacterData
7 PASS ProcessingInstruction.prototype.__proto__ is CharacterData.prototype
8 PASS processingInstruction.__proto__.__proto__ is CharacterData.prototype
9 PASS processingInstruction.target is "target"
10 PASS processingInstruction.data is "data"
11 PASS processingInstruction.length is 4
12 PASS processingInstruction.data is ""
13 PASS processingInstruction.length is 0
14 PASS successfullyParsed is true
16 TEST COMPLETE