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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 10 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 Found 28 tests. 28 PASS 0 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS Passing a detached element from the main document to removeChild should not affect it. 3 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. 4 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. 5 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. 6 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. 7 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. 8 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. 9 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. 10 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. 11 PASS Calling removeChild on a comment from the main document with no children sh ould throw NOT_FOUND_ERR.
11 PASS Passing a detached element from a frame document to removeChild should not affect it. 12 PASS Passing a detached element from a frame document to removeChild should not affect it.
(...skipping 10 matching lines...) Expand all
22 PASS Calling removeChild on a element from a synthetic document with no children should throw NOT_FOUND_ERR. 23 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. 24 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. 25 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. 26 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. 27 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. 28 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. 29 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. 30 PASS Passing a value that is not a Node reference to removeChild should throw Ty peError.
30 Harness: the test ran to completion. 31 Harness: the test ran to completion.
31 b 32 b
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698