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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-replaceChild-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 60 tests; 50 PASS, 10 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 FAIL testDiv.replaceChild(paras[0], paras[0]), with unselected range collapsed a t (paras[0], 0) assert_equals: Wrong start container expected Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3 FAIL testDiv.replaceChild(paras[0], paras[0]), with unselected range collapsed a t (paras[0], 0) assert_equals: Wrong start container expected Element node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 4 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
4 </p> 5 </p>
5 FAIL testDiv.replaceChild(paras[0], paras[0]), with selected range collapsed at (paras[0], 0) assert_equals: Wrong start container expected Element node <div id ="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 6 FAIL testDiv.replaceChild(paras[0], paras[0]), with selected range collapsed at (paras[0], 0) assert_equals: Wrong start container expected Element node <div id ="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ
6 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 7 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
7 </p> 8 </p>
8 FAIL testDiv.replaceChild(paras[0], paras[0]), with unselected range on paras[0] from 0 to 1 assert_equals: Wrong start container expected Element node <div id= "test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 9 FAIL testDiv.replaceChild(paras[0], paras[0]), with unselected range on paras[0] from 0 to 1 assert_equals: Wrong start container expected Element node <div id= "test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ
9 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 10 </p><p id="b" s... but got Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
10 </p> 11 </p>
11 FAIL testDiv.replaceChild(paras[0], paras[0]), with selected range on paras[0] f rom 0 to 1 assert_equals: Wrong start container expected Element node <div id="t est"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 12 FAIL testDiv.replaceChild(paras[0], paras[0]), with selected range on paras[0] f rom 0 to 1 assert_equals: Wrong start container expected Element node <div id="t est"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 PASS paras[0].replaceChild(testDiv, paras[0].firstChild), with unselected range on paras[0] from 0 to 1 67 PASS paras[0].replaceChild(testDiv, paras[0].firstChild), with unselected range on paras[0] from 0 to 1
67 PASS paras[0].replaceChild(testDiv, paras[0].firstChild), with selected range on paras[0] from 0 to 1 68 PASS paras[0].replaceChild(testDiv, paras[0].firstChild), with selected range on paras[0] from 0 to 1
68 PASS paras[0].replaceChild(document, paras[0].firstChild), with unselected range on paras[0] from 0 to 1 69 PASS paras[0].replaceChild(document, paras[0].firstChild), with unselected range on paras[0] from 0 to 1
69 PASS paras[0].replaceChild(document, paras[0].firstChild), with selected range o n paras[0] from 0 to 1 70 PASS paras[0].replaceChild(document, paras[0].firstChild), with selected range o n paras[0] from 0 to 1
70 PASS paras[0].replaceChild(foreignDoc, paras[0].firstChild), with unselected ran ge on paras[0] from 0 to 1 71 PASS paras[0].replaceChild(foreignDoc, paras[0].firstChild), with unselected ran ge on paras[0] from 0 to 1
71 PASS paras[0].replaceChild(foreignDoc, paras[0].firstChild), with selected range on paras[0] from 0 to 1 72 PASS paras[0].replaceChild(foreignDoc, paras[0].firstChild), with selected range on paras[0] from 0 to 1
72 PASS paras[0].replaceChild(document.doctype, paras[0].firstChild), with unselect ed range on paras[0] from 0 to 1 73 PASS paras[0].replaceChild(document.doctype, paras[0].firstChild), with unselect ed range on paras[0] from 0 to 1
73 PASS paras[0].replaceChild(document.doctype, paras[0].firstChild), with selected range on paras[0] from 0 to 1 74 PASS paras[0].replaceChild(document.doctype, paras[0].firstChild), with selected range on paras[0] from 0 to 1
74 Harness: the test ran to completion. 75 Harness: the test ran to completion.
75 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698