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

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

Issue 2686793002: DOM: Do not skip 'replace data' operation on setting identical string to CharacterData. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2e9592dc266decd8d121a878d718e569dbe4d8d1 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
@@ -255,10 +255,10 @@ PASS paras[0].firstChild.data = "", with unselected range on paras[0].firstChild
PASS paras[0].firstChild.data = "", with selected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.data = "foo", with unselected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.data = "foo", with selected range on paras[0].firstChild from 0 to 1
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with selected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[0].firstChild.data += "", with unselected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[0].firstChild.data += "", with selected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to 1
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range on paras[0].firstChild from 0 to 1
+PASS paras[0].firstChild.data += "", with unselected range on paras[0].firstChild from 0 to 1
+PASS paras[0].firstChild.data += "", with selected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.data += "foo", with unselected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.data += "foo", with selected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to 1
@@ -267,10 +267,10 @@ PASS paras[0].firstChild.textContent = "", with unselected range on paras[0].fir
PASS paras[0].firstChild.textContent = "", with selected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.textContent = "foo", with unselected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.textContent = "foo", with selected range on paras[0].firstChild from 0 to 1
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[0].firstChild.textContent += "", with unselected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[0].firstChild.textContent += "", with selected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range on paras[0].firstChild from 0 to 1
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range on paras[0].firstChild from 0 to 1
+PASS paras[0].firstChild.textContent += "", with unselected range on paras[0].firstChild from 0 to 1
+PASS paras[0].firstChild.textContent += "", with selected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.textContent += "foo", with unselected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.textContent += "foo", with selected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with unselected range on paras[0].firstChild from 0 to 1
@@ -279,10 +279,10 @@ PASS paras[0].firstChild.nodeValue = "", with unselected range on paras[0].first
PASS paras[0].firstChild.nodeValue = "", with selected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.nodeValue = "foo", with unselected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.nodeValue = "foo", with selected range on paras[0].firstChild from 0 to 1
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range on paras[0].firstChild from 0 to 1
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range on paras[0].firstChild from 0 to 1
+PASS paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firstChild from 0 to 1
+PASS paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.nodeValue += "foo", with unselected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.nodeValue += "foo", with selected range on paras[0].firstChild from 0 to 1
PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unselected range on paras[0].firstChild from 0 to 1
@@ -291,10 +291,10 @@ PASS paras[0].firstChild.data = "", with unselected range collapsed at (paras[0]
PASS paras[0].firstChild.data = "", with selected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.data = "foo", with unselected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.data = "foo", with selected range collapsed at (paras[0].firstChild, 1)
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with selected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.data += "", with unselected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.data += "", with selected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, 1)
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range collapsed at (paras[0].firstChild, 1)
+PASS paras[0].firstChild.data += "", with unselected range collapsed at (paras[0].firstChild, 1)
+PASS paras[0].firstChild.data += "", with selected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.data += "foo", with unselected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.data += "foo", with selected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, 1)
@@ -303,10 +303,10 @@ PASS paras[0].firstChild.textContent = "", with unselected range collapsed at (p
PASS paras[0].firstChild.textContent = "", with selected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.textContent = "foo", with unselected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.textContent = "foo", with selected range collapsed at (paras[0].firstChild, 1)
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.textContent += "", with unselected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.textContent += "", with selected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range collapsed at (paras[0].firstChild, 1)
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range collapsed at (paras[0].firstChild, 1)
+PASS paras[0].firstChild.textContent += "", with unselected range collapsed at (paras[0].firstChild, 1)
+PASS paras[0].firstChild.textContent += "", with selected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.textContent += "foo", with unselected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.textContent += "foo", with selected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with unselected range collapsed at (paras[0].firstChild, 1)
@@ -315,10 +315,10 @@ PASS paras[0].firstChild.nodeValue = "", with unselected range collapsed at (par
PASS paras[0].firstChild.nodeValue = "", with selected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.nodeValue = "foo", with unselected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.nodeValue = "foo", with selected range collapsed at (paras[0].firstChild, 1)
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.nodeValue += "", with unselected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.nodeValue += "", with selected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range collapsed at (paras[0].firstChild, 1)
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range collapsed at (paras[0].firstChild, 1)
+PASS paras[0].firstChild.nodeValue += "", with unselected range collapsed at (paras[0].firstChild, 1)
+PASS paras[0].firstChild.nodeValue += "", with selected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.nodeValue += "foo", with selected range collapsed at (paras[0].firstChild, 1)
PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unselected range collapsed at (paras[0].firstChild, 1)
@@ -327,10 +327,10 @@ PASS paras[0].firstChild.data = "", with unselected range on paras[0].firstChild
PASS paras[0].firstChild.data = "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.data = "foo", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.data = "foo", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
-FAIL paras[0].firstChild.data += "", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
-FAIL paras[0].firstChild.data += "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
+PASS paras[0].firstChild.data += "", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
+PASS paras[0].firstChild.data += "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.data += "foo", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.data += "foo", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
@@ -339,10 +339,10 @@ PASS paras[0].firstChild.textContent = "", with unselected range on paras[0].fir
PASS paras[0].firstChild.textContent = "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent = "foo", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent = "foo", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
-FAIL paras[0].firstChild.textContent += "", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
-FAIL paras[0].firstChild.textContent += "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
+PASS paras[0].firstChild.textContent += "", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
+PASS paras[0].firstChild.textContent += "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent += "foo", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent += "foo", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
@@ -351,10 +351,10 @@ PASS paras[0].firstChild.nodeValue = "", with unselected range on paras[0].first
PASS paras[0].firstChild.nodeValue = "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue = "foo", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue = "foo", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
-FAIL paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
-FAIL paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
+PASS paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
+PASS paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue += "foo", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue += "foo", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
@@ -363,10 +363,10 @@ PASS paras[0].firstChild.data = "", with unselected range on paras[0].firstChild
PASS paras[0].firstChild.data = "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.data = "foo", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.data = "foo", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.data += "", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.data += "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
+PASS paras[0].firstChild.data += "", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
+PASS paras[0].firstChild.data += "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.data += "foo", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.data += "foo", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
@@ -375,10 +375,10 @@ PASS paras[0].firstChild.textContent = "", with unselected range on paras[0].fir
PASS paras[0].firstChild.textContent = "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent = "foo", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent = "foo", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.textContent += "", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.textContent += "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
+PASS paras[0].firstChild.textContent += "", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
+PASS paras[0].firstChild.textContent += "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent += "foo", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent += "foo", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
@@ -387,10 +387,10 @@ PASS paras[0].firstChild.nodeValue = "", with unselected range on paras[0].first
PASS paras[0].firstChild.nodeValue = "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue = "foo", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue = "foo", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
+PASS paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
+PASS paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue += "foo", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue += "foo", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
@@ -399,10 +399,10 @@ PASS paras[0].firstChild.data = "", with unselected range collapsed at (paras[0]
PASS paras[0].firstChild.data = "", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.data = "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.data = "foo", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
-FAIL paras[0].firstChild.data = paras[0].firstChild.data, with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
-FAIL paras[0].firstChild.data += "", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
-FAIL paras[0].firstChild.data += "", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
+PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
+PASS paras[0].firstChild.data += "", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
+PASS paras[0].firstChild.data += "", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.data += "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.data += "foo", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
@@ -411,10 +411,10 @@ PASS paras[0].firstChild.textContent = "", with unselected range collapsed at (p
PASS paras[0].firstChild.textContent = "", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.textContent = "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.textContent = "foo", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
-FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
-FAIL paras[0].firstChild.textContent += "", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
-FAIL paras[0].firstChild.textContent += "", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
+PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
+PASS paras[0].firstChild.textContent += "", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
+PASS paras[0].firstChild.textContent += "", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.textContent += "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.textContent += "foo", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
@@ -423,10 +423,10 @@ PASS paras[0].firstChild.nodeValue = "", with unselected range collapsed at (par
PASS paras[0].firstChild.nodeValue = "", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.nodeValue = "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.nodeValue = "foo", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
-FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
-FAIL paras[0].firstChild.nodeValue += "", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
-FAIL paras[0].firstChild.nodeValue += "", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
+PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
+PASS paras[0].firstChild.nodeValue += "", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
+PASS paras[0].firstChild.nodeValue += "", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.nodeValue += "foo", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
@@ -471,10 +471,10 @@ PASS paras[1].firstChild.data = "", with unselected range on paras[1].firstChild
PASS paras[1].firstChild.data = "", with selected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.data = "foo", with unselected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.data = "foo", with selected range on paras[1].firstChild from 0 to 1
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with selected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[1].firstChild.data += "", with unselected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[1].firstChild.data += "", with selected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to 1
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range on paras[1].firstChild from 0 to 1
+PASS paras[1].firstChild.data += "", with unselected range on paras[1].firstChild from 0 to 1
+PASS paras[1].firstChild.data += "", with selected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.data += "foo", with unselected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.data += "foo", with selected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to 1
@@ -483,10 +483,10 @@ PASS paras[1].firstChild.textContent = "", with unselected range on paras[1].fir
PASS paras[1].firstChild.textContent = "", with selected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.textContent = "foo", with unselected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.textContent = "foo", with selected range on paras[1].firstChild from 0 to 1
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[1].firstChild.textContent += "", with unselected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[1].firstChild.textContent += "", with selected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range on paras[1].firstChild from 0 to 1
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range on paras[1].firstChild from 0 to 1
+PASS paras[1].firstChild.textContent += "", with unselected range on paras[1].firstChild from 0 to 1
+PASS paras[1].firstChild.textContent += "", with selected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.textContent += "foo", with unselected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.textContent += "foo", with selected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with unselected range on paras[1].firstChild from 0 to 1
@@ -495,10 +495,10 @@ PASS paras[1].firstChild.nodeValue = "", with unselected range on paras[1].first
PASS paras[1].firstChild.nodeValue = "", with selected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.nodeValue = "foo", with unselected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.nodeValue = "foo", with selected range on paras[1].firstChild from 0 to 1
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
-FAIL paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range on paras[1].firstChild from 0 to 1
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range on paras[1].firstChild from 0 to 1
+PASS paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firstChild from 0 to 1
+PASS paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.nodeValue += "foo", with unselected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.nodeValue += "foo", with selected range on paras[1].firstChild from 0 to 1
PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unselected range on paras[1].firstChild from 0 to 1
@@ -507,10 +507,10 @@ PASS paras[1].firstChild.data = "", with unselected range collapsed at (paras[1]
PASS paras[1].firstChild.data = "", with selected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.data = "foo", with unselected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.data = "foo", with selected range collapsed at (paras[1].firstChild, 1)
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with selected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.data += "", with unselected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.data += "", with selected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, 1)
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range collapsed at (paras[1].firstChild, 1)
+PASS paras[1].firstChild.data += "", with unselected range collapsed at (paras[1].firstChild, 1)
+PASS paras[1].firstChild.data += "", with selected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.data += "foo", with unselected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.data += "foo", with selected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, 1)
@@ -519,10 +519,10 @@ PASS paras[1].firstChild.textContent = "", with unselected range collapsed at (p
PASS paras[1].firstChild.textContent = "", with selected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.textContent = "foo", with unselected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.textContent = "foo", with selected range collapsed at (paras[1].firstChild, 1)
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.textContent += "", with unselected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.textContent += "", with selected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range collapsed at (paras[1].firstChild, 1)
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range collapsed at (paras[1].firstChild, 1)
+PASS paras[1].firstChild.textContent += "", with unselected range collapsed at (paras[1].firstChild, 1)
+PASS paras[1].firstChild.textContent += "", with selected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.textContent += "foo", with unselected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.textContent += "foo", with selected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with unselected range collapsed at (paras[1].firstChild, 1)
@@ -531,10 +531,10 @@ PASS paras[1].firstChild.nodeValue = "", with unselected range collapsed at (par
PASS paras[1].firstChild.nodeValue = "", with selected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.nodeValue = "foo", with unselected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.nodeValue = "foo", with selected range collapsed at (paras[1].firstChild, 1)
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.nodeValue += "", with unselected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.nodeValue += "", with selected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range collapsed at (paras[1].firstChild, 1)
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range collapsed at (paras[1].firstChild, 1)
+PASS paras[1].firstChild.nodeValue += "", with unselected range collapsed at (paras[1].firstChild, 1)
+PASS paras[1].firstChild.nodeValue += "", with selected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.nodeValue += "foo", with selected range collapsed at (paras[1].firstChild, 1)
PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unselected range collapsed at (paras[1].firstChild, 1)
@@ -543,10 +543,10 @@ PASS paras[1].firstChild.data = "", with unselected range on paras[1].firstChild
PASS paras[1].firstChild.data = "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.data = "foo", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.data = "foo", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
-FAIL paras[1].firstChild.data += "", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
-FAIL paras[1].firstChild.data += "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
+PASS paras[1].firstChild.data += "", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
+PASS paras[1].firstChild.data += "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.data += "foo", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.data += "foo", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
@@ -555,10 +555,10 @@ PASS paras[1].firstChild.textContent = "", with unselected range on paras[1].fir
PASS paras[1].firstChild.textContent = "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent = "foo", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent = "foo", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
-FAIL paras[1].firstChild.textContent += "", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
-FAIL paras[1].firstChild.textContent += "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
+PASS paras[1].firstChild.textContent += "", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
+PASS paras[1].firstChild.textContent += "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent += "foo", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent += "foo", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
@@ -567,10 +567,10 @@ PASS paras[1].firstChild.nodeValue = "", with unselected range on paras[1].first
PASS paras[1].firstChild.nodeValue = "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue = "foo", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue = "foo", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
-FAIL paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
-FAIL paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
+PASS paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
+PASS paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue += "foo", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue += "foo", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
@@ -579,10 +579,10 @@ PASS paras[1].firstChild.data = "", with unselected range on paras[1].firstChild
PASS paras[1].firstChild.data = "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.data = "foo", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.data = "foo", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.data += "", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.data += "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
+PASS paras[1].firstChild.data += "", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
+PASS paras[1].firstChild.data += "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.data += "foo", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.data += "foo", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
@@ -591,10 +591,10 @@ PASS paras[1].firstChild.textContent = "", with unselected range on paras[1].fir
PASS paras[1].firstChild.textContent = "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent = "foo", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent = "foo", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.textContent += "", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.textContent += "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
+PASS paras[1].firstChild.textContent += "", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
+PASS paras[1].firstChild.textContent += "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent += "foo", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent += "foo", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
@@ -603,10 +603,10 @@ PASS paras[1].firstChild.nodeValue = "", with unselected range on paras[1].first
PASS paras[1].firstChild.nodeValue = "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue = "foo", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue = "foo", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
-FAIL paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
+PASS paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
+PASS paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue += "foo", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue += "foo", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
@@ -615,10 +615,10 @@ PASS paras[1].firstChild.data = "", with unselected range collapsed at (paras[1]
PASS paras[1].firstChild.data = "", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.data = "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.data = "foo", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
-FAIL paras[1].firstChild.data = paras[1].firstChild.data, with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
-FAIL paras[1].firstChild.data += "", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
-FAIL paras[1].firstChild.data += "", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
+PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
+PASS paras[1].firstChild.data += "", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
+PASS paras[1].firstChild.data += "", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.data += "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.data += "foo", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
@@ -627,10 +627,10 @@ PASS paras[1].firstChild.textContent = "", with unselected range collapsed at (p
PASS paras[1].firstChild.textContent = "", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.textContent = "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.textContent = "foo", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
-FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
-FAIL paras[1].firstChild.textContent += "", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
-FAIL paras[1].firstChild.textContent += "", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
+PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
+PASS paras[1].firstChild.textContent += "", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
+PASS paras[1].firstChild.textContent += "", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.textContent += "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.textContent += "foo", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
@@ -639,10 +639,10 @@ PASS paras[1].firstChild.nodeValue = "", with unselected range collapsed at (par
PASS paras[1].firstChild.nodeValue = "", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.nodeValue = "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.nodeValue = "foo", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
-FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
-FAIL paras[1].firstChild.nodeValue += "", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
-FAIL paras[1].firstChild.nodeValue += "", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
+PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
+PASS paras[1].firstChild.nodeValue += "", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
+PASS paras[1].firstChild.nodeValue += "", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.nodeValue += "foo", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
@@ -687,9 +687,9 @@ PASS foreignTextNode.data = "", with unselected range on foreignTextNode from 0
PASS foreignTextNode.data = "", with selected range on foreignTextNode from 0 to 1
PASS foreignTextNode.data = "foo", with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.data = "foo", with selected range on foreignTextNode from 0 to 1
-FAIL foreignTextNode.data = foreignTextNode.data, with unselected range on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignTextNode.data = foreignTextNode.data, with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.data = foreignTextNode.data, with selected range on foreignTextNode from 0 to 1
-FAIL foreignTextNode.data += "", with unselected range on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignTextNode.data += "", with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.data += "", with selected range on foreignTextNode from 0 to 1
PASS foreignTextNode.data += "foo", with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.data += "foo", with selected range on foreignTextNode from 0 to 1
@@ -699,9 +699,9 @@ PASS foreignTextNode.textContent = "", with unselected range on foreignTextNode
PASS foreignTextNode.textContent = "", with selected range on foreignTextNode from 0 to 1
PASS foreignTextNode.textContent = "foo", with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.textContent = "foo", with selected range on foreignTextNode from 0 to 1
-FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected range on foreignTextNode from 0 to 1
-FAIL foreignTextNode.textContent += "", with unselected range on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignTextNode.textContent += "", with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.textContent += "", with selected range on foreignTextNode from 0 to 1
PASS foreignTextNode.textContent += "foo", with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.textContent += "foo", with selected range on foreignTextNode from 0 to 1
@@ -711,9 +711,9 @@ PASS foreignTextNode.nodeValue = "", with unselected range on foreignTextNode fr
PASS foreignTextNode.nodeValue = "", with selected range on foreignTextNode from 0 to 1
PASS foreignTextNode.nodeValue = "foo", with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.nodeValue = "foo", with selected range on foreignTextNode from 0 to 1
-FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to 1
-FAIL foreignTextNode.nodeValue += "", with unselected range on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignTextNode.nodeValue += "", with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.nodeValue += "", with selected range on foreignTextNode from 0 to 1
PASS foreignTextNode.nodeValue += "foo", with unselected range on foreignTextNode from 0 to 1
PASS foreignTextNode.nodeValue += "foo", with selected range on foreignTextNode from 0 to 1
@@ -723,9 +723,9 @@ PASS foreignTextNode.data = "", with unselected range collapsed at (foreignTextN
PASS foreignTextNode.data = "", with selected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.data = "foo", with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.data = "foo", with selected range collapsed at (foreignTextNode, 1)
-FAIL foreignTextNode.data = foreignTextNode.data, with unselected range collapsed at (foreignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.data = foreignTextNode.data, with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.data = foreignTextNode.data, with selected range collapsed at (foreignTextNode, 1)
-FAIL foreignTextNode.data += "", with unselected range collapsed at (foreignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.data += "", with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.data += "", with selected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.data += "foo", with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.data += "foo", with selected range collapsed at (foreignTextNode, 1)
@@ -735,9 +735,9 @@ PASS foreignTextNode.textContent = "", with unselected range collapsed at (forei
PASS foreignTextNode.textContent = "", with selected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.textContent = "foo", with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.textContent = "foo", with selected range collapsed at (foreignTextNode, 1)
-FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected range collapsed at (foreignTextNode, 1)
-FAIL foreignTextNode.textContent += "", with unselected range collapsed at (foreignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.textContent += "", with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.textContent += "", with selected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.textContent += "foo", with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.textContent += "foo", with selected range collapsed at (foreignTextNode, 1)
@@ -747,9 +747,9 @@ PASS foreignTextNode.nodeValue = "", with unselected range collapsed at (foreign
PASS foreignTextNode.nodeValue = "", with selected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.nodeValue = "foo", with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.nodeValue = "foo", with selected range collapsed at (foreignTextNode, 1)
-FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range collapsed at (foreignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, 1)
-FAIL foreignTextNode.nodeValue += "", with unselected range collapsed at (foreignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.nodeValue += "", with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.nodeValue += "", with selected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.nodeValue += "foo", with unselected range collapsed at (foreignTextNode, 1)
PASS foreignTextNode.nodeValue += "foo", with selected range collapsed at (foreignTextNode, 1)
@@ -759,9 +759,9 @@ PASS foreignTextNode.data = "", with unselected range on foreignTextNode from 0
PASS foreignTextNode.data = "", with selected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.data = "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.data = "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
-FAIL foreignTextNode.data = foreignTextNode.data, with unselected range on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong end offset expected 0 but got 112
+PASS foreignTextNode.data = foreignTextNode.data, with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.data = foreignTextNode.data, with selected range on foreignTextNode from 0 to foreignTextNode.length
-FAIL foreignTextNode.data += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong end offset expected 0 but got 112
+PASS foreignTextNode.data += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.data += "", with selected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.data += "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.data += "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
@@ -771,9 +771,9 @@ PASS foreignTextNode.textContent = "", with unselected range on foreignTextNode
PASS foreignTextNode.textContent = "", with selected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.textContent = "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.textContent = "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
-FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong end offset expected 0 but got 112
+PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected range on foreignTextNode from 0 to foreignTextNode.length
-FAIL foreignTextNode.textContent += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong end offset expected 0 but got 112
+PASS foreignTextNode.textContent += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.textContent += "", with selected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.textContent += "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.textContent += "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
@@ -783,9 +783,9 @@ PASS foreignTextNode.nodeValue = "", with unselected range on foreignTextNode fr
PASS foreignTextNode.nodeValue = "", with selected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.nodeValue = "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.nodeValue = "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
-FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong end offset expected 0 but got 112
+PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to foreignTextNode.length
-FAIL foreignTextNode.nodeValue += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong end offset expected 0 but got 112
+PASS foreignTextNode.nodeValue += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.nodeValue += "", with selected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.nodeValue += "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length
PASS foreignTextNode.nodeValue += "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
@@ -795,9 +795,9 @@ PASS foreignTextNode.data = "", with unselected range on foreignTextNode from 1
PASS foreignTextNode.data = "", with selected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.data = "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.data = "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
-FAIL foreignTextNode.data = foreignTextNode.data, with unselected range on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.data = foreignTextNode.data, with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.data = foreignTextNode.data, with selected range on foreignTextNode from 1 to foreignTextNode.length
-FAIL foreignTextNode.data += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.data += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.data += "", with selected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.data += "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.data += "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
@@ -807,9 +807,9 @@ PASS foreignTextNode.textContent = "", with unselected range on foreignTextNode
PASS foreignTextNode.textContent = "", with selected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.textContent = "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.textContent = "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
-FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected range on foreignTextNode from 1 to foreignTextNode.length
-FAIL foreignTextNode.textContent += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.textContent += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.textContent += "", with selected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.textContent += "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.textContent += "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
@@ -819,9 +819,9 @@ PASS foreignTextNode.nodeValue = "", with unselected range on foreignTextNode fr
PASS foreignTextNode.nodeValue = "", with selected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.nodeValue = "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.nodeValue = "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
-FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range on foreignTextNode from 1 to foreignTextNode.length
-FAIL foreignTextNode.nodeValue += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignTextNode.nodeValue += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.nodeValue += "", with selected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.nodeValue += "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length
PASS foreignTextNode.nodeValue += "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
@@ -831,9 +831,9 @@ PASS foreignTextNode.data = "", with unselected range collapsed at (foreignTextN
PASS foreignTextNode.data = "", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.data = "foo", with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.data = "foo", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
-FAIL foreignTextNode.data = foreignTextNode.data, with unselected range collapsed at (foreignTextNode, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but got 112
+PASS foreignTextNode.data = foreignTextNode.data, with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.data = foreignTextNode.data, with selected range collapsed at (foreignTextNode, foreignTextNode.length)
-FAIL foreignTextNode.data += "", with unselected range collapsed at (foreignTextNode, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but got 112
+PASS foreignTextNode.data += "", with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.data += "", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.data += "foo", with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.data += "foo", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
@@ -843,9 +843,9 @@ PASS foreignTextNode.textContent = "", with unselected range collapsed at (forei
PASS foreignTextNode.textContent = "", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.textContent = "foo", with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.textContent = "foo", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
-FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but got 112
+PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected range collapsed at (foreignTextNode, foreignTextNode.length)
-FAIL foreignTextNode.textContent += "", with unselected range collapsed at (foreignTextNode, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but got 112
+PASS foreignTextNode.textContent += "", with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.textContent += "", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.textContent += "foo", with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.textContent += "foo", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
@@ -855,9 +855,9 @@ PASS foreignTextNode.nodeValue = "", with unselected range collapsed at (foreign
PASS foreignTextNode.nodeValue = "", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.nodeValue = "foo", with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.nodeValue = "foo", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
-FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range collapsed at (foreignTextNode, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but got 112
+PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, foreignTextNode.length)
-FAIL foreignTextNode.nodeValue += "", with unselected range collapsed at (foreignTextNode, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but got 112
+PASS foreignTextNode.nodeValue += "", with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.nodeValue += "", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.nodeValue += "foo", with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
PASS foreignTextNode.nodeValue += "foo", with selected range collapsed at (foreignTextNode, foreignTextNode.length)
@@ -903,9 +903,9 @@ PASS xmlTextNode.data = "", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.data = "", with selected range on xmlTextNode from 0 to 1
PASS xmlTextNode.data = "foo", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.data = "foo", with selected range on xmlTextNode from 0 to 1
-FAIL xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.data = xmlTextNode.data, with selected range on xmlTextNode from 0 to 1
-FAIL xmlTextNode.data += "", with unselected range on xmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlTextNode.data += "", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.data += "", with selected range on xmlTextNode from 0 to 1
PASS xmlTextNode.data += "foo", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.data += "foo", with selected range on xmlTextNode from 0 to 1
@@ -915,9 +915,9 @@ PASS xmlTextNode.textContent = "", with unselected range on xmlTextNode from 0 t
PASS xmlTextNode.textContent = "", with selected range on xmlTextNode from 0 to 1
PASS xmlTextNode.textContent = "foo", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.textContent = "foo", with selected range on xmlTextNode from 0 to 1
-FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range on xmlTextNode from 0 to 1
-FAIL xmlTextNode.textContent += "", with unselected range on xmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlTextNode.textContent += "", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.textContent += "", with selected range on xmlTextNode from 0 to 1
PASS xmlTextNode.textContent += "foo", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.textContent += "foo", with selected range on xmlTextNode from 0 to 1
@@ -927,9 +927,9 @@ PASS xmlTextNode.nodeValue = "", with unselected range on xmlTextNode from 0 to
PASS xmlTextNode.nodeValue = "", with selected range on xmlTextNode from 0 to 1
PASS xmlTextNode.nodeValue = "foo", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.nodeValue = "foo", with selected range on xmlTextNode from 0 to 1
-FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range on xmlTextNode from 0 to 1
-FAIL xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.nodeValue += "", with selected range on xmlTextNode from 0 to 1
PASS xmlTextNode.nodeValue += "foo", with unselected range on xmlTextNode from 0 to 1
PASS xmlTextNode.nodeValue += "foo", with selected range on xmlTextNode from 0 to 1
@@ -939,9 +939,9 @@ PASS xmlTextNode.data = "", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.data = "", with selected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.data = "foo", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.data = "foo", with selected range collapsed at (xmlTextNode, 1)
-FAIL xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.data = xmlTextNode.data, with selected range collapsed at (xmlTextNode, 1)
-FAIL xmlTextNode.data += "", with unselected range collapsed at (xmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.data += "", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.data += "", with selected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.data += "foo", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.data += "foo", with selected range collapsed at (xmlTextNode, 1)
@@ -951,9 +951,9 @@ PASS xmlTextNode.textContent = "", with unselected range collapsed at (xmlTextNo
PASS xmlTextNode.textContent = "", with selected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.textContent = "foo", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.textContent = "foo", with selected range collapsed at (xmlTextNode, 1)
-FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range collapsed at (xmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range collapsed at (xmlTextNode, 1)
-FAIL xmlTextNode.textContent += "", with unselected range collapsed at (xmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.textContent += "", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.textContent += "", with selected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.textContent += "foo", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.textContent += "foo", with selected range collapsed at (xmlTextNode, 1)
@@ -963,9 +963,9 @@ PASS xmlTextNode.nodeValue = "", with unselected range collapsed at (xmlTextNode
PASS xmlTextNode.nodeValue = "", with selected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.nodeValue = "foo", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.nodeValue = "foo", with selected range collapsed at (xmlTextNode, 1)
-FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range collapsed at (xmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range collapsed at (xmlTextNode, 1)
-FAIL xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.nodeValue += "", with selected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.nodeValue += "foo", with unselected range collapsed at (xmlTextNode, 1)
PASS xmlTextNode.nodeValue += "foo", with selected range collapsed at (xmlTextNode, 1)
@@ -975,9 +975,9 @@ PASS xmlTextNode.data = "", with unselected range on xmlTextNode from 0 to xmlTe
PASS xmlTextNode.data = "", with selected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.data = "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.data = "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length
-FAIL xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 20
+PASS xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.data = xmlTextNode.data, with selected range on xmlTextNode from 0 to xmlTextNode.length
-FAIL xmlTextNode.data += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 20
+PASS xmlTextNode.data += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.data += "", with selected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.data += "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.data += "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length
@@ -987,9 +987,9 @@ PASS xmlTextNode.textContent = "", with unselected range on xmlTextNode from 0 t
PASS xmlTextNode.textContent = "", with selected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.textContent = "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.textContent = "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length
-FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 20
+PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range on xmlTextNode from 0 to xmlTextNode.length
-FAIL xmlTextNode.textContent += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 20
+PASS xmlTextNode.textContent += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.textContent += "", with selected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.textContent += "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.textContent += "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length
@@ -999,9 +999,9 @@ PASS xmlTextNode.nodeValue = "", with unselected range on xmlTextNode from 0 to
PASS xmlTextNode.nodeValue = "", with selected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.nodeValue = "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.nodeValue = "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length
-FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xmlTextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 20
+PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range on xmlTextNode from 0 to xmlTextNode.length
-FAIL xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 20
+PASS xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.nodeValue += "", with selected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.nodeValue += "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
PASS xmlTextNode.nodeValue += "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length
@@ -1011,9 +1011,9 @@ PASS xmlTextNode.data = "", with unselected range on xmlTextNode from 1 to xmlTe
PASS xmlTextNode.data = "", with selected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.data = "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.data = "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length
-FAIL xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.data = xmlTextNode.data, with selected range on xmlTextNode from 1 to xmlTextNode.length
-FAIL xmlTextNode.data += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.data += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.data += "", with selected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.data += "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.data += "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length
@@ -1023,9 +1023,9 @@ PASS xmlTextNode.textContent = "", with unselected range on xmlTextNode from 1 t
PASS xmlTextNode.textContent = "", with selected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.textContent = "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.textContent = "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length
-FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range on xmlTextNode from 1 to xmlTextNode.length
-FAIL xmlTextNode.textContent += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.textContent += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.textContent += "", with selected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.textContent += "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.textContent += "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length
@@ -1035,9 +1035,9 @@ PASS xmlTextNode.nodeValue = "", with unselected range on xmlTextNode from 1 to
PASS xmlTextNode.nodeValue = "", with selected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.nodeValue = "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.nodeValue = "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length
-FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xmlTextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range on xmlTextNode from 1 to xmlTextNode.length
-FAIL xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.nodeValue += "", with selected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.nodeValue += "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
PASS xmlTextNode.nodeValue += "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length
@@ -1047,9 +1047,9 @@ PASS xmlTextNode.data = "", with unselected range collapsed at (xmlTextNode, xml
PASS xmlTextNode.data = "", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.data = "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.data = "foo", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
-FAIL xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xmlTextNode, xmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 20
+PASS xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.data = xmlTextNode.data, with selected range collapsed at (xmlTextNode, xmlTextNode.length)
-FAIL xmlTextNode.data += "", with unselected range collapsed at (xmlTextNode, xmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 20
+PASS xmlTextNode.data += "", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.data += "", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.data += "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.data += "foo", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
@@ -1059,9 +1059,9 @@ PASS xmlTextNode.textContent = "", with unselected range collapsed at (xmlTextNo
PASS xmlTextNode.textContent = "", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.textContent = "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.textContent = "foo", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
-FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range collapsed at (xmlTextNode, xmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 20
+PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range collapsed at (xmlTextNode, xmlTextNode.length)
-FAIL xmlTextNode.textContent += "", with unselected range collapsed at (xmlTextNode, xmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 20
+PASS xmlTextNode.textContent += "", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.textContent += "", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.textContent += "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.textContent += "foo", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
@@ -1071,9 +1071,9 @@ PASS xmlTextNode.nodeValue = "", with unselected range collapsed at (xmlTextNode
PASS xmlTextNode.nodeValue = "", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.nodeValue = "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.nodeValue = "foo", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
-FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range collapsed at (xmlTextNode, xmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 20
+PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range collapsed at (xmlTextNode, xmlTextNode.length)
-FAIL xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNode, xmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 20
+PASS xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.nodeValue += "", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.nodeValue += "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
PASS xmlTextNode.nodeValue += "foo", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
@@ -1119,9 +1119,9 @@ PASS detachedTextNode.data = "", with unselected range on detachedTextNode from
PASS detachedTextNode.data = "", with selected range on detachedTextNode from 0 to 1
PASS detachedTextNode.data = "foo", with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.data = "foo", with selected range on detachedTextNode from 0 to 1
-FAIL detachedTextNode.data = detachedTextNode.data, with unselected range on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedTextNode.data = detachedTextNode.data, with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.data = detachedTextNode.data, with selected range on detachedTextNode from 0 to 1
-FAIL detachedTextNode.data += "", with unselected range on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedTextNode.data += "", with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.data += "", with selected range on detachedTextNode from 0 to 1
PASS detachedTextNode.data += "foo", with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.data += "foo", with selected range on detachedTextNode from 0 to 1
@@ -1131,9 +1131,9 @@ PASS detachedTextNode.textContent = "", with unselected range on detachedTextNod
PASS detachedTextNode.textContent = "", with selected range on detachedTextNode from 0 to 1
PASS detachedTextNode.textContent = "foo", with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.textContent = "foo", with selected range on detachedTextNode from 0 to 1
-FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselected range on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range on detachedTextNode from 0 to 1
-FAIL detachedTextNode.textContent += "", with unselected range on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedTextNode.textContent += "", with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.textContent += "", with selected range on detachedTextNode from 0 to 1
PASS detachedTextNode.textContent += "foo", with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.textContent += "foo", with selected range on detachedTextNode from 0 to 1
@@ -1143,9 +1143,9 @@ PASS detachedTextNode.nodeValue = "", with unselected range on detachedTextNode
PASS detachedTextNode.nodeValue = "", with selected range on detachedTextNode from 0 to 1
PASS detachedTextNode.nodeValue = "foo", with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.nodeValue = "foo", with selected range on detachedTextNode from 0 to 1
-FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected range on detachedTextNode from 0 to 1
-FAIL detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.nodeValue += "", with selected range on detachedTextNode from 0 to 1
PASS detachedTextNode.nodeValue += "foo", with unselected range on detachedTextNode from 0 to 1
PASS detachedTextNode.nodeValue += "foo", with selected range on detachedTextNode from 0 to 1
@@ -1155,9 +1155,9 @@ PASS detachedTextNode.data = "", with unselected range collapsed at (detachedTex
PASS detachedTextNode.data = "", with selected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.data = "foo", with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.data = "foo", with selected range collapsed at (detachedTextNode, 1)
-FAIL detachedTextNode.data = detachedTextNode.data, with unselected range collapsed at (detachedTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.data = detachedTextNode.data, with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.data = detachedTextNode.data, with selected range collapsed at (detachedTextNode, 1)
-FAIL detachedTextNode.data += "", with unselected range collapsed at (detachedTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.data += "", with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.data += "", with selected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.data += "foo", with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.data += "foo", with selected range collapsed at (detachedTextNode, 1)
@@ -1167,9 +1167,9 @@ PASS detachedTextNode.textContent = "", with unselected range collapsed at (deta
PASS detachedTextNode.textContent = "", with selected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.textContent = "foo", with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.textContent = "foo", with selected range collapsed at (detachedTextNode, 1)
-FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselected range collapsed at (detachedTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, 1)
-FAIL detachedTextNode.textContent += "", with unselected range collapsed at (detachedTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.textContent += "", with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.textContent += "", with selected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.textContent += "foo", with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.textContent += "foo", with selected range collapsed at (detachedTextNode, 1)
@@ -1179,9 +1179,9 @@ PASS detachedTextNode.nodeValue = "", with unselected range collapsed at (detach
PASS detachedTextNode.nodeValue = "", with selected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.nodeValue = "foo", with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.nodeValue = "foo", with selected range collapsed at (detachedTextNode, 1)
-FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range collapsed at (detachedTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected range collapsed at (detachedTextNode, 1)
-FAIL detachedTextNode.nodeValue += "", with unselected range collapsed at (detachedTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.nodeValue += "", with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.nodeValue += "", with selected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.nodeValue += "foo", with unselected range collapsed at (detachedTextNode, 1)
PASS detachedTextNode.nodeValue += "foo", with selected range collapsed at (detachedTextNode, 1)
@@ -1191,9 +1191,9 @@ PASS detachedTextNode.data = "", with unselected range on detachedTextNode from
PASS detachedTextNode.data = "", with selected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.data = "foo", with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.data = "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length
-FAIL detachedTextNode.data = detachedTextNode.data, with unselected range on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedTextNode.data = detachedTextNode.data, with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.data = detachedTextNode.data, with selected range on detachedTextNode from 0 to detachedTextNode.length
-FAIL detachedTextNode.data += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedTextNode.data += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.data += "", with selected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.data += "foo", with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.data += "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length
@@ -1203,9 +1203,9 @@ PASS detachedTextNode.textContent = "", with unselected range on detachedTextNod
PASS detachedTextNode.textContent = "", with selected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.textContent = "foo", with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.textContent = "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length
-FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselected range on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range on detachedTextNode from 0 to detachedTextNode.length
-FAIL detachedTextNode.textContent += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedTextNode.textContent += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.textContent += "", with selected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.textContent += "foo", with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.textContent += "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length
@@ -1215,9 +1215,9 @@ PASS detachedTextNode.nodeValue = "", with unselected range on detachedTextNode
PASS detachedTextNode.nodeValue = "", with selected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.nodeValue = "foo", with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.nodeValue = "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length
-FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected range on detachedTextNode from 0 to detachedTextNode.length
-FAIL detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.nodeValue += "", with selected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.nodeValue += "foo", with unselected range on detachedTextNode from 0 to detachedTextNode.length
PASS detachedTextNode.nodeValue += "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length
@@ -1227,9 +1227,9 @@ PASS detachedTextNode.data = "", with unselected range on detachedTextNode from
PASS detachedTextNode.data = "", with selected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.data = "foo", with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.data = "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length
-FAIL detachedTextNode.data = detachedTextNode.data, with unselected range on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.data = detachedTextNode.data, with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.data = detachedTextNode.data, with selected range on detachedTextNode from 1 to detachedTextNode.length
-FAIL detachedTextNode.data += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.data += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.data += "", with selected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.data += "foo", with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.data += "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length
@@ -1239,9 +1239,9 @@ PASS detachedTextNode.textContent = "", with unselected range on detachedTextNod
PASS detachedTextNode.textContent = "", with selected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.textContent = "foo", with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.textContent = "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length
-FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselected range on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range on detachedTextNode from 1 to detachedTextNode.length
-FAIL detachedTextNode.textContent += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.textContent += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.textContent += "", with selected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.textContent += "foo", with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.textContent += "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length
@@ -1251,9 +1251,9 @@ PASS detachedTextNode.nodeValue = "", with unselected range on detachedTextNode
PASS detachedTextNode.nodeValue = "", with selected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.nodeValue = "foo", with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.nodeValue = "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length
-FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected range on detachedTextNode from 1 to detachedTextNode.length
-FAIL detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.nodeValue += "", with selected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.nodeValue += "foo", with unselected range on detachedTextNode from 1 to detachedTextNode.length
PASS detachedTextNode.nodeValue += "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length
@@ -1263,9 +1263,9 @@ PASS detachedTextNode.data = "", with unselected range collapsed at (detachedTex
PASS detachedTextNode.data = "", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.data = "foo", with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.data = "foo", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
-FAIL detachedTextNode.data = detachedTextNode.data, with unselected range collapsed at (detachedTextNode, detachedTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedTextNode.data = detachedTextNode.data, with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.data = detachedTextNode.data, with selected range collapsed at (detachedTextNode, detachedTextNode.length)
-FAIL detachedTextNode.data += "", with unselected range collapsed at (detachedTextNode, detachedTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedTextNode.data += "", with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.data += "", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.data += "foo", with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.data += "foo", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
@@ -1275,9 +1275,9 @@ PASS detachedTextNode.textContent = "", with unselected range collapsed at (deta
PASS detachedTextNode.textContent = "", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.textContent = "foo", with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.textContent = "foo", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
-FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselected range collapsed at (detachedTextNode, detachedTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, detachedTextNode.length)
-FAIL detachedTextNode.textContent += "", with unselected range collapsed at (detachedTextNode, detachedTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedTextNode.textContent += "", with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.textContent += "", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.textContent += "foo", with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.textContent += "foo", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
@@ -1287,9 +1287,9 @@ PASS detachedTextNode.nodeValue = "", with unselected range collapsed at (detach
PASS detachedTextNode.nodeValue = "", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.nodeValue = "foo", with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.nodeValue = "foo", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
-FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range collapsed at (detachedTextNode, detachedTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected range collapsed at (detachedTextNode, detachedTextNode.length)
-FAIL detachedTextNode.nodeValue += "", with unselected range collapsed at (detachedTextNode, detachedTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedTextNode.nodeValue += "", with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.nodeValue += "", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.nodeValue += "foo", with unselected range collapsed at (detachedTextNode, detachedTextNode.length)
PASS detachedTextNode.nodeValue += "foo", with selected range collapsed at (detachedTextNode, detachedTextNode.length)
@@ -1335,9 +1335,9 @@ PASS detachedForeignTextNode.data = "", with unselected range on detachedForeign
PASS detachedForeignTextNode.data = "", with selected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.data = "foo", with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.data = "foo", with selected range on detachedForeignTextNode from 0 to 1
-FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range on detachedForeignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to 1
-FAIL detachedForeignTextNode.data += "", with unselected range on detachedForeignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignTextNode.data += "", with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.data += "", with selected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.data += "foo", with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.data += "foo", with selected range on detachedForeignTextNode from 0 to 1
@@ -1347,9 +1347,9 @@ PASS detachedForeignTextNode.textContent = "", with unselected range on detached
PASS detachedForeignTextNode.textContent = "", with selected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.textContent = "foo", with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.textContent = "foo", with selected range on detachedForeignTextNode from 0 to 1
-FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to 1
-FAIL detachedForeignTextNode.textContent += "", with unselected range on detachedForeignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignTextNode.textContent += "", with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.textContent += "", with selected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.textContent += "foo", with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.textContent += "foo", with selected range on detachedForeignTextNode from 0 to 1
@@ -1359,9 +1359,9 @@ PASS detachedForeignTextNode.nodeValue = "", with unselected range on detachedFo
PASS detachedForeignTextNode.nodeValue = "", with selected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.nodeValue = "foo", with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.nodeValue = "foo", with selected range on detachedForeignTextNode from 0 to 1
-FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range on detachedForeignTextNode from 0 to 1
-FAIL detachedForeignTextNode.nodeValue += "", with unselected range on detachedForeignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignTextNode.nodeValue += "", with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.nodeValue += "", with selected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.nodeValue += "foo", with unselected range on detachedForeignTextNode from 0 to 1
PASS detachedForeignTextNode.nodeValue += "foo", with selected range on detachedForeignTextNode from 0 to 1
@@ -1371,9 +1371,9 @@ PASS detachedForeignTextNode.data = "", with unselected range collapsed at (deta
PASS detachedForeignTextNode.data = "", with selected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.data = "foo", with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.data = "foo", with selected range collapsed at (detachedForeignTextNode, 1)
-FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, 1)
-FAIL detachedForeignTextNode.data += "", with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.data += "", with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.data += "", with selected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.data += "foo", with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.data += "foo", with selected range collapsed at (detachedForeignTextNode, 1)
@@ -1383,9 +1383,9 @@ PASS detachedForeignTextNode.textContent = "", with unselected range collapsed a
PASS detachedForeignTextNode.textContent = "", with selected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.textContent = "foo", with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.textContent = "foo", with selected range collapsed at (detachedForeignTextNode, 1)
-FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, 1)
-FAIL detachedForeignTextNode.textContent += "", with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.textContent += "", with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.textContent += "", with selected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.textContent += "foo", with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.textContent += "foo", with selected range collapsed at (detachedForeignTextNode, 1)
@@ -1395,9 +1395,9 @@ PASS detachedForeignTextNode.nodeValue = "", with unselected range collapsed at
PASS detachedForeignTextNode.nodeValue = "", with selected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.nodeValue = "foo", with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.nodeValue = "foo", with selected range collapsed at (detachedForeignTextNode, 1)
-FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range collapsed at (detachedForeignTextNode, 1)
-FAIL detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.nodeValue += "", with selected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.nodeValue += "foo", with unselected range collapsed at (detachedForeignTextNode, 1)
PASS detachedForeignTextNode.nodeValue += "foo", with selected range collapsed at (detachedForeignTextNode, 1)
@@ -1407,9 +1407,9 @@ PASS detachedForeignTextNode.data = "", with unselected range on detachedForeign
PASS detachedForeignTextNode.data = "", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data = "foo", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data = "foo", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.data += "", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedForeignTextNode.data += "", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data += "", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data += "foo", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data += "foo", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
@@ -1419,9 +1419,9 @@ PASS detachedForeignTextNode.textContent = "", with unselected range on detached
PASS detachedForeignTextNode.textContent = "", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent = "foo", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent = "foo", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.textContent += "", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedForeignTextNode.textContent += "", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent += "", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent += "foo", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent += "foo", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
@@ -1431,9 +1431,9 @@ PASS detachedForeignTextNode.nodeValue = "", with unselected range on detachedFo
PASS detachedForeignTextNode.nodeValue = "", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue = "foo", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue = "foo", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.nodeValue += "", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedForeignTextNode.nodeValue += "", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue += "", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue += "foo", with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue += "foo", with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
@@ -1443,9 +1443,9 @@ PASS detachedForeignTextNode.data = "", with unselected range on detachedForeign
PASS detachedForeignTextNode.data = "", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data = "foo", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data = "foo", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.data += "", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.data += "", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data += "", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data += "foo", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.data += "foo", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
@@ -1455,9 +1455,9 @@ PASS detachedForeignTextNode.textContent = "", with unselected range on detached
PASS detachedForeignTextNode.textContent = "", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent = "foo", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent = "foo", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.textContent += "", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.textContent += "", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent += "", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent += "foo", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.textContent += "foo", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
@@ -1467,9 +1467,9 @@ PASS detachedForeignTextNode.nodeValue = "", with unselected range on detachedFo
PASS detachedForeignTextNode.nodeValue = "", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue = "foo", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue = "foo", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
-FAIL detachedForeignTextNode.nodeValue += "", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignTextNode.nodeValue += "", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue += "", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue += "foo", with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
PASS detachedForeignTextNode.nodeValue += "foo", with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
@@ -1479,9 +1479,9 @@ PASS detachedForeignTextNode.data = "", with unselected range collapsed at (deta
PASS detachedForeignTextNode.data = "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.data = "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.data = "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
-FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
-FAIL detachedForeignTextNode.data += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedForeignTextNode.data += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.data += "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.data += "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.data += "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
@@ -1491,9 +1491,9 @@ PASS detachedForeignTextNode.textContent = "", with unselected range collapsed a
PASS detachedForeignTextNode.textContent = "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.textContent = "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.textContent = "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
-FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
-FAIL detachedForeignTextNode.textContent += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedForeignTextNode.textContent += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.textContent += "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.textContent += "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.textContent += "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
@@ -1503,9 +1503,9 @@ PASS detachedForeignTextNode.nodeValue = "", with unselected range collapsed at
PASS detachedForeignTextNode.nodeValue = "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.nodeValue = "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.nodeValue = "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
-FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
-FAIL detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.nodeValue += "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.nodeValue += "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
PASS detachedForeignTextNode.nodeValue += "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
@@ -1551,9 +1551,9 @@ PASS detachedXmlTextNode.data = "", with unselected range on detachedXmlTextNode
PASS detachedXmlTextNode.data = "", with selected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.data = "foo", with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.data = "foo", with selected range on detachedXmlTextNode from 0 to 1
-FAIL detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range on detachedXmlTextNode from 0 to 1
-FAIL detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.data += "", with selected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.data += "foo", with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.data += "foo", with selected range on detachedXmlTextNode from 0 to 1
@@ -1563,9 +1563,9 @@ PASS detachedXmlTextNode.textContent = "", with unselected range on detachedXmlT
PASS detachedXmlTextNode.textContent = "", with selected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.textContent = "foo", with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.textContent = "foo", with selected range on detachedXmlTextNode from 0 to 1
-FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range on detachedXmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with selected range on detachedXmlTextNode from 0 to 1
-FAIL detachedXmlTextNode.textContent += "", with unselected range on detachedXmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlTextNode.textContent += "", with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.textContent += "", with selected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.textContent += "foo", with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.textContent += "foo", with selected range on detachedXmlTextNode from 0 to 1
@@ -1575,9 +1575,9 @@ PASS detachedXmlTextNode.nodeValue = "", with unselected range on detachedXmlTex
PASS detachedXmlTextNode.nodeValue = "", with selected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.nodeValue = "foo", with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.nodeValue = "foo", with selected range on detachedXmlTextNode from 0 to 1
-FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range on detachedXmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selected range on detachedXmlTextNode from 0 to 1
-FAIL detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.nodeValue += "", with selected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.nodeValue += "foo", with unselected range on detachedXmlTextNode from 0 to 1
PASS detachedXmlTextNode.nodeValue += "foo", with selected range on detachedXmlTextNode from 0 to 1
@@ -1587,9 +1587,9 @@ PASS detachedXmlTextNode.data = "", with unselected range collapsed at (detached
PASS detachedXmlTextNode.data = "", with selected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.data = "foo", with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.data = "foo", with selected range collapsed at (detachedXmlTextNode, 1)
-FAIL detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range collapsed at (detachedXmlTextNode, 1)
-FAIL detachedXmlTextNode.data += "", with unselected range collapsed at (detachedXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.data += "", with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.data += "", with selected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.data += "foo", with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.data += "foo", with selected range collapsed at (detachedXmlTextNode, 1)
@@ -1599,9 +1599,9 @@ PASS detachedXmlTextNode.textContent = "", with unselected range collapsed at (d
PASS detachedXmlTextNode.textContent = "", with selected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.textContent = "foo", with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.textContent = "foo", with selected range collapsed at (detachedXmlTextNode, 1)
-FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range collapsed at (detachedXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with selected range collapsed at (detachedXmlTextNode, 1)
-FAIL detachedXmlTextNode.textContent += "", with unselected range collapsed at (detachedXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.textContent += "", with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.textContent += "", with selected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.textContent += "foo", with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.textContent += "foo", with selected range collapsed at (detachedXmlTextNode, 1)
@@ -1611,9 +1611,9 @@ PASS detachedXmlTextNode.nodeValue = "", with unselected range collapsed at (det
PASS detachedXmlTextNode.nodeValue = "", with selected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.nodeValue = "foo", with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.nodeValue = "foo", with selected range collapsed at (detachedXmlTextNode, 1)
-FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range collapsed at (detachedXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selected range collapsed at (detachedXmlTextNode, 1)
-FAIL detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (detachedXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.nodeValue += "", with selected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.nodeValue += "foo", with unselected range collapsed at (detachedXmlTextNode, 1)
PASS detachedXmlTextNode.nodeValue += "foo", with selected range collapsed at (detachedXmlTextNode, 1)
@@ -1623,9 +1623,9 @@ PASS detachedXmlTextNode.data = "", with unselected range on detachedXmlTextNode
PASS detachedXmlTextNode.data = "", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data = "foo", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data = "foo", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data += "", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data += "foo", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data += "foo", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
@@ -1635,9 +1635,9 @@ PASS detachedXmlTextNode.textContent = "", with unselected range on detachedXmlT
PASS detachedXmlTextNode.textContent = "", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent = "foo", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent = "foo", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.textContent += "", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedXmlTextNode.textContent += "", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent += "", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent += "foo", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent += "foo", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
@@ -1647,9 +1647,9 @@ PASS detachedXmlTextNode.nodeValue = "", with unselected range on detachedXmlTex
PASS detachedXmlTextNode.nodeValue = "", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue = "foo", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue = "foo", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue += "", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue += "foo", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue += "foo", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
@@ -1659,9 +1659,9 @@ PASS detachedXmlTextNode.data = "", with unselected range on detachedXmlTextNode
PASS detachedXmlTextNode.data = "", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data = "foo", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data = "foo", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data += "", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data += "foo", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.data += "foo", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
@@ -1671,9 +1671,9 @@ PASS detachedXmlTextNode.textContent = "", with unselected range on detachedXmlT
PASS detachedXmlTextNode.textContent = "", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent = "foo", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent = "foo", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.textContent += "", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.textContent += "", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent += "", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent += "foo", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.textContent += "foo", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
@@ -1683,9 +1683,9 @@ PASS detachedXmlTextNode.nodeValue = "", with unselected range on detachedXmlTex
PASS detachedXmlTextNode.nodeValue = "", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue = "foo", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue = "foo", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
-FAIL detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue += "", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue += "foo", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
PASS detachedXmlTextNode.nodeValue += "foo", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
@@ -1695,9 +1695,9 @@ PASS detachedXmlTextNode.data = "", with unselected range collapsed at (detached
PASS detachedXmlTextNode.data = "", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.data = "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.data = "foo", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
-FAIL detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
-FAIL detachedXmlTextNode.data += "", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedXmlTextNode.data += "", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.data += "", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.data += "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.data += "foo", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
@@ -1707,9 +1707,9 @@ PASS detachedXmlTextNode.textContent = "", with unselected range collapsed at (d
PASS detachedXmlTextNode.textContent = "", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.textContent = "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.textContent = "foo", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
-FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
-FAIL detachedXmlTextNode.textContent += "", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedXmlTextNode.textContent += "", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.textContent += "", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.textContent += "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.textContent += "foo", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
@@ -1719,9 +1719,9 @@ PASS detachedXmlTextNode.nodeValue = "", with unselected range collapsed at (det
PASS detachedXmlTextNode.nodeValue = "", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.nodeValue = "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.nodeValue = "foo", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
-FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
-FAIL detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.nodeValue += "", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.nodeValue += "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
PASS detachedXmlTextNode.nodeValue += "foo", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
@@ -1767,9 +1767,9 @@ PASS comment.data = "", with unselected range on comment from 0 to 1
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 unselected range on comment from 0 to 1
PASS comment.data = comment.data, with selected range on comment from 0 to 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 unselected range on comment from 0 to 1
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
@@ -1779,9 +1779,9 @@ PASS comment.textContent = "", with unselected range on comment from 0 to 1
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 unselected range on comment from 0 to 1
PASS comment.textContent = comment.textContent, with selected range on comment from 0 to 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 unselected range on comment from 0 to 1
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
@@ -1791,9 +1791,9 @@ PASS comment.nodeValue = "", with unselected range on comment from 0 to 1
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 unselected range on comment from 0 to 1
PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to 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 unselected range on comment from 0 to 1
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
@@ -1803,9 +1803,9 @@ PASS comment.data = "", with unselected range collapsed at (comment, 1)
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 unselected range collapsed at (comment, 1)
PASS comment.data = comment.data, with selected range collapsed at (comment, 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 unselected range collapsed at (comment, 1)
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)
@@ -1815,9 +1815,9 @@ PASS comment.textContent = "", with unselected range collapsed at (comment, 1)
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 unselected range collapsed at (comment, 1)
PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, 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 unselected range collapsed at (comment, 1)
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)
@@ -1827,9 +1827,9 @@ PASS comment.nodeValue = "", with unselected range collapsed at (comment, 1)
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 unselected range collapsed at (comment, 1)
PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (comment, 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 unselected range collapsed at (comment, 1)
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)
@@ -1839,9 +1839,9 @@ PASS comment.data = "", with unselected range on comment from 0 to comment.lengt
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 unselected range on comment from 0 to comment.length
PASS comment.data = comment.data, with selected range on comment from 0 to comment.length
-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 unselected range on comment from 0 to comment.length
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
@@ -1851,9 +1851,9 @@ PASS comment.textContent = "", with unselected range on comment from 0 to commen
PASS comment.textContent = "", with selected range on comment from 0 to comment.length
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 unselected range on comment from 0 to comment.length
PASS comment.textContent = comment.textContent, with selected range on comment from 0 to comment.length
-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 unselected range on comment from 0 to comment.length
PASS comment.textContent += "", with selected range on comment from 0 to comment.length
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
@@ -1863,9 +1863,9 @@ PASS comment.nodeValue = "", with unselected range on comment from 0 to comment.
PASS comment.nodeValue = "", with selected range on comment from 0 to comment.length
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 unselected range on comment from 0 to comment.length
PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to comment.length
-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 unselected range on comment from 0 to comment.length
PASS comment.nodeValue += "", with selected range on comment from 0 to comment.length
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
@@ -1875,9 +1875,9 @@ PASS comment.data = "", with unselected range on comment from 1 to comment.lengt
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 unselected range on comment from 1 to comment.length
PASS comment.data = comment.data, with selected range on comment from 1 to comment.length
-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 unselected range on comment from 1 to comment.length
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
@@ -1887,9 +1887,9 @@ PASS comment.textContent = "", with unselected range on comment from 1 to commen
PASS comment.textContent = "", with selected range on comment from 1 to comment.length
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 unselected range on comment from 1 to comment.length
PASS comment.textContent = comment.textContent, with selected range on comment from 1 to comment.length
-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 unselected range on comment from 1 to comment.length
PASS comment.textContent += "", with selected range on comment from 1 to comment.length
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
@@ -1899,9 +1899,9 @@ PASS comment.nodeValue = "", with unselected range on comment from 1 to comment.
PASS comment.nodeValue = "", with selected range on comment from 1 to comment.length
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 unselected range on comment from 1 to comment.length
PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 1 to comment.length
-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 unselected range on comment from 1 to comment.length
PASS comment.nodeValue += "", with selected range on comment from 1 to comment.length
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
@@ -1911,9 +1911,9 @@ PASS comment.data = "", with unselected range collapsed at (comment, comment.len
PASS comment.data = "", with selected range collapsed at (comment, comment.length)
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 unselected range collapsed at (comment, comment.length)
PASS comment.data = comment.data, with selected range collapsed at (comment, comment.length)
-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 unselected range collapsed at (comment, comment.length)
PASS comment.data += "", with selected range collapsed at (comment, comment.length)
PASS comment.data += "foo", with unselected range collapsed at (comment, comment.length)
PASS comment.data += "foo", with selected range collapsed at (comment, comment.length)
@@ -1923,9 +1923,9 @@ PASS comment.textContent = "", with unselected range collapsed at (comment, comm
PASS comment.textContent = "", with selected range collapsed at (comment, comment.length)
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 unselected range collapsed at (comment, comment.length)
PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, comment.length)
-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 unselected range collapsed at (comment, comment.length)
PASS comment.textContent += "", with selected range collapsed at (comment, comment.length)
PASS comment.textContent += "foo", with unselected range collapsed at (comment, comment.length)
PASS comment.textContent += "foo", with selected range collapsed at (comment, comment.length)
@@ -1935,9 +1935,9 @@ PASS comment.nodeValue = "", with unselected range collapsed at (comment, commen
PASS comment.nodeValue = "", with selected range collapsed at (comment, comment.length)
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 unselected range collapsed at (comment, comment.length)
PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (comment, comment.length)
-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 unselected range collapsed at (comment, comment.length)
PASS comment.nodeValue += "", with selected range collapsed at (comment, comment.length)
PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, comment.length)
PASS comment.nodeValue += "foo", with selected range collapsed at (comment, comment.length)
@@ -1983,9 +1983,9 @@ PASS foreignComment.data = "", with unselected range on foreignComment from 0 to
PASS foreignComment.data = "", with selected range on foreignComment from 0 to 1
PASS foreignComment.data = "foo", with unselected range on foreignComment from 0 to 1
PASS foreignComment.data = "foo", with selected range on foreignComment from 0 to 1
-FAIL foreignComment.data = foreignComment.data, with unselected range on foreignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignComment.data = foreignComment.data, with unselected range on foreignComment from 0 to 1
PASS foreignComment.data = foreignComment.data, with selected range on foreignComment from 0 to 1
-FAIL foreignComment.data += "", with unselected range on foreignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignComment.data += "", with unselected range on foreignComment from 0 to 1
PASS foreignComment.data += "", with selected range on foreignComment from 0 to 1
PASS foreignComment.data += "foo", with unselected range on foreignComment from 0 to 1
PASS foreignComment.data += "foo", with selected range on foreignComment from 0 to 1
@@ -1995,9 +1995,9 @@ PASS foreignComment.textContent = "", with unselected range on foreignComment fr
PASS foreignComment.textContent = "", with selected range on foreignComment from 0 to 1
PASS foreignComment.textContent = "foo", with unselected range on foreignComment from 0 to 1
PASS foreignComment.textContent = "foo", with selected range on foreignComment from 0 to 1
-FAIL foreignComment.textContent = foreignComment.textContent, with unselected range on foreignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignComment.textContent = foreignComment.textContent, with unselected range on foreignComment from 0 to 1
PASS foreignComment.textContent = foreignComment.textContent, with selected range on foreignComment from 0 to 1
-FAIL foreignComment.textContent += "", with unselected range on foreignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignComment.textContent += "", with unselected range on foreignComment from 0 to 1
PASS foreignComment.textContent += "", with selected range on foreignComment from 0 to 1
PASS foreignComment.textContent += "foo", with unselected range on foreignComment from 0 to 1
PASS foreignComment.textContent += "foo", with selected range on foreignComment from 0 to 1
@@ -2007,9 +2007,9 @@ PASS foreignComment.nodeValue = "", with unselected range on foreignComment from
PASS foreignComment.nodeValue = "", with selected range on foreignComment from 0 to 1
PASS foreignComment.nodeValue = "foo", with unselected range on foreignComment from 0 to 1
PASS foreignComment.nodeValue = "foo", with selected range on foreignComment from 0 to 1
-FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 0 to 1
PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range on foreignComment from 0 to 1
-FAIL foreignComment.nodeValue += "", with unselected range on foreignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS foreignComment.nodeValue += "", with unselected range on foreignComment from 0 to 1
PASS foreignComment.nodeValue += "", with selected range on foreignComment from 0 to 1
PASS foreignComment.nodeValue += "foo", with unselected range on foreignComment from 0 to 1
PASS foreignComment.nodeValue += "foo", with selected range on foreignComment from 0 to 1
@@ -2019,9 +2019,9 @@ PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen
PASS foreignComment.data = "", with selected range collapsed at (foreignComment, 1)
PASS foreignComment.data = "foo", with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.data = "foo", with selected range collapsed at (foreignComment, 1)
-FAIL foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.data = foreignComment.data, with selected range collapsed at (foreignComment, 1)
-FAIL foreignComment.data += "", with unselected range collapsed at (foreignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.data += "", with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.data += "", with selected range collapsed at (foreignComment, 1)
PASS foreignComment.data += "foo", with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.data += "foo", with selected range collapsed at (foreignComment, 1)
@@ -2031,9 +2031,9 @@ PASS foreignComment.textContent = "", with unselected range collapsed at (foreig
PASS foreignComment.textContent = "", with selected range collapsed at (foreignComment, 1)
PASS foreignComment.textContent = "foo", with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.textContent = "foo", with selected range collapsed at (foreignComment, 1)
-FAIL foreignComment.textContent = foreignComment.textContent, with unselected range collapsed at (foreignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.textContent = foreignComment.textContent, with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.textContent = foreignComment.textContent, with selected range collapsed at (foreignComment, 1)
-FAIL foreignComment.textContent += "", with unselected range collapsed at (foreignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.textContent += "", with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.textContent += "", with selected range collapsed at (foreignComment, 1)
PASS foreignComment.textContent += "foo", with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.textContent += "foo", with selected range collapsed at (foreignComment, 1)
@@ -2043,9 +2043,9 @@ PASS foreignComment.nodeValue = "", with unselected range collapsed at (foreignC
PASS foreignComment.nodeValue = "", with selected range collapsed at (foreignComment, 1)
PASS foreignComment.nodeValue = "foo", with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.nodeValue = "foo", with selected range collapsed at (foreignComment, 1)
-FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range collapsed at (foreignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range collapsed at (foreignComment, 1)
-FAIL foreignComment.nodeValue += "", with unselected range collapsed at (foreignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.nodeValue += "", with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.nodeValue += "", with selected range collapsed at (foreignComment, 1)
PASS foreignComment.nodeValue += "foo", with unselected range collapsed at (foreignComment, 1)
PASS foreignComment.nodeValue += "foo", with selected range collapsed at (foreignComment, 1)
@@ -2055,9 +2055,9 @@ PASS foreignComment.data = "", with unselected range on foreignComment from 0 to
PASS foreignComment.data = "", with selected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.data = "foo", with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.data = "foo", with selected range on foreignComment from 0 to foreignComment.length
-FAIL foreignComment.data = foreignComment.data, with unselected range on foreignComment from 0 to foreignComment.length assert_equals: Wrong end offset expected 0 but got 100
+PASS foreignComment.data = foreignComment.data, with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.data = foreignComment.data, with selected range on foreignComment from 0 to foreignComment.length
-FAIL foreignComment.data += "", with unselected range on foreignComment from 0 to foreignComment.length assert_equals: Wrong end offset expected 0 but got 100
+PASS foreignComment.data += "", with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.data += "", with selected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.data += "foo", with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.data += "foo", with selected range on foreignComment from 0 to foreignComment.length
@@ -2067,9 +2067,9 @@ PASS foreignComment.textContent = "", with unselected range on foreignComment fr
PASS foreignComment.textContent = "", with selected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.textContent = "foo", with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.textContent = "foo", with selected range on foreignComment from 0 to foreignComment.length
-FAIL foreignComment.textContent = foreignComment.textContent, with unselected range on foreignComment from 0 to foreignComment.length assert_equals: Wrong end offset expected 0 but got 100
+PASS foreignComment.textContent = foreignComment.textContent, with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.textContent = foreignComment.textContent, with selected range on foreignComment from 0 to foreignComment.length
-FAIL foreignComment.textContent += "", with unselected range on foreignComment from 0 to foreignComment.length assert_equals: Wrong end offset expected 0 but got 100
+PASS foreignComment.textContent += "", with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.textContent += "", with selected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.textContent += "foo", with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.textContent += "foo", with selected range on foreignComment from 0 to foreignComment.length
@@ -2079,9 +2079,9 @@ PASS foreignComment.nodeValue = "", with unselected range on foreignComment from
PASS foreignComment.nodeValue = "", with selected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.nodeValue = "foo", with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.nodeValue = "foo", with selected range on foreignComment from 0 to foreignComment.length
-FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 0 to foreignComment.length assert_equals: Wrong end offset expected 0 but got 100
+PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range on foreignComment from 0 to foreignComment.length
-FAIL foreignComment.nodeValue += "", with unselected range on foreignComment from 0 to foreignComment.length assert_equals: Wrong end offset expected 0 but got 100
+PASS foreignComment.nodeValue += "", with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.nodeValue += "", with selected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.nodeValue += "foo", with unselected range on foreignComment from 0 to foreignComment.length
PASS foreignComment.nodeValue += "foo", with selected range on foreignComment from 0 to foreignComment.length
@@ -2091,9 +2091,9 @@ PASS foreignComment.data = "", with unselected range on foreignComment from 1 to
PASS foreignComment.data = "", with selected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.data = "foo", with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.data = "foo", with selected range on foreignComment from 1 to foreignComment.length
-FAIL foreignComment.data = foreignComment.data, with unselected range on foreignComment from 1 to foreignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.data = foreignComment.data, with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.data = foreignComment.data, with selected range on foreignComment from 1 to foreignComment.length
-FAIL foreignComment.data += "", with unselected range on foreignComment from 1 to foreignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.data += "", with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.data += "", with selected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.data += "foo", with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.data += "foo", with selected range on foreignComment from 1 to foreignComment.length
@@ -2103,9 +2103,9 @@ PASS foreignComment.textContent = "", with unselected range on foreignComment fr
PASS foreignComment.textContent = "", with selected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.textContent = "foo", with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.textContent = "foo", with selected range on foreignComment from 1 to foreignComment.length
-FAIL foreignComment.textContent = foreignComment.textContent, with unselected range on foreignComment from 1 to foreignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.textContent = foreignComment.textContent, with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.textContent = foreignComment.textContent, with selected range on foreignComment from 1 to foreignComment.length
-FAIL foreignComment.textContent += "", with unselected range on foreignComment from 1 to foreignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.textContent += "", with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.textContent += "", with selected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.textContent += "foo", with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.textContent += "foo", with selected range on foreignComment from 1 to foreignComment.length
@@ -2115,9 +2115,9 @@ PASS foreignComment.nodeValue = "", with unselected range on foreignComment from
PASS foreignComment.nodeValue = "", with selected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.nodeValue = "foo", with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.nodeValue = "foo", with selected range on foreignComment from 1 to foreignComment.length
-FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 1 to foreignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range on foreignComment from 1 to foreignComment.length
-FAIL foreignComment.nodeValue += "", with unselected range on foreignComment from 1 to foreignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS foreignComment.nodeValue += "", with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.nodeValue += "", with selected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.nodeValue += "foo", with unselected range on foreignComment from 1 to foreignComment.length
PASS foreignComment.nodeValue += "foo", with selected range on foreignComment from 1 to foreignComment.length
@@ -2127,9 +2127,9 @@ PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen
PASS foreignComment.data = "", with selected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.data = "foo", with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.data = "foo", with selected range collapsed at (foreignComment, foreignComment.length)
-FAIL foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, foreignComment.length) assert_equals: Wrong start offset expected 0 but got 100
+PASS foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.data = foreignComment.data, with selected range collapsed at (foreignComment, foreignComment.length)
-FAIL foreignComment.data += "", with unselected range collapsed at (foreignComment, foreignComment.length) assert_equals: Wrong start offset expected 0 but got 100
+PASS foreignComment.data += "", with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.data += "", with selected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.data += "foo", with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.data += "foo", with selected range collapsed at (foreignComment, foreignComment.length)
@@ -2139,9 +2139,9 @@ PASS foreignComment.textContent = "", with unselected range collapsed at (foreig
PASS foreignComment.textContent = "", with selected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.textContent = "foo", with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.textContent = "foo", with selected range collapsed at (foreignComment, foreignComment.length)
-FAIL foreignComment.textContent = foreignComment.textContent, with unselected range collapsed at (foreignComment, foreignComment.length) assert_equals: Wrong start offset expected 0 but got 100
+PASS foreignComment.textContent = foreignComment.textContent, with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.textContent = foreignComment.textContent, with selected range collapsed at (foreignComment, foreignComment.length)
-FAIL foreignComment.textContent += "", with unselected range collapsed at (foreignComment, foreignComment.length) assert_equals: Wrong start offset expected 0 but got 100
+PASS foreignComment.textContent += "", with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.textContent += "", with selected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.textContent += "foo", with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.textContent += "foo", with selected range collapsed at (foreignComment, foreignComment.length)
@@ -2151,9 +2151,9 @@ PASS foreignComment.nodeValue = "", with unselected range collapsed at (foreignC
PASS foreignComment.nodeValue = "", with selected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.nodeValue = "foo", with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.nodeValue = "foo", with selected range collapsed at (foreignComment, foreignComment.length)
-FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range collapsed at (foreignComment, foreignComment.length) assert_equals: Wrong start offset expected 0 but got 100
+PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range collapsed at (foreignComment, foreignComment.length)
-FAIL foreignComment.nodeValue += "", with unselected range collapsed at (foreignComment, foreignComment.length) assert_equals: Wrong start offset expected 0 but got 100
+PASS foreignComment.nodeValue += "", with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.nodeValue += "", with selected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.nodeValue += "foo", with unselected range collapsed at (foreignComment, foreignComment.length)
PASS foreignComment.nodeValue += "foo", with selected range collapsed at (foreignComment, foreignComment.length)
@@ -2199,9 +2199,9 @@ PASS xmlComment.data = "", with unselected range on xmlComment from 0 to 1
PASS xmlComment.data = "", with selected range on xmlComment from 0 to 1
PASS xmlComment.data = "foo", with unselected range on xmlComment from 0 to 1
PASS xmlComment.data = "foo", with selected range on xmlComment from 0 to 1
-FAIL xmlComment.data = xmlComment.data, with unselected range on xmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlComment.data = xmlComment.data, with unselected range on xmlComment from 0 to 1
PASS xmlComment.data = xmlComment.data, with selected range on xmlComment from 0 to 1
-FAIL xmlComment.data += "", with unselected range on xmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlComment.data += "", with unselected range on xmlComment from 0 to 1
PASS xmlComment.data += "", with selected range on xmlComment from 0 to 1
PASS xmlComment.data += "foo", with unselected range on xmlComment from 0 to 1
PASS xmlComment.data += "foo", with selected range on xmlComment from 0 to 1
@@ -2211,9 +2211,9 @@ PASS xmlComment.textContent = "", with unselected range on xmlComment from 0 to
PASS xmlComment.textContent = "", with selected range on xmlComment from 0 to 1
PASS xmlComment.textContent = "foo", with unselected range on xmlComment from 0 to 1
PASS xmlComment.textContent = "foo", with selected range on xmlComment from 0 to 1
-FAIL xmlComment.textContent = xmlComment.textContent, with unselected range on xmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlComment.textContent = xmlComment.textContent, with unselected range on xmlComment from 0 to 1
PASS xmlComment.textContent = xmlComment.textContent, with selected range on xmlComment from 0 to 1
-FAIL xmlComment.textContent += "", with unselected range on xmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlComment.textContent += "", with unselected range on xmlComment from 0 to 1
PASS xmlComment.textContent += "", with selected range on xmlComment from 0 to 1
PASS xmlComment.textContent += "foo", with unselected range on xmlComment from 0 to 1
PASS xmlComment.textContent += "foo", with selected range on xmlComment from 0 to 1
@@ -2223,9 +2223,9 @@ PASS xmlComment.nodeValue = "", with unselected range on xmlComment from 0 to 1
PASS xmlComment.nodeValue = "", with selected range on xmlComment from 0 to 1
PASS xmlComment.nodeValue = "foo", with unselected range on xmlComment from 0 to 1
PASS xmlComment.nodeValue = "foo", with selected range on xmlComment from 0 to 1
-FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlComment from 0 to 1
PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range on xmlComment from 0 to 1
-FAIL xmlComment.nodeValue += "", with unselected range on xmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS xmlComment.nodeValue += "", with unselected range on xmlComment from 0 to 1
PASS xmlComment.nodeValue += "", with selected range on xmlComment from 0 to 1
PASS xmlComment.nodeValue += "foo", with unselected range on xmlComment from 0 to 1
PASS xmlComment.nodeValue += "foo", with selected range on xmlComment from 0 to 1
@@ -2235,9 +2235,9 @@ PASS xmlComment.data = "", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.data = "", with selected range collapsed at (xmlComment, 1)
PASS xmlComment.data = "foo", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.data = "foo", with selected range collapsed at (xmlComment, 1)
-FAIL xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.data = xmlComment.data, with selected range collapsed at (xmlComment, 1)
-FAIL xmlComment.data += "", with unselected range collapsed at (xmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.data += "", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.data += "", with selected range collapsed at (xmlComment, 1)
PASS xmlComment.data += "foo", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.data += "foo", with selected range collapsed at (xmlComment, 1)
@@ -2247,9 +2247,9 @@ PASS xmlComment.textContent = "", with unselected range collapsed at (xmlComment
PASS xmlComment.textContent = "", with selected range collapsed at (xmlComment, 1)
PASS xmlComment.textContent = "foo", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.textContent = "foo", with selected range collapsed at (xmlComment, 1)
-FAIL xmlComment.textContent = xmlComment.textContent, with unselected range collapsed at (xmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.textContent = xmlComment.textContent, with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.textContent = xmlComment.textContent, with selected range collapsed at (xmlComment, 1)
-FAIL xmlComment.textContent += "", with unselected range collapsed at (xmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.textContent += "", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.textContent += "", with selected range collapsed at (xmlComment, 1)
PASS xmlComment.textContent += "foo", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.textContent += "foo", with selected range collapsed at (xmlComment, 1)
@@ -2259,9 +2259,9 @@ PASS xmlComment.nodeValue = "", with unselected range collapsed at (xmlComment,
PASS xmlComment.nodeValue = "", with selected range collapsed at (xmlComment, 1)
PASS xmlComment.nodeValue = "foo", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.nodeValue = "foo", with selected range collapsed at (xmlComment, 1)
-FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range collapsed at (xmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range collapsed at (xmlComment, 1)
-FAIL xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.nodeValue += "", with selected range collapsed at (xmlComment, 1)
PASS xmlComment.nodeValue += "foo", with unselected range collapsed at (xmlComment, 1)
PASS xmlComment.nodeValue += "foo", with selected range collapsed at (xmlComment, 1)
@@ -2271,9 +2271,9 @@ PASS xmlComment.data = "", with unselected range on xmlComment from 0 to xmlComm
PASS xmlComment.data = "", with selected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.data = "foo", with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.data = "foo", with selected range on xmlComment from 0 to xmlComment.length
-FAIL xmlComment.data = xmlComment.data, with unselected range on xmlComment from 0 to xmlComment.length assert_equals: Wrong end offset expected 0 but got 143
+PASS xmlComment.data = xmlComment.data, with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.data = xmlComment.data, with selected range on xmlComment from 0 to xmlComment.length
-FAIL xmlComment.data += "", with unselected range on xmlComment from 0 to xmlComment.length assert_equals: Wrong end offset expected 0 but got 143
+PASS xmlComment.data += "", with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.data += "", with selected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.data += "foo", with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.data += "foo", with selected range on xmlComment from 0 to xmlComment.length
@@ -2283,9 +2283,9 @@ PASS xmlComment.textContent = "", with unselected range on xmlComment from 0 to
PASS xmlComment.textContent = "", with selected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.textContent = "foo", with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.textContent = "foo", with selected range on xmlComment from 0 to xmlComment.length
-FAIL xmlComment.textContent = xmlComment.textContent, with unselected range on xmlComment from 0 to xmlComment.length assert_equals: Wrong end offset expected 0 but got 143
+PASS xmlComment.textContent = xmlComment.textContent, with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.textContent = xmlComment.textContent, with selected range on xmlComment from 0 to xmlComment.length
-FAIL xmlComment.textContent += "", with unselected range on xmlComment from 0 to xmlComment.length assert_equals: Wrong end offset expected 0 but got 143
+PASS xmlComment.textContent += "", with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.textContent += "", with selected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.textContent += "foo", with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.textContent += "foo", with selected range on xmlComment from 0 to xmlComment.length
@@ -2295,9 +2295,9 @@ PASS xmlComment.nodeValue = "", with unselected range on xmlComment from 0 to xm
PASS xmlComment.nodeValue = "", with selected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.nodeValue = "foo", with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.nodeValue = "foo", with selected range on xmlComment from 0 to xmlComment.length
-FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlComment from 0 to xmlComment.length assert_equals: Wrong end offset expected 0 but got 143
+PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range on xmlComment from 0 to xmlComment.length
-FAIL xmlComment.nodeValue += "", with unselected range on xmlComment from 0 to xmlComment.length assert_equals: Wrong end offset expected 0 but got 143
+PASS xmlComment.nodeValue += "", with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.nodeValue += "", with selected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.nodeValue += "foo", with unselected range on xmlComment from 0 to xmlComment.length
PASS xmlComment.nodeValue += "foo", with selected range on xmlComment from 0 to xmlComment.length
@@ -2307,9 +2307,9 @@ PASS xmlComment.data = "", with unselected range on xmlComment from 1 to xmlComm
PASS xmlComment.data = "", with selected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.data = "foo", with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.data = "foo", with selected range on xmlComment from 1 to xmlComment.length
-FAIL xmlComment.data = xmlComment.data, with unselected range on xmlComment from 1 to xmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.data = xmlComment.data, with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.data = xmlComment.data, with selected range on xmlComment from 1 to xmlComment.length
-FAIL xmlComment.data += "", with unselected range on xmlComment from 1 to xmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.data += "", with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.data += "", with selected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.data += "foo", with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.data += "foo", with selected range on xmlComment from 1 to xmlComment.length
@@ -2319,9 +2319,9 @@ PASS xmlComment.textContent = "", with unselected range on xmlComment from 1 to
PASS xmlComment.textContent = "", with selected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.textContent = "foo", with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.textContent = "foo", with selected range on xmlComment from 1 to xmlComment.length
-FAIL xmlComment.textContent = xmlComment.textContent, with unselected range on xmlComment from 1 to xmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.textContent = xmlComment.textContent, with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.textContent = xmlComment.textContent, with selected range on xmlComment from 1 to xmlComment.length
-FAIL xmlComment.textContent += "", with unselected range on xmlComment from 1 to xmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.textContent += "", with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.textContent += "", with selected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.textContent += "foo", with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.textContent += "foo", with selected range on xmlComment from 1 to xmlComment.length
@@ -2331,9 +2331,9 @@ PASS xmlComment.nodeValue = "", with unselected range on xmlComment from 1 to xm
PASS xmlComment.nodeValue = "", with selected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.nodeValue = "foo", with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.nodeValue = "foo", with selected range on xmlComment from 1 to xmlComment.length
-FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlComment from 1 to xmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range on xmlComment from 1 to xmlComment.length
-FAIL xmlComment.nodeValue += "", with unselected range on xmlComment from 1 to xmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS xmlComment.nodeValue += "", with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.nodeValue += "", with selected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.nodeValue += "foo", with unselected range on xmlComment from 1 to xmlComment.length
PASS xmlComment.nodeValue += "foo", with selected range on xmlComment from 1 to xmlComment.length
@@ -2343,9 +2343,9 @@ PASS xmlComment.data = "", with unselected range collapsed at (xmlComment, xmlCo
PASS xmlComment.data = "", with selected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.data = "foo", with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.data = "foo", with selected range collapsed at (xmlComment, xmlComment.length)
-FAIL xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlComment, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143
+PASS xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.data = xmlComment.data, with selected range collapsed at (xmlComment, xmlComment.length)
-FAIL xmlComment.data += "", with unselected range collapsed at (xmlComment, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143
+PASS xmlComment.data += "", with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.data += "", with selected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.data += "foo", with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.data += "foo", with selected range collapsed at (xmlComment, xmlComment.length)
@@ -2355,9 +2355,9 @@ PASS xmlComment.textContent = "", with unselected range collapsed at (xmlComment
PASS xmlComment.textContent = "", with selected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.textContent = "foo", with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.textContent = "foo", with selected range collapsed at (xmlComment, xmlComment.length)
-FAIL xmlComment.textContent = xmlComment.textContent, with unselected range collapsed at (xmlComment, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143
+PASS xmlComment.textContent = xmlComment.textContent, with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.textContent = xmlComment.textContent, with selected range collapsed at (xmlComment, xmlComment.length)
-FAIL xmlComment.textContent += "", with unselected range collapsed at (xmlComment, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143
+PASS xmlComment.textContent += "", with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.textContent += "", with selected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.textContent += "foo", with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.textContent += "foo", with selected range collapsed at (xmlComment, xmlComment.length)
@@ -2367,9 +2367,9 @@ PASS xmlComment.nodeValue = "", with unselected range collapsed at (xmlComment,
PASS xmlComment.nodeValue = "", with selected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.nodeValue = "foo", with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.nodeValue = "foo", with selected range collapsed at (xmlComment, xmlComment.length)
-FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range collapsed at (xmlComment, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143
+PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range collapsed at (xmlComment, xmlComment.length)
-FAIL xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143
+PASS xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.nodeValue += "", with selected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.nodeValue += "foo", with unselected range collapsed at (xmlComment, xmlComment.length)
PASS xmlComment.nodeValue += "foo", with selected range collapsed at (xmlComment, xmlComment.length)
@@ -2415,9 +2415,9 @@ PASS detachedComment.data = "", with unselected range on detachedComment from 0
PASS detachedComment.data = "", with selected range on detachedComment from 0 to 1
PASS detachedComment.data = "foo", with unselected range on detachedComment from 0 to 1
PASS detachedComment.data = "foo", with selected range on detachedComment from 0 to 1
-FAIL detachedComment.data = detachedComment.data, with unselected range on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedComment.data = detachedComment.data, with unselected range on detachedComment from 0 to 1
PASS detachedComment.data = detachedComment.data, with selected range on detachedComment from 0 to 1
-FAIL detachedComment.data += "", with unselected range on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedComment.data += "", with unselected range on detachedComment from 0 to 1
PASS detachedComment.data += "", with selected range on detachedComment from 0 to 1
PASS detachedComment.data += "foo", with unselected range on detachedComment from 0 to 1
PASS detachedComment.data += "foo", with selected range on detachedComment from 0 to 1
@@ -2427,9 +2427,9 @@ PASS detachedComment.textContent = "", with unselected range on detachedComment
PASS detachedComment.textContent = "", with selected range on detachedComment from 0 to 1
PASS detachedComment.textContent = "foo", with unselected range on detachedComment from 0 to 1
PASS detachedComment.textContent = "foo", with selected range on detachedComment from 0 to 1
-FAIL detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 0 to 1
PASS detachedComment.textContent = detachedComment.textContent, with selected range on detachedComment from 0 to 1
-FAIL detachedComment.textContent += "", with unselected range on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedComment.textContent += "", with unselected range on detachedComment from 0 to 1
PASS detachedComment.textContent += "", with selected range on detachedComment from 0 to 1
PASS detachedComment.textContent += "foo", with unselected range on detachedComment from 0 to 1
PASS detachedComment.textContent += "foo", with selected range on detachedComment from 0 to 1
@@ -2439,9 +2439,9 @@ PASS detachedComment.nodeValue = "", with unselected range on detachedComment fr
PASS detachedComment.nodeValue = "", with selected range on detachedComment from 0 to 1
PASS detachedComment.nodeValue = "foo", with unselected range on detachedComment from 0 to 1
PASS detachedComment.nodeValue = "foo", with selected range on detachedComment from 0 to 1
-FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected range on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected range on detachedComment from 0 to 1
PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range on detachedComment from 0 to 1
-FAIL detachedComment.nodeValue += "", with unselected range on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedComment.nodeValue += "", with unselected range on detachedComment from 0 to 1
PASS detachedComment.nodeValue += "", with selected range on detachedComment from 0 to 1
PASS detachedComment.nodeValue += "foo", with unselected range on detachedComment from 0 to 1
PASS detachedComment.nodeValue += "foo", with selected range on detachedComment from 0 to 1
@@ -2451,9 +2451,9 @@ PASS detachedComment.data = "", with unselected range collapsed at (detachedComm
PASS detachedComment.data = "", with selected range collapsed at (detachedComment, 1)
PASS detachedComment.data = "foo", with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.data = "foo", with selected range collapsed at (detachedComment, 1)
-FAIL detachedComment.data = detachedComment.data, with unselected range collapsed at (detachedComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.data = detachedComment.data, with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.data = detachedComment.data, with selected range collapsed at (detachedComment, 1)
-FAIL detachedComment.data += "", with unselected range collapsed at (detachedComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.data += "", with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.data += "", with selected range collapsed at (detachedComment, 1)
PASS detachedComment.data += "foo", with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.data += "foo", with selected range collapsed at (detachedComment, 1)
@@ -2463,9 +2463,9 @@ PASS detachedComment.textContent = "", with unselected range collapsed at (detac
PASS detachedComment.textContent = "", with selected range collapsed at (detachedComment, 1)
PASS detachedComment.textContent = "foo", with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.textContent = "foo", with selected range collapsed at (detachedComment, 1)
-FAIL detachedComment.textContent = detachedComment.textContent, with unselected range collapsed at (detachedComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.textContent = detachedComment.textContent, with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.textContent = detachedComment.textContent, with selected range collapsed at (detachedComment, 1)
-FAIL detachedComment.textContent += "", with unselected range collapsed at (detachedComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.textContent += "", with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.textContent += "", with selected range collapsed at (detachedComment, 1)
PASS detachedComment.textContent += "foo", with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.textContent += "foo", with selected range collapsed at (detachedComment, 1)
@@ -2475,9 +2475,9 @@ PASS detachedComment.nodeValue = "", with unselected range collapsed at (detache
PASS detachedComment.nodeValue = "", with selected range collapsed at (detachedComment, 1)
PASS detachedComment.nodeValue = "foo", with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.nodeValue = "foo", with selected range collapsed at (detachedComment, 1)
-FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected range collapsed at (detachedComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range collapsed at (detachedComment, 1)
-FAIL detachedComment.nodeValue += "", with unselected range collapsed at (detachedComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.nodeValue += "", with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.nodeValue += "", with selected range collapsed at (detachedComment, 1)
PASS detachedComment.nodeValue += "foo", with unselected range collapsed at (detachedComment, 1)
PASS detachedComment.nodeValue += "foo", with selected range collapsed at (detachedComment, 1)
@@ -2487,9 +2487,9 @@ PASS detachedComment.data = "", with unselected range on detachedComment from 0
PASS detachedComment.data = "", with selected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.data = "foo", with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.data = "foo", with selected range on detachedComment from 0 to detachedComment.length
-FAIL detachedComment.data = detachedComment.data, with unselected range on detachedComment from 0 to detachedComment.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedComment.data = detachedComment.data, with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.data = detachedComment.data, with selected range on detachedComment from 0 to detachedComment.length
-FAIL detachedComment.data += "", with unselected range on detachedComment from 0 to detachedComment.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedComment.data += "", with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.data += "", with selected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.data += "foo", with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.data += "foo", with selected range on detachedComment from 0 to detachedComment.length
@@ -2499,9 +2499,9 @@ PASS detachedComment.textContent = "", with unselected range on detachedComment
PASS detachedComment.textContent = "", with selected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.textContent = "foo", with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.textContent = "foo", with selected range on detachedComment from 0 to detachedComment.length
-FAIL detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 0 to detachedComment.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.textContent = detachedComment.textContent, with selected range on detachedComment from 0 to detachedComment.length
-FAIL detachedComment.textContent += "", with unselected range on detachedComment from 0 to detachedComment.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedComment.textContent += "", with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.textContent += "", with selected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.textContent += "foo", with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.textContent += "foo", with selected range on detachedComment from 0 to detachedComment.length
@@ -2511,9 +2511,9 @@ PASS detachedComment.nodeValue = "", with unselected range on detachedComment fr
PASS detachedComment.nodeValue = "", with selected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.nodeValue = "foo", with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.nodeValue = "foo", with selected range on detachedComment from 0 to detachedComment.length
-FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected range on detachedComment from 0 to detachedComment.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range on detachedComment from 0 to detachedComment.length
-FAIL detachedComment.nodeValue += "", with unselected range on detachedComment from 0 to detachedComment.length assert_equals: Wrong end offset expected 0 but got 8
+PASS detachedComment.nodeValue += "", with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.nodeValue += "", with selected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.nodeValue += "foo", with unselected range on detachedComment from 0 to detachedComment.length
PASS detachedComment.nodeValue += "foo", with selected range on detachedComment from 0 to detachedComment.length
@@ -2523,9 +2523,9 @@ PASS detachedComment.data = "", with unselected range on detachedComment from 1
PASS detachedComment.data = "", with selected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.data = "foo", with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.data = "foo", with selected range on detachedComment from 1 to detachedComment.length
-FAIL detachedComment.data = detachedComment.data, with unselected range on detachedComment from 1 to detachedComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.data = detachedComment.data, with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.data = detachedComment.data, with selected range on detachedComment from 1 to detachedComment.length
-FAIL detachedComment.data += "", with unselected range on detachedComment from 1 to detachedComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.data += "", with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.data += "", with selected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.data += "foo", with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.data += "foo", with selected range on detachedComment from 1 to detachedComment.length
@@ -2535,9 +2535,9 @@ PASS detachedComment.textContent = "", with unselected range on detachedComment
PASS detachedComment.textContent = "", with selected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.textContent = "foo", with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.textContent = "foo", with selected range on detachedComment from 1 to detachedComment.length
-FAIL detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 1 to detachedComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.textContent = detachedComment.textContent, with selected range on detachedComment from 1 to detachedComment.length
-FAIL detachedComment.textContent += "", with unselected range on detachedComment from 1 to detachedComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.textContent += "", with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.textContent += "", with selected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.textContent += "foo", with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.textContent += "foo", with selected range on detachedComment from 1 to detachedComment.length
@@ -2547,9 +2547,9 @@ PASS detachedComment.nodeValue = "", with unselected range on detachedComment fr
PASS detachedComment.nodeValue = "", with selected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.nodeValue = "foo", with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.nodeValue = "foo", with selected range on detachedComment from 1 to detachedComment.length
-FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected range on detachedComment from 1 to detachedComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range on detachedComment from 1 to detachedComment.length
-FAIL detachedComment.nodeValue += "", with unselected range on detachedComment from 1 to detachedComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedComment.nodeValue += "", with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.nodeValue += "", with selected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.nodeValue += "foo", with unselected range on detachedComment from 1 to detachedComment.length
PASS detachedComment.nodeValue += "foo", with selected range on detachedComment from 1 to detachedComment.length
@@ -2559,9 +2559,9 @@ PASS detachedComment.data = "", with unselected range collapsed at (detachedComm
PASS detachedComment.data = "", with selected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.data = "foo", with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.data = "foo", with selected range collapsed at (detachedComment, detachedComment.length)
-FAIL detachedComment.data = detachedComment.data, with unselected range collapsed at (detachedComment, detachedComment.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedComment.data = detachedComment.data, with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.data = detachedComment.data, with selected range collapsed at (detachedComment, detachedComment.length)
-FAIL detachedComment.data += "", with unselected range collapsed at (detachedComment, detachedComment.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedComment.data += "", with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.data += "", with selected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.data += "foo", with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.data += "foo", with selected range collapsed at (detachedComment, detachedComment.length)
@@ -2571,9 +2571,9 @@ PASS detachedComment.textContent = "", with unselected range collapsed at (detac
PASS detachedComment.textContent = "", with selected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.textContent = "foo", with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.textContent = "foo", with selected range collapsed at (detachedComment, detachedComment.length)
-FAIL detachedComment.textContent = detachedComment.textContent, with unselected range collapsed at (detachedComment, detachedComment.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedComment.textContent = detachedComment.textContent, with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.textContent = detachedComment.textContent, with selected range collapsed at (detachedComment, detachedComment.length)
-FAIL detachedComment.textContent += "", with unselected range collapsed at (detachedComment, detachedComment.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedComment.textContent += "", with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.textContent += "", with selected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.textContent += "foo", with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.textContent += "foo", with selected range collapsed at (detachedComment, detachedComment.length)
@@ -2583,9 +2583,9 @@ PASS detachedComment.nodeValue = "", with unselected range collapsed at (detache
PASS detachedComment.nodeValue = "", with selected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.nodeValue = "foo", with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.nodeValue = "foo", with selected range collapsed at (detachedComment, detachedComment.length)
-FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected range collapsed at (detachedComment, detachedComment.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range collapsed at (detachedComment, detachedComment.length)
-FAIL detachedComment.nodeValue += "", with unselected range collapsed at (detachedComment, detachedComment.length) assert_equals: Wrong start offset expected 0 but got 8
+PASS detachedComment.nodeValue += "", with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.nodeValue += "", with selected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.nodeValue += "foo", with unselected range collapsed at (detachedComment, detachedComment.length)
PASS detachedComment.nodeValue += "foo", with selected range collapsed at (detachedComment, detachedComment.length)
@@ -2631,9 +2631,9 @@ PASS detachedForeignComment.data = "", with unselected range on detachedForeignC
PASS detachedForeignComment.data = "", with selected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.data = "foo", with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.data = "foo", with selected range on detachedForeignComment from 0 to 1
-FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.data = detachedForeignComment.data, with selected range on detachedForeignComment from 0 to 1
-FAIL detachedForeignComment.data += "", with unselected range on detachedForeignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignComment.data += "", with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.data += "", with selected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.data += "foo", with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.data += "foo", with selected range on detachedForeignComment from 0 to 1
@@ -2643,9 +2643,9 @@ PASS detachedForeignComment.textContent = "", with unselected range on detachedF
PASS detachedForeignComment.textContent = "", with selected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.textContent = "foo", with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.textContent = "foo", with selected range on detachedForeignComment from 0 to 1
-FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range on detachedForeignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with selected range on detachedForeignComment from 0 to 1
-FAIL detachedForeignComment.textContent += "", with unselected range on detachedForeignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignComment.textContent += "", with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.textContent += "", with selected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.textContent += "foo", with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.textContent += "foo", with selected range on detachedForeignComment from 0 to 1
@@ -2655,9 +2655,9 @@ PASS detachedForeignComment.nodeValue = "", with unselected range on detachedFor
PASS detachedForeignComment.nodeValue = "", with selected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.nodeValue = "foo", with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.nodeValue = "foo", with selected range on detachedForeignComment from 0 to 1
-FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with selected range on detachedForeignComment from 0 to 1
-FAIL detachedForeignComment.nodeValue += "", with unselected range on detachedForeignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedForeignComment.nodeValue += "", with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.nodeValue += "", with selected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.nodeValue += "foo", with unselected range on detachedForeignComment from 0 to 1
PASS detachedForeignComment.nodeValue += "foo", with selected range on detachedForeignComment from 0 to 1
@@ -2667,9 +2667,9 @@ PASS detachedForeignComment.data = "", with unselected range collapsed at (detac
PASS detachedForeignComment.data = "", with selected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.data = "foo", with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.data = "foo", with selected range collapsed at (detachedForeignComment, 1)
-FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.data = detachedForeignComment.data, with selected range collapsed at (detachedForeignComment, 1)
-FAIL detachedForeignComment.data += "", with unselected range collapsed at (detachedForeignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.data += "", with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.data += "", with selected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.data += "foo", with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.data += "foo", with selected range collapsed at (detachedForeignComment, 1)
@@ -2679,9 +2679,9 @@ PASS detachedForeignComment.textContent = "", with unselected range collapsed at
PASS detachedForeignComment.textContent = "", with selected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.textContent = "foo", with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.textContent = "foo", with selected range collapsed at (detachedForeignComment, 1)
-FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range collapsed at (detachedForeignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with selected range collapsed at (detachedForeignComment, 1)
-FAIL detachedForeignComment.textContent += "", with unselected range collapsed at (detachedForeignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.textContent += "", with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.textContent += "", with selected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.textContent += "foo", with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.textContent += "foo", with selected range collapsed at (detachedForeignComment, 1)
@@ -2691,9 +2691,9 @@ PASS detachedForeignComment.nodeValue = "", with unselected range collapsed at (
PASS detachedForeignComment.nodeValue = "", with selected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.nodeValue = "foo", with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.nodeValue = "foo", with selected range collapsed at (detachedForeignComment, 1)
-FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with selected range collapsed at (detachedForeignComment, 1)
-FAIL detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.nodeValue += "", with selected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.nodeValue += "foo", with unselected range collapsed at (detachedForeignComment, 1)
PASS detachedForeignComment.nodeValue += "foo", with selected range collapsed at (detachedForeignComment, 1)
@@ -2703,9 +2703,9 @@ PASS detachedForeignComment.data = "", with unselected range on detachedForeignC
PASS detachedForeignComment.data = "", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.data = "foo", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.data = "foo", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
-FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length assert_equals: Wrong end offset expected 0 but got 19
+PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.data = detachedForeignComment.data, with selected range on detachedForeignComment from 0 to detachedForeignComment.length
-FAIL detachedForeignComment.data += "", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length assert_equals: Wrong end offset expected 0 but got 19
+PASS detachedForeignComment.data += "", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.data += "", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.data += "foo", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.data += "foo", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
@@ -2715,9 +2715,9 @@ PASS detachedForeignComment.textContent = "", with unselected range on detachedF
PASS detachedForeignComment.textContent = "", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.textContent = "foo", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.textContent = "foo", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
-FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length assert_equals: Wrong end offset expected 0 but got 19
+PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with selected range on detachedForeignComment from 0 to detachedForeignComment.length
-FAIL detachedForeignComment.textContent += "", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length assert_equals: Wrong end offset expected 0 but got 19
+PASS detachedForeignComment.textContent += "", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.textContent += "", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.textContent += "foo", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.textContent += "foo", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
@@ -2727,9 +2727,9 @@ PASS detachedForeignComment.nodeValue = "", with unselected range on detachedFor
PASS detachedForeignComment.nodeValue = "", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue = "foo", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue = "foo", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
-FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length assert_equals: Wrong end offset expected 0 but got 19
+PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with selected range on detachedForeignComment from 0 to detachedForeignComment.length
-FAIL detachedForeignComment.nodeValue += "", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length assert_equals: Wrong end offset expected 0 but got 19
+PASS detachedForeignComment.nodeValue += "", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue += "", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue += "foo", with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue += "foo", with selected range on detachedForeignComment from 0 to detachedForeignComment.length
@@ -2739,9 +2739,9 @@ PASS detachedForeignComment.data = "", with unselected range on detachedForeignC
PASS detachedForeignComment.data = "", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.data = "foo", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.data = "foo", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
-FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.data = detachedForeignComment.data, with selected range on detachedForeignComment from 1 to detachedForeignComment.length
-FAIL detachedForeignComment.data += "", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.data += "", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.data += "", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.data += "foo", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.data += "foo", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
@@ -2751,9 +2751,9 @@ PASS detachedForeignComment.textContent = "", with unselected range on detachedF
PASS detachedForeignComment.textContent = "", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.textContent = "foo", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.textContent = "foo", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
-FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with selected range on detachedForeignComment from 1 to detachedForeignComment.length
-FAIL detachedForeignComment.textContent += "", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.textContent += "", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.textContent += "", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.textContent += "foo", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.textContent += "foo", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
@@ -2763,9 +2763,9 @@ PASS detachedForeignComment.nodeValue = "", with unselected range on detachedFor
PASS detachedForeignComment.nodeValue = "", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue = "foo", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue = "foo", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
-FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with selected range on detachedForeignComment from 1 to detachedForeignComment.length
-FAIL detachedForeignComment.nodeValue += "", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedForeignComment.nodeValue += "", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue += "", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue += "foo", with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
PASS detachedForeignComment.nodeValue += "foo", with selected range on detachedForeignComment from 1 to detachedForeignComment.length
@@ -2775,9 +2775,9 @@ PASS detachedForeignComment.data = "", with unselected range collapsed at (detac
PASS detachedForeignComment.data = "", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.data = "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.data = "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
-FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) assert_equals: Wrong start offset expected 0 but got 19
+PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.data = detachedForeignComment.data, with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
-FAIL detachedForeignComment.data += "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) assert_equals: Wrong start offset expected 0 but got 19
+PASS detachedForeignComment.data += "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.data += "", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.data += "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.data += "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
@@ -2787,9 +2787,9 @@ PASS detachedForeignComment.textContent = "", with unselected range collapsed at
PASS detachedForeignComment.textContent = "", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.textContent = "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.textContent = "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
-FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) assert_equals: Wrong start offset expected 0 but got 19
+PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.textContent = detachedForeignComment.textContent, with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
-FAIL detachedForeignComment.textContent += "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) assert_equals: Wrong start offset expected 0 but got 19
+PASS detachedForeignComment.textContent += "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.textContent += "", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.textContent += "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.textContent += "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
@@ -2799,9 +2799,9 @@ PASS detachedForeignComment.nodeValue = "", with unselected range collapsed at (
PASS detachedForeignComment.nodeValue = "", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.nodeValue = "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.nodeValue = "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
-FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) assert_equals: Wrong start offset expected 0 but got 19
+PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
-FAIL detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) assert_equals: Wrong start offset expected 0 but got 19
+PASS detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.nodeValue += "", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.nodeValue += "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
PASS detachedForeignComment.nodeValue += "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
@@ -2847,9 +2847,9 @@ PASS detachedXmlComment.data = "", with unselected range on detachedXmlComment f
PASS detachedXmlComment.data = "", with selected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.data = "foo", with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.data = "foo", with selected range on detachedXmlComment from 0 to 1
-FAIL detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.data = detachedXmlComment.data, with selected range on detachedXmlComment from 0 to 1
-FAIL detachedXmlComment.data += "", with unselected range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlComment.data += "", with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.data += "", with selected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.data += "foo", with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.data += "foo", with selected range on detachedXmlComment from 0 to 1
@@ -2859,9 +2859,9 @@ PASS detachedXmlComment.textContent = "", with unselected range on detachedXmlCo
PASS detachedXmlComment.textContent = "", with selected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.textContent = "foo", with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.textContent = "foo", with selected range on detachedXmlComment from 0 to 1
-FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selected range on detachedXmlComment from 0 to 1
-FAIL detachedXmlComment.textContent += "", with unselected range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlComment.textContent += "", with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.textContent += "", with selected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.textContent += "foo", with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.textContent += "foo", with selected range on detachedXmlComment from 0 to 1
@@ -2871,9 +2871,9 @@ PASS detachedXmlComment.nodeValue = "", with unselected range on detachedXmlComm
PASS detachedXmlComment.nodeValue = "", with selected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.nodeValue = "foo", with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.nodeValue = "foo", with selected range on detachedXmlComment from 0 to 1
-FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to 1
-FAIL detachedXmlComment.nodeValue += "", with unselected range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1
+PASS detachedXmlComment.nodeValue += "", with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.nodeValue += "", with selected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.nodeValue += "foo", with unselected range on detachedXmlComment from 0 to 1
PASS detachedXmlComment.nodeValue += "foo", with selected range on detachedXmlComment from 0 to 1
@@ -2883,9 +2883,9 @@ PASS detachedXmlComment.data = "", with unselected range collapsed at (detachedX
PASS detachedXmlComment.data = "", with selected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.data = "foo", with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.data = "foo", with selected range collapsed at (detachedXmlComment, 1)
-FAIL detachedXmlComment.data = detachedXmlComment.data, with unselected range collapsed at (detachedXmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.data = detachedXmlComment.data, with selected range collapsed at (detachedXmlComment, 1)
-FAIL detachedXmlComment.data += "", with unselected range collapsed at (detachedXmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.data += "", with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.data += "", with selected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.data += "foo", with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.data += "foo", with selected range collapsed at (detachedXmlComment, 1)
@@ -2895,9 +2895,9 @@ PASS detachedXmlComment.textContent = "", with unselected range collapsed at (de
PASS detachedXmlComment.textContent = "", with selected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.textContent = "foo", with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.textContent = "foo", with selected range collapsed at (detachedXmlComment, 1)
-FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range collapsed at (detachedXmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selected range collapsed at (detachedXmlComment, 1)
-FAIL detachedXmlComment.textContent += "", with unselected range collapsed at (detachedXmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.textContent += "", with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.textContent += "", with selected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.textContent += "foo", with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.textContent += "foo", with selected range collapsed at (detachedXmlComment, 1)
@@ -2907,9 +2907,9 @@ PASS detachedXmlComment.nodeValue = "", with unselected range collapsed at (deta
PASS detachedXmlComment.nodeValue = "", with selected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.nodeValue = "foo", with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.nodeValue = "foo", with selected range collapsed at (detachedXmlComment, 1)
-FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range collapsed at (detachedXmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, 1)
-FAIL detachedXmlComment.nodeValue += "", with unselected range collapsed at (detachedXmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.nodeValue += "", with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at (detachedXmlComment, 1)
PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (detachedXmlComment, 1)
@@ -2919,9 +2919,9 @@ PASS detachedXmlComment.data = "", with unselected range on detachedXmlComment f
PASS detachedXmlComment.data = "", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.data = "foo", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.data = "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
-FAIL detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expected 0 but got 26
+PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.data = detachedXmlComment.data, with selected range on detachedXmlComment from 0 to detachedXmlComment.length
-FAIL detachedXmlComment.data += "", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expected 0 but got 26
+PASS detachedXmlComment.data += "", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.data += "", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.data += "foo", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.data += "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
@@ -2931,9 +2931,9 @@ PASS detachedXmlComment.textContent = "", with unselected range on detachedXmlCo
PASS detachedXmlComment.textContent = "", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.textContent = "foo", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.textContent = "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
-FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range on detachedXmlComment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expected 0 but got 26
+PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selected range on detachedXmlComment from 0 to detachedXmlComment.length
-FAIL detachedXmlComment.textContent += "", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expected 0 but got 26
+PASS detachedXmlComment.textContent += "", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.textContent += "", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.textContent += "foo", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.textContent += "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
@@ -2943,9 +2943,9 @@ PASS detachedXmlComment.nodeValue = "", with unselected range on detachedXmlComm
PASS detachedXmlComment.nodeValue = "", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue = "foo", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue = "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
-FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range on detachedXmlComment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expected 0 but got 26
+PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to detachedXmlComment.length
-FAIL detachedXmlComment.nodeValue += "", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expected 0 but got 26
+PASS detachedXmlComment.nodeValue += "", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue += "", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue += "foo", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue += "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
@@ -2955,9 +2955,9 @@ PASS detachedXmlComment.data = "", with unselected range on detachedXmlComment f
PASS detachedXmlComment.data = "", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.data = "foo", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.data = "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
-FAIL detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 1 to detachedXmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.data = detachedXmlComment.data, with selected range on detachedXmlComment from 1 to detachedXmlComment.length
-FAIL detachedXmlComment.data += "", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.data += "", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.data += "", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.data += "foo", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.data += "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
@@ -2967,9 +2967,9 @@ PASS detachedXmlComment.textContent = "", with unselected range on detachedXmlCo
PASS detachedXmlComment.textContent = "", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.textContent = "foo", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.textContent = "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
-FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range on detachedXmlComment from 1 to detachedXmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selected range on detachedXmlComment from 1 to detachedXmlComment.length
-FAIL detachedXmlComment.textContent += "", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.textContent += "", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.textContent += "", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.textContent += "foo", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.textContent += "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
@@ -2979,9 +2979,9 @@ PASS detachedXmlComment.nodeValue = "", with unselected range on detachedXmlComm
PASS detachedXmlComment.nodeValue = "", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue = "foo", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue = "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
-FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range on detachedXmlComment from 1 to detachedXmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 1 to detachedXmlComment.length
-FAIL detachedXmlComment.nodeValue += "", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length assert_equals: Wrong start offset expected 0 but got 1
+PASS detachedXmlComment.nodeValue += "", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue += "", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue += "foo", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
PASS detachedXmlComment.nodeValue += "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
@@ -2991,9 +2991,9 @@ PASS detachedXmlComment.data = "", with unselected range collapsed at (detachedX
PASS detachedXmlComment.data = "", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.data = "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.data = "foo", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
-FAIL detachedXmlComment.data = detachedXmlComment.data, with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset expected 0 but got 26
+PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.data = detachedXmlComment.data, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
-FAIL detachedXmlComment.data += "", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset expected 0 but got 26
+PASS detachedXmlComment.data += "", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.data += "", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.data += "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.data += "foo", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
@@ -3003,9 +3003,9 @@ PASS detachedXmlComment.textContent = "", with unselected range collapsed at (de
PASS detachedXmlComment.textContent = "", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.textContent = "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.textContent = "foo", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
-FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset expected 0 but got 26
+PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
-FAIL detachedXmlComment.textContent += "", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset expected 0 but got 26
+PASS detachedXmlComment.textContent += "", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.textContent += "", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.textContent += "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.textContent += "foo", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
@@ -3015,9 +3015,9 @@ PASS detachedXmlComment.nodeValue = "", with unselected range collapsed at (deta
PASS detachedXmlComment.nodeValue = "", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.nodeValue = "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.nodeValue = "foo", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
-FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset expected 0 but got 26
+PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
-FAIL detachedXmlComment.nodeValue += "", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset expected 0 but got 26
+PASS detachedXmlComment.nodeValue += "", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/HTMLElement/set-inner-outer-optimization.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698