| Index: LayoutTests/fast/dom/processing-instruction-inherit-characterdata-expected.txt
 | 
| diff --git a/LayoutTests/fast/dom/processing-instruction-inherit-characterdata-expected.txt b/LayoutTests/fast/dom/processing-instruction-inherit-characterdata-expected.txt
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..ed904177bc1b71b0c046e52700951f8482fd2242
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/dom/processing-instruction-inherit-characterdata-expected.txt
 | 
| @@ -0,0 +1,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
 | 
| +
 | 
| 
 |