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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-removeChild-expected.txt

Issue 1988983002: Move the dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Passing a detached element from the main document to removeChild should not affect it. 2 PASS Passing a detached element from the main document to removeChild should not affect it.
3 PASS Passing a non-detached element from the main document to removeChild should not affect it. 3 PASS Passing a non-detached element from the main document to removeChild should not affect it.
4 PASS Calling removeChild on a element from the main document with no children sh ould throw NOT_FOUND_ERR. 4 PASS Calling removeChild on a element from the main document with no children sh ould throw NOT_FOUND_ERR.
5 PASS Passing a detached text from the main document to removeChild should not af fect it. 5 PASS Passing a detached text from the main document to removeChild should not af fect it.
6 PASS Passing a non-detached text from the main document to removeChild should no t affect it. 6 PASS Passing a non-detached text from the main document to removeChild should no t affect it.
7 PASS Calling removeChild on a text from the main document with no children shoul d throw NOT_FOUND_ERR. 7 PASS Calling removeChild on a text from the main document with no children shoul d throw NOT_FOUND_ERR.
8 PASS Passing a detached comment from the main document to removeChild should not affect it. 8 PASS Passing a detached comment from the main document to removeChild should not affect it.
9 PASS Passing a non-detached comment from the main document to removeChild should not affect it. 9 PASS Passing a non-detached comment from the main document to removeChild should not affect it.
10 PASS Calling removeChild on a comment from the main document with no children sh ould throw NOT_FOUND_ERR. 10 PASS Calling removeChild on a comment from the main document with no children sh ould throw NOT_FOUND_ERR.
(...skipping 11 matching lines...) Expand all
22 PASS Calling removeChild on a element from a synthetic document with no children should throw NOT_FOUND_ERR. 22 PASS Calling removeChild on a element from a synthetic document with no children should throw NOT_FOUND_ERR.
23 PASS Passing a detached text from a synthetic document to removeChild should not affect it. 23 PASS Passing a detached text from a synthetic document to removeChild should not affect it.
24 PASS Passing a non-detached text from a synthetic document to removeChild should not affect it. 24 PASS Passing a non-detached text from a synthetic document to removeChild should not affect it.
25 PASS Calling removeChild on a text from a synthetic document with no children sh ould throw NOT_FOUND_ERR. 25 PASS Calling removeChild on a text from a synthetic document with no children sh ould throw NOT_FOUND_ERR.
26 PASS Passing a detached comment from a synthetic document to removeChild should not affect it. 26 PASS Passing a detached comment from a synthetic document to removeChild should not affect it.
27 PASS Passing a non-detached comment from a synthetic document to removeChild sho uld not affect it. 27 PASS Passing a non-detached comment from a synthetic document to removeChild sho uld not affect it.
28 PASS Calling removeChild on a comment from a synthetic document with no children should throw NOT_FOUND_ERR. 28 PASS Calling removeChild on a comment from a synthetic document with no children should throw NOT_FOUND_ERR.
29 PASS Passing a value that is not a Node reference to removeChild should throw Ty peError. 29 PASS Passing a value that is not a Node reference to removeChild should throw Ty peError.
30 Harness: the test ran to completion. 30 Harness: the test ran to completion.
31 b 31 b
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698