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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Test that ProcessingInstruction inherits from CharacterData
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
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
15
16 TEST COMPLETE
17
OLDNEW
« 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