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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-appendChild-expected.txt

Issue 2658093003: Suppress console messages for all testharness tests. (Closed)
Patch Set: rebaseline-cl 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 CONSOLE ERROR: line 126: The given range isn't in document.
2 CONSOLE ERROR: line 126: The given range isn't in document.
3 CONSOLE ERROR: line 126: The given range isn't in document.
4 CONSOLE ERROR: line 126: The given range isn't in document.
5 CONSOLE ERROR: line 126: The given range isn't in document.
6 CONSOLE ERROR: line 126: The given range isn't in document.
7 CONSOLE ERROR: line 126: The given range isn't in document.
8 CONSOLE ERROR: line 126: The given range isn't in document.
9 CONSOLE ERROR: line 126: The given range isn't in document.
10 This is a testharness.js-based test. 1 This is a testharness.js-based test.
11 FAIL testDiv.appendChild(testDiv.lastChild), with unselected range collapsed at (testDiv.lastChild, 0) assert_equals: Wrong start container expected Element nod e <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2 FAIL testDiv.appendChild(testDiv.lastChild), with unselected range collapsed at (testDiv.lastChild, 0) assert_equals: Wrong start container expected Element nod e <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ
12 </p><p id="b" s... but got Comment node <!--Alphabet soup?--> 3 </p><p id="b" s... but got Comment node <!--Alphabet soup?-->
13 PASS testDiv.appendChild(testDiv.lastChild), with selected range collapsed at (t estDiv.lastChild, 0) 4 PASS testDiv.appendChild(testDiv.lastChild), with selected range collapsed at (t estDiv.lastChild, 0)
14 FAIL testDiv.appendChild(testDiv.lastChild), with unselected range on testDiv.la stChild from 0 to 1 assert_equals: Wrong start container expected Element node < div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 5 FAIL testDiv.appendChild(testDiv.lastChild), with unselected range on testDiv.la stChild from 0 to 1 assert_equals: Wrong start container expected Element node < div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ
15 </p><p id="b" s... but got Comment node <!--Alphabet soup?--> 6 </p><p id="b" s... but got Comment node <!--Alphabet soup?-->
16 FAIL testDiv.appendChild(testDiv.lastChild), with selected range on testDiv.last Child from 0 to 1 assert_equals: Wrong end offset expected 5 but got 6 7 FAIL testDiv.appendChild(testDiv.lastChild), with selected range on testDiv.last Child from 0 to 1 assert_equals: Wrong end offset expected 5 but got 6
17 FAIL testDiv.appendChild(testDiv.lastChild), with unselected range collapsed at (testDiv.lastChild, 1) assert_equals: Wrong start container expected Element nod e <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 8 FAIL testDiv.appendChild(testDiv.lastChild), with unselected range collapsed at (testDiv.lastChild, 1) assert_equals: Wrong start container expected Element nod e <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ
18 </p><p id="b" s... but got Comment node <!--Alphabet soup?--> 9 </p><p id="b" s... but got Comment node <!--Alphabet soup?-->
19 FAIL testDiv.appendChild(testDiv.lastChild), with selected range collapsed at (t estDiv.lastChild, 1) assert_equals: Wrong start offset expected 5 but got 6 10 FAIL testDiv.appendChild(testDiv.lastChild), with selected range collapsed at (t estDiv.lastChild, 1) assert_equals: Wrong start offset expected 5 but got 6
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 PASS paras[0].appendChild(testDiv), with unselected range on paras[0] from 0 to 1 67 PASS paras[0].appendChild(testDiv), with unselected range on paras[0] from 0 to 1
77 PASS paras[0].appendChild(testDiv), with selected range on paras[0] from 0 to 1 68 PASS paras[0].appendChild(testDiv), with selected range on paras[0] from 0 to 1
78 PASS paras[0].appendChild(document), with unselected range on paras[0] from 0 to 1 69 PASS paras[0].appendChild(document), with unselected range on paras[0] from 0 to 1
79 PASS paras[0].appendChild(document), with selected range on paras[0] from 0 to 1 70 PASS paras[0].appendChild(document), with selected range on paras[0] from 0 to 1
80 PASS paras[0].appendChild(foreignDoc), with unselected range on paras[0] from 0 to 1 71 PASS paras[0].appendChild(foreignDoc), with unselected range on paras[0] from 0 to 1
81 PASS paras[0].appendChild(foreignDoc), with selected range on paras[0] from 0 to 1 72 PASS paras[0].appendChild(foreignDoc), with selected range on paras[0] from 0 to 1
82 PASS paras[0].appendChild(document.doctype), with unselected range on paras[0] f rom 0 to 1 73 PASS paras[0].appendChild(document.doctype), with unselected range on paras[0] f rom 0 to 1
83 PASS paras[0].appendChild(document.doctype), with selected range on paras[0] fro m 0 to 1 74 PASS paras[0].appendChild(document.doctype), with selected range on paras[0] fro m 0 to 1
84 Harness: the test ran to completion. 75 Harness: the test ran to completion.
85 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698