Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Unified Diff: LayoutTests/fast/dom/processing-instruction-inherit-characterdata-expected.txt

Issue 22911019: [DOM4] Have ProcessingInstruction inherit CharacterData (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+
« no previous file with comments | « LayoutTests/fast/dom/processing-instruction-inherit-characterdata.xhtml ('k') | Source/core/dom/CharacterData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698