summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/processing-instruction-inherit-characterdata-expected.txt
blob: ed904177bc1b71b0c046e52700951f8482fd2242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Test that ProcessingInstruction inherits from CharacterData

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS ProcessingInstruction.__proto__ is CharacterData
PASS ProcessingInstruction.prototype.__proto__ is CharacterData.prototype
PASS processingInstruction.__proto__.__proto__ is CharacterData.prototype
PASS processingInstruction.target is "target"
PASS processingInstruction.data is "data"
PASS processingInstruction.length is 4
PASS processingInstruction.data is ""
PASS processingInstruction.length is 0
PASS successfullyParsed is true

TEST COMPLETE