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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/selection/selectAllChildren-expected.txt

Issue 2653523003: Make DOMSelection cache Range (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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/selection/selectAllChildren-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/selection/selectAllChildren-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/selection/selectAllChildren-expected.txt
index 367f20a11377c3335d0583a502a895123f5bd9bf..26e21f3b15705c4aa950d5ba23b990431e937fbd 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/selection/selectAllChildren-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/selection/selectAllChildren-expected.txt
@@ -395,7 +395,7 @@ FAIL Range 0 [], node 37 xmlDoctype assert_throws: selectAllChildren() on a Docu
FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
"
-PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 1 paras[0].firstChild
+FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 1 paras[0].firstChild assert_not_equals: selectAllChildren must replace any existing range, not mutate it got disallowed value object ""
tkent 2017/02/09 00:21:35 Probably this is a similar problem as extend().
yoichio 2017/02/09 05:59:16 Done.
FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
</p> but got Text node "Qrstuvwx"
FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
@@ -1221,7 +1221,8 @@ FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 37
FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
"
-PASS Range 15 [document.documentElement, 0, document.documentElement, 1], node 1 paras[0].firstChild
+FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 1 paras[0].firstChild assert_not_equals: selectAllChildren must replace any existing range, not mutate it got disallowed value object "Selection.selectAllChildren tests
+"
FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
</p> but got Text node "Qrstuvwx"
FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
@@ -1458,7 +1459,7 @@ FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3
FAIL Range 18 [document.head, 1, document.head, 1], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
"
-PASS Range 18 [document.head, 1, document.head, 1], node 1 paras[0].firstChild
+FAIL Range 18 [document.head, 1, document.head, 1], node 1 paras[0].firstChild assert_not_equals: selectAllChildren must replace any existing range, not mutate it got disallowed value object ""
FAIL Range 18 [document.head, 1, document.head, 1], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
</p> but got Text node "Qrstuvwx"
FAIL Range 18 [document.head, 1, document.head, 1], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
@@ -1769,7 +1770,7 @@ FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 37 xmlDoctype asser
FAIL Range 23 [paras[0], 0, paras[0], 0], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
"
-PASS Range 23 [paras[0], 0, paras[0], 0], node 1 paras[0].firstChild
+FAIL Range 23 [paras[0], 0, paras[0], 0], node 1 paras[0].firstChild assert_not_equals: selectAllChildren must replace any existing range, not mutate it got disallowed value object ""
FAIL Range 23 [paras[0], 0, paras[0], 0], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
</p> but got Text node "Qrstuvwx"
FAIL Range 23 [paras[0], 0, paras[0], 0], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
@@ -2447,7 +2448,7 @@ FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 37 xmlDoctype assert_th
FAIL Range 33 [document.documentElement, 1, document.body, 0], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
"
-PASS Range 33 [document.documentElement, 1, document.body, 0], node 1 paras[0].firstChild
+FAIL Range 33 [document.documentElement, 1, document.body, 0], node 1 paras[0].firstChild assert_not_equals: selectAllChildren must replace any existing range, not mutate it got disallowed value object ""
FAIL Range 33 [document.documentElement, 1, document.body, 0], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
</p> but got Text node "Qrstuvwx"
FAIL Range 33 [document.documentElement, 1, document.body, 0], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
@@ -2577,7 +2578,7 @@ FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 37 xmlDo
FAIL Range 35 [document, 0, document, 1], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
"
-PASS Range 35 [document, 0, document, 1], node 1 paras[0].firstChild
+FAIL Range 35 [document, 0, document, 1], node 1 paras[0].firstChild assert_not_equals: selectAllChildren must replace any existing range, not mutate it got disallowed value object ""
FAIL Range 35 [document, 0, document, 1], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
</p> but got Text node "Qrstuvwx"
FAIL Range 35 [document, 0, document, 1], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop

Powered by Google App Engine
This is Rietveld 408576698