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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-dataChange-expected.txt

Issue 2653523003: Make DOMSelection cache Range (Closed)
Patch Set: update Created 3 years, 11 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/dom/ranges/Range-mutations-dataChange-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-dataChange-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-dataChange-expected.txt
index 3f90db58ce98c512d1ebad13205f27e4adb1b9b9..1793d230c4a35d4b0b82ff56d0ae87932647561d 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-dataChange-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/ranges/Range-mutations-dataChange-expected.txt
@@ -1768,9 +1768,9 @@ PASS comment.data = "", with selected range on comment from 0 to 1
PASS comment.data = "foo", with unselected range on comment from 0 to 1
PASS comment.data = "foo", with selected range on comment from 0 to 1
FAIL comment.data = comment.data, with unselected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-PASS comment.data = comment.data, with selected range on comment from 0 to 1
+FAIL comment.data = comment.data, with selected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
FAIL comment.data += "", with unselected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-PASS comment.data += "", with selected range on comment from 0 to 1
+FAIL comment.data += "", with selected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
PASS comment.data += "foo", with unselected range on comment from 0 to 1
PASS comment.data += "foo", with selected range on comment from 0 to 1
PASS comment.data += comment.data, with unselected range on comment from 0 to 1
@@ -1780,9 +1780,9 @@ PASS comment.textContent = "", with selected range on comment from 0 to 1
PASS comment.textContent = "foo", with unselected range on comment from 0 to 1
PASS comment.textContent = "foo", with selected range on comment from 0 to 1
FAIL comment.textContent = comment.textContent, with unselected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-PASS comment.textContent = comment.textContent, with selected range on comment from 0 to 1
+FAIL comment.textContent = comment.textContent, with selected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
FAIL comment.textContent += "", with unselected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-PASS comment.textContent += "", with selected range on comment from 0 to 1
+FAIL comment.textContent += "", with selected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
PASS comment.textContent += "foo", with unselected range on comment from 0 to 1
PASS comment.textContent += "foo", with selected range on comment from 0 to 1
PASS comment.textContent += comment.textContent, with unselected range on comment from 0 to 1
@@ -1792,9 +1792,9 @@ PASS comment.nodeValue = "", with selected range on comment from 0 to 1
PASS comment.nodeValue = "foo", with unselected range on comment from 0 to 1
PASS comment.nodeValue = "foo", with selected range on comment from 0 to 1
FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to 1
+FAIL comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
FAIL comment.nodeValue += "", with unselected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-PASS comment.nodeValue += "", with selected range on comment from 0 to 1
+FAIL comment.nodeValue += "", with selected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
PASS comment.nodeValue += "foo", with unselected range on comment from 0 to 1
PASS comment.nodeValue += "foo", with selected range on comment from 0 to 1
PASS comment.nodeValue += comment.nodeValue, with unselected range on comment from 0 to 1
@@ -1804,9 +1804,9 @@ PASS comment.data = "", with selected range collapsed at (comment, 1)
PASS comment.data = "foo", with unselected range collapsed at (comment, 1)
PASS comment.data = "foo", with selected range collapsed at (comment, 1)
FAIL comment.data = comment.data, with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.data = comment.data, with selected range collapsed at (comment, 1)
+FAIL comment.data = comment.data, with selected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
FAIL comment.data += "", with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.data += "", with selected range collapsed at (comment, 1)
+FAIL comment.data += "", with selected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
PASS comment.data += "foo", with unselected range collapsed at (comment, 1)
PASS comment.data += "foo", with selected range collapsed at (comment, 1)
PASS comment.data += comment.data, with unselected range collapsed at (comment, 1)
@@ -1816,9 +1816,9 @@ PASS comment.textContent = "", with selected range collapsed at (comment, 1)
PASS comment.textContent = "foo", with unselected range collapsed at (comment, 1)
PASS comment.textContent = "foo", with selected range collapsed at (comment, 1)
FAIL comment.textContent = comment.textContent, with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, 1)
+FAIL comment.textContent = comment.textContent, with selected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
FAIL comment.textContent += "", with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.textContent += "", with selected range collapsed at (comment, 1)
+FAIL comment.textContent += "", with selected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
PASS comment.textContent += "foo", with unselected range collapsed at (comment, 1)
PASS comment.textContent += "foo", with selected range collapsed at (comment, 1)
PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, 1)
@@ -1828,9 +1828,9 @@ PASS comment.nodeValue = "", with selected range collapsed at (comment, 1)
PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, 1)
PASS comment.nodeValue = "foo", with selected range collapsed at (comment, 1)
FAIL comment.nodeValue = comment.nodeValue, with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (comment, 1)
+FAIL comment.nodeValue = comment.nodeValue, with selected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
FAIL comment.nodeValue += "", with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.nodeValue += "", with selected range collapsed at (comment, 1)
+FAIL comment.nodeValue += "", with selected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1
PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, 1)
PASS comment.nodeValue += "foo", with selected range collapsed at (comment, 1)
PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, 1)
@@ -1840,9 +1840,9 @@ PASS comment.data = "", with selected range on comment from 0 to comment.length
PASS comment.data = "foo", with unselected range on comment from 0 to comment.length
PASS comment.data = "foo", with selected range on comment from 0 to comment.length
FAIL comment.data = comment.data, with unselected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
-PASS comment.data = comment.data, with selected range on comment from 0 to comment.length
+FAIL comment.data = comment.data, with selected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
FAIL comment.data += "", with unselected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
-PASS comment.data += "", with selected range on comment from 0 to comment.length
+FAIL comment.data += "", with selected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
PASS comment.data += "foo", with unselected range on comment from 0 to comment.length
PASS comment.data += "foo", with selected range on comment from 0 to comment.length
PASS comment.data += comment.data, with unselected range on comment from 0 to comment.length
@@ -1852,9 +1852,9 @@ PASS comment.textContent = "", with selected range on comment from 0 to comment.
PASS comment.textContent = "foo", with unselected range on comment from 0 to comment.length
PASS comment.textContent = "foo", with selected range on comment from 0 to comment.length
FAIL comment.textContent = comment.textContent, with unselected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
-PASS comment.textContent = comment.textContent, with selected range on comment from 0 to comment.length
+FAIL comment.textContent = comment.textContent, with selected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
FAIL comment.textContent += "", with unselected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
-PASS comment.textContent += "", with selected range on comment from 0 to comment.length
+FAIL comment.textContent += "", with selected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
PASS comment.textContent += "foo", with unselected range on comment from 0 to comment.length
PASS comment.textContent += "foo", with selected range on comment from 0 to comment.length
PASS comment.textContent += comment.textContent, with unselected range on comment from 0 to comment.length
@@ -1864,9 +1864,9 @@ PASS comment.nodeValue = "", with selected range on comment from 0 to comment.le
PASS comment.nodeValue = "foo", with unselected range on comment from 0 to comment.length
PASS comment.nodeValue = "foo", with selected range on comment from 0 to comment.length
FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
-PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to comment.length
+FAIL comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
FAIL comment.nodeValue += "", with unselected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
-PASS comment.nodeValue += "", with selected range on comment from 0 to comment.length
+FAIL comment.nodeValue += "", with selected range on comment from 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14
PASS comment.nodeValue += "foo", with unselected range on comment from 0 to comment.length
PASS comment.nodeValue += "foo", with selected range on comment from 0 to comment.length
PASS comment.nodeValue += comment.nodeValue, with unselected range on comment from 0 to comment.length
@@ -1876,9 +1876,9 @@ PASS comment.data = "", with selected range on comment from 1 to comment.length
PASS comment.data = "foo", with unselected range on comment from 1 to comment.length
PASS comment.data = "foo", with selected range on comment from 1 to comment.length
FAIL comment.data = comment.data, with unselected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.data = comment.data, with selected range on comment from 1 to comment.length
+FAIL comment.data = comment.data, with selected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
FAIL comment.data += "", with unselected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.data += "", with selected range on comment from 1 to comment.length
+FAIL comment.data += "", with selected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
PASS comment.data += "foo", with unselected range on comment from 1 to comment.length
PASS comment.data += "foo", with selected range on comment from 1 to comment.length
PASS comment.data += comment.data, with unselected range on comment from 1 to comment.length
@@ -1888,9 +1888,9 @@ PASS comment.textContent = "", with selected range on comment from 1 to comment.
PASS comment.textContent = "foo", with unselected range on comment from 1 to comment.length
PASS comment.textContent = "foo", with selected range on comment from 1 to comment.length
FAIL comment.textContent = comment.textContent, with unselected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.textContent = comment.textContent, with selected range on comment from 1 to comment.length
+FAIL comment.textContent = comment.textContent, with selected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
FAIL comment.textContent += "", with unselected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.textContent += "", with selected range on comment from 1 to comment.length
+FAIL comment.textContent += "", with selected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
PASS comment.textContent += "foo", with unselected range on comment from 1 to comment.length
PASS comment.textContent += "foo", with selected range on comment from 1 to comment.length
PASS comment.textContent += comment.textContent, with unselected range on comment from 1 to comment.length
@@ -1900,9 +1900,9 @@ PASS comment.nodeValue = "", with selected range on comment from 1 to comment.le
PASS comment.nodeValue = "foo", with unselected range on comment from 1 to comment.length
PASS comment.nodeValue = "foo", with selected range on comment from 1 to comment.length
FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 1 to comment.length
+FAIL comment.nodeValue = comment.nodeValue, with selected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
FAIL comment.nodeValue += "", with unselected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
-PASS comment.nodeValue += "", with selected range on comment from 1 to comment.length
+FAIL comment.nodeValue += "", with selected range on comment from 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1
PASS comment.nodeValue += "foo", with unselected range on comment from 1 to comment.length
PASS comment.nodeValue += "foo", with selected range on comment from 1 to comment.length
PASS comment.nodeValue += comment.nodeValue, with unselected range on comment from 1 to comment.length
@@ -1912,9 +1912,9 @@ PASS comment.data = "", with selected range collapsed at (comment, comment.lengt
PASS comment.data = "foo", with unselected range collapsed at (comment, comment.length)
PASS comment.data = "foo", with selected range collapsed at (comment, comment.length)
FAIL comment.data = comment.data, with unselected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
-PASS comment.data = comment.data, with selected range collapsed at (comment, comment.length)
+FAIL comment.data = comment.data, with selected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
FAIL comment.data += "", with unselected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
-PASS comment.data += "", with selected range collapsed at (comment, comment.length)
+FAIL comment.data += "", with selected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
PASS comment.data += "foo", with unselected range collapsed at (comment, comment.length)
PASS comment.data += "foo", with selected range collapsed at (comment, comment.length)
PASS comment.data += comment.data, with unselected range collapsed at (comment, comment.length)
@@ -1924,9 +1924,9 @@ PASS comment.textContent = "", with selected range collapsed at (comment, commen
PASS comment.textContent = "foo", with unselected range collapsed at (comment, comment.length)
PASS comment.textContent = "foo", with selected range collapsed at (comment, comment.length)
FAIL comment.textContent = comment.textContent, with unselected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
-PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, comment.length)
+FAIL comment.textContent = comment.textContent, with selected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
FAIL comment.textContent += "", with unselected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
-PASS comment.textContent += "", with selected range collapsed at (comment, comment.length)
+FAIL comment.textContent += "", with selected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
PASS comment.textContent += "foo", with unselected range collapsed at (comment, comment.length)
PASS comment.textContent += "foo", with selected range collapsed at (comment, comment.length)
PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, comment.length)
@@ -1936,9 +1936,9 @@ PASS comment.nodeValue = "", with selected range collapsed at (comment, comment.
PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, comment.length)
PASS comment.nodeValue = "foo", with selected range collapsed at (comment, comment.length)
FAIL comment.nodeValue = comment.nodeValue, with unselected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
-PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (comment, comment.length)
+FAIL comment.nodeValue = comment.nodeValue, with selected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
FAIL comment.nodeValue += "", with unselected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
-PASS comment.nodeValue += "", with selected range collapsed at (comment, comment.length)
+FAIL comment.nodeValue += "", with selected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14
PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, comment.length)
PASS comment.nodeValue += "foo", with selected range collapsed at (comment, comment.length)
PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, comment.length)

Powered by Google App Engine
This is Rietveld 408576698