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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Node-textContent-expected.txt

Issue 1529523002: Import dom/ from web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak W3CImportExpectations Created 5 years 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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS For an empty Element, textContent should be the empty string 2 PASS For an empty Element, textContent should be the empty string
3 PASS For an empty DocumentFragment, textContent should be the empty string 3 PASS For an empty DocumentFragment, textContent should be the empty string
4 PASS Element with children 4 PASS Element with children
5 PASS Element with descendants 5 PASS Element with descendants
6 PASS DocumentFragment with children 6 PASS DocumentFragment with children
7 PASS DocumentFragment with descendants 7 PASS DocumentFragment with descendants
8 PASS For an empty Text, textContent should be the empty string 8 PASS For an empty Text, textContent should be the empty string
9 PASS For an empty ProcessingInstruction, textContent should be the empty string 9 PASS For an empty ProcessingInstruction, textContent should be the empty string
10 PASS For an empty Comment, textContent should be the empty string 10 PASS For an empty Comment, textContent should be the empty string
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 PASS For a Text, textContent should set the data 75 PASS For a Text, textContent should set the data
76 PASS For a ProcessingInstruction, textContent should set the data 76 PASS For a ProcessingInstruction, textContent should set the data
77 PASS For a Comment, textContent should set the data 77 PASS For a Comment, textContent should set the data
78 PASS For Documents created by parser, setting textContent should do nothing 78 PASS For Documents created by parser, setting textContent should do nothing
79 PASS For Documents created by createDocument, setting textContent should do noth ing 79 PASS For Documents created by createDocument, setting textContent should do noth ing
80 PASS For Documents created by createHTMLDocument, setting textContent should do nothing 80 PASS For Documents created by createHTMLDocument, setting textContent should do nothing
81 PASS For DocumentType created by parser, setting textContent should do nothing 81 PASS For DocumentType created by parser, setting textContent should do nothing
82 PASS For DocumentType created by script, setting textContent should do nothing 82 PASS For DocumentType created by script, setting textContent should do nothing
83 Harness: the test ran to completion. 83 Harness: the test ran to completion.
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698