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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: line 126: The given range isn't in document. 1 CONSOLE ERROR: line 126: The given range isn't in document.
2 CONSOLE ERROR: line 126: The given range isn't in document. 2 CONSOLE ERROR: line 126: The given range isn't in document.
3 CONSOLE ERROR: line 126: The given range isn't in document. 3 CONSOLE ERROR: line 126: The given range isn't in document.
4 CONSOLE ERROR: line 126: The given range isn't in document. 4 CONSOLE ERROR: line 126: The given range isn't in document.
5 CONSOLE ERROR: line 126: The given range isn't in document. 5 CONSOLE ERROR: line 126: The given range isn't in document.
6 CONSOLE ERROR: line 126: The given range isn't in document. 6 CONSOLE ERROR: line 126: The given range isn't in document.
7 CONSOLE ERROR: line 126: The given range isn't in document. 7 CONSOLE ERROR: line 126: The given range isn't in document.
8 CONSOLE ERROR: line 126: The given range isn't in document. 8 CONSOLE ERROR: line 126: The given range isn't in document.
9 CONSOLE ERROR: line 126: The given range isn't in document. 9 CONSOLE ERROR: line 126: The given range isn't in document.
10 CONSOLE ERROR: line 126: The given range isn't in document. 10 CONSOLE ERROR: line 126: The given range isn't in document.
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 PASS paras[0].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[0].firstChild, 0) 248 PASS paras[0].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[0].firstChild, 0)
249 PASS paras[0].firstChild.nodeValue += "", with selected range collapsed at (para s[0].firstChild, 0) 249 PASS paras[0].firstChild.nodeValue += "", with selected range collapsed at (para s[0].firstChild, 0)
250 PASS paras[0].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[0].firstChild, 0) 250 PASS paras[0].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[0].firstChild, 0)
251 PASS paras[0].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[0].firstChild, 0) 251 PASS paras[0].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[0].firstChild, 0)
252 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range collapsed at (paras[0].firstChild, 0) 252 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range collapsed at (paras[0].firstChild, 0)
253 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range collapsed at (paras[0].firstChild, 0) 253 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range collapsed at (paras[0].firstChild, 0)
254 PASS paras[0].firstChild.data = "", with unselected range on paras[0].firstChild from 0 to 1 254 PASS paras[0].firstChild.data = "", with unselected range on paras[0].firstChild from 0 to 1
255 PASS paras[0].firstChild.data = "", with selected range on paras[0].firstChild f rom 0 to 1 255 PASS paras[0].firstChild.data = "", with selected range on paras[0].firstChild f rom 0 to 1
256 PASS paras[0].firstChild.data = "foo", with unselected range on paras[0].firstCh ild from 0 to 1 256 PASS paras[0].firstChild.data = "foo", with unselected range on paras[0].firstCh ild from 0 to 1
257 PASS paras[0].firstChild.data = "foo", with selected range on paras[0].firstChil d from 0 to 1 257 PASS paras[0].firstChild.data = "foo", with selected range on paras[0].firstChil d from 0 to 1
258 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 bu t got 1 258 PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to 1
259 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 259 PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range on paras[0].firstChild from 0 to 1
260 FAIL paras[0].firstChild.data += "", with unselected range on paras[0].firstChil d from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 260 PASS paras[0].firstChild.data += "", with unselected range on paras[0].firstChil d from 0 to 1
261 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 261 PASS paras[0].firstChild.data += "", with selected range on paras[0].firstChild from 0 to 1
262 PASS paras[0].firstChild.data += "foo", with unselected range on paras[0].firstC hild from 0 to 1 262 PASS paras[0].firstChild.data += "foo", with unselected range on paras[0].firstC hild from 0 to 1
263 PASS paras[0].firstChild.data += "foo", with selected range on paras[0].firstChi ld from 0 to 1 263 PASS paras[0].firstChild.data += "foo", with selected range on paras[0].firstChi ld from 0 to 1
264 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to 1 264 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to 1
265 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range o n paras[0].firstChild from 0 to 1 265 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range o n paras[0].firstChild from 0 to 1
266 PASS paras[0].firstChild.textContent = "", with unselected range on paras[0].fir stChild from 0 to 1 266 PASS paras[0].firstChild.textContent = "", with unselected range on paras[0].fir stChild from 0 to 1
267 PASS paras[0].firstChild.textContent = "", with selected range on paras[0].first Child from 0 to 1 267 PASS paras[0].firstChild.textContent = "", with selected range on paras[0].first Child from 0 to 1
268 PASS paras[0].firstChild.textContent = "foo", with unselected range on paras[0]. firstChild from 0 to 1 268 PASS paras[0].firstChild.textContent = "foo", with unselected range on paras[0]. firstChild from 0 to 1
269 PASS paras[0].firstChild.textContent = "foo", with selected range on paras[0].fi rstChild from 0 to 1 269 PASS paras[0].firstChild.textContent = "foo", with selected range on paras[0].fi rstChild from 0 to 1
270 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 270 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range on paras[0].firstChild from 0 to 1
271 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset e xpected 0 but got 1 271 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range on paras[0].firstChild from 0 to 1
272 FAIL paras[0].firstChild.textContent += "", with unselected range on paras[0].fi rstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 272 PASS paras[0].firstChild.textContent += "", with unselected range on paras[0].fi rstChild from 0 to 1
273 FAIL paras[0].firstChild.textContent += "", with selected range on paras[0].firs tChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 273 PASS paras[0].firstChild.textContent += "", with selected range on paras[0].firs tChild from 0 to 1
274 PASS paras[0].firstChild.textContent += "foo", with unselected range on paras[0] .firstChild from 0 to 1 274 PASS paras[0].firstChild.textContent += "foo", with unselected range on paras[0] .firstChild from 0 to 1
275 PASS paras[0].firstChild.textContent += "foo", with selected range on paras[0].f irstChild from 0 to 1 275 PASS paras[0].firstChild.textContent += "foo", with selected range on paras[0].f irstChild from 0 to 1
276 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range on paras[0].firstChild from 0 to 1 276 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range on paras[0].firstChild from 0 to 1
277 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range on paras[0].firstChild from 0 to 1 277 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range on paras[0].firstChild from 0 to 1
278 PASS paras[0].firstChild.nodeValue = "", with unselected range on paras[0].first Child from 0 to 1 278 PASS paras[0].firstChild.nodeValue = "", with unselected range on paras[0].first Child from 0 to 1
279 PASS paras[0].firstChild.nodeValue = "", with selected range on paras[0].firstCh ild from 0 to 1 279 PASS paras[0].firstChild.nodeValue = "", with selected range on paras[0].firstCh ild from 0 to 1
280 PASS paras[0].firstChild.nodeValue = "foo", with unselected range on paras[0].fi rstChild from 0 to 1 280 PASS paras[0].firstChild.nodeValue = "foo", with unselected range on paras[0].fi rstChild from 0 to 1
281 PASS paras[0].firstChild.nodeValue = "foo", with selected range on paras[0].firs tChild from 0 to 1 281 PASS paras[0].firstChild.nodeValue = "foo", with selected range on paras[0].firs tChild from 0 to 1
282 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset exp ected 0 but got 1 282 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range on paras[0].firstChild from 0 to 1
283 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range on paras[0].firstChild from 0 to 1 assert_equals: Wrong end offset expec ted 0 but got 1 283 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range on paras[0].firstChild from 0 to 1
284 FAIL paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firs tChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 284 PASS paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firs tChild from 0 to 1
285 FAIL paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstC hild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 285 PASS paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstC hild from 0 to 1
286 PASS paras[0].firstChild.nodeValue += "foo", with unselected range on paras[0].f irstChild from 0 to 1 286 PASS paras[0].firstChild.nodeValue += "foo", with unselected range on paras[0].f irstChild from 0 to 1
287 PASS paras[0].firstChild.nodeValue += "foo", with selected range on paras[0].fir stChild from 0 to 1 287 PASS paras[0].firstChild.nodeValue += "foo", with selected range on paras[0].fir stChild from 0 to 1
288 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range on paras[0].firstChild from 0 to 1 288 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range on paras[0].firstChild from 0 to 1
289 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range on paras[0].firstChild from 0 to 1 289 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range on paras[0].firstChild from 0 to 1
290 PASS paras[0].firstChild.data = "", with unselected range collapsed at (paras[0] .firstChild, 1) 290 PASS paras[0].firstChild.data = "", with unselected range collapsed at (paras[0] .firstChild, 1)
291 PASS paras[0].firstChild.data = "", with selected range collapsed at (paras[0].f irstChild, 1) 291 PASS paras[0].firstChild.data = "", with selected range collapsed at (paras[0].f irstChild, 1)
292 PASS paras[0].firstChild.data = "foo", with unselected range collapsed at (paras [0].firstChild, 1) 292 PASS paras[0].firstChild.data = "foo", with unselected range collapsed at (paras [0].firstChild, 1)
293 PASS paras[0].firstChild.data = "foo", with selected range collapsed at (paras[0 ].firstChild, 1) 293 PASS paras[0].firstChild.data = "foo", with selected range collapsed at (paras[0 ].firstChild, 1)
294 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 294 PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, 1)
295 FAIL paras[0].firstChild.data = paras[0].firstChild.data, with selected range co llapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 295 PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range co llapsed at (paras[0].firstChild, 1)
296 FAIL paras[0].firstChild.data += "", with unselected range collapsed at (paras[0 ].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 296 PASS paras[0].firstChild.data += "", with unselected range collapsed at (paras[0 ].firstChild, 1)
297 FAIL paras[0].firstChild.data += "", with selected range collapsed at (paras[0]. firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 297 PASS paras[0].firstChild.data += "", with selected range collapsed at (paras[0]. firstChild, 1)
298 PASS paras[0].firstChild.data += "foo", with unselected range collapsed at (para s[0].firstChild, 1) 298 PASS paras[0].firstChild.data += "foo", with unselected range collapsed at (para s[0].firstChild, 1)
299 PASS paras[0].firstChild.data += "foo", with selected range collapsed at (paras[ 0].firstChild, 1) 299 PASS paras[0].firstChild.data += "foo", with selected range collapsed at (paras[ 0].firstChild, 1)
300 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, 1) 300 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, 1)
301 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range c ollapsed at (paras[0].firstChild, 1) 301 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range c ollapsed at (paras[0].firstChild, 1)
302 PASS paras[0].firstChild.textContent = "", with unselected range collapsed at (p aras[0].firstChild, 1) 302 PASS paras[0].firstChild.textContent = "", with unselected range collapsed at (p aras[0].firstChild, 1)
303 PASS paras[0].firstChild.textContent = "", with selected range collapsed at (par as[0].firstChild, 1) 303 PASS paras[0].firstChild.textContent = "", with selected range collapsed at (par as[0].firstChild, 1)
304 PASS paras[0].firstChild.textContent = "foo", with unselected range collapsed at (paras[0].firstChild, 1) 304 PASS paras[0].firstChild.textContent = "foo", with unselected range collapsed at (paras[0].firstChild, 1)
305 PASS paras[0].firstChild.textContent = "foo", with selected range collapsed at ( paras[0].firstChild, 1) 305 PASS paras[0].firstChild.textContent = "foo", with selected range collapsed at ( paras[0].firstChild, 1)
306 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start o ffset expected 0 but got 1 306 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range collapsed at (paras[0].firstChild, 1)
307 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start off set expected 0 but got 1 307 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range collapsed at (paras[0].firstChild, 1)
308 FAIL paras[0].firstChild.textContent += "", with unselected range collapsed at ( paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 308 PASS paras[0].firstChild.textContent += "", with unselected range collapsed at ( paras[0].firstChild, 1)
309 FAIL paras[0].firstChild.textContent += "", with selected range collapsed at (pa ras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 309 PASS paras[0].firstChild.textContent += "", with selected range collapsed at (pa ras[0].firstChild, 1)
310 PASS paras[0].firstChild.textContent += "foo", with unselected range collapsed a t (paras[0].firstChild, 1) 310 PASS paras[0].firstChild.textContent += "foo", with unselected range collapsed a t (paras[0].firstChild, 1)
311 PASS paras[0].firstChild.textContent += "foo", with selected range collapsed at (paras[0].firstChild, 1) 311 PASS paras[0].firstChild.textContent += "foo", with selected range collapsed at (paras[0].firstChild, 1)
312 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range collapsed at (paras[0].firstChild, 1) 312 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range collapsed at (paras[0].firstChild, 1)
313 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range collapsed at (paras[0].firstChild, 1) 313 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range collapsed at (paras[0].firstChild, 1)
314 PASS paras[0].firstChild.nodeValue = "", with unselected range collapsed at (par as[0].firstChild, 1) 314 PASS paras[0].firstChild.nodeValue = "", with unselected range collapsed at (par as[0].firstChild, 1)
315 PASS paras[0].firstChild.nodeValue = "", with selected range collapsed at (paras [0].firstChild, 1) 315 PASS paras[0].firstChild.nodeValue = "", with selected range collapsed at (paras [0].firstChild, 1)
316 PASS paras[0].firstChild.nodeValue = "foo", with unselected range collapsed at ( paras[0].firstChild, 1) 316 PASS paras[0].firstChild.nodeValue = "foo", with unselected range collapsed at ( paras[0].firstChild, 1)
317 PASS paras[0].firstChild.nodeValue = "foo", with selected range collapsed at (pa ras[0].firstChild, 1) 317 PASS paras[0].firstChild.nodeValue = "foo", with selected range collapsed at (pa ras[0].firstChild, 1)
318 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offse t expected 0 but got 1 318 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range collapsed at (paras[0].firstChild, 1)
319 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range collapsed at (paras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 319 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range collapsed at (paras[0].firstChild, 1)
320 FAIL paras[0].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 320 PASS paras[0].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[0].firstChild, 1)
321 FAIL paras[0].firstChild.nodeValue += "", with selected range collapsed at (para s[0].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 321 PASS paras[0].firstChild.nodeValue += "", with selected range collapsed at (para s[0].firstChild, 1)
322 PASS paras[0].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[0].firstChild, 1) 322 PASS paras[0].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[0].firstChild, 1)
323 PASS paras[0].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[0].firstChild, 1) 323 PASS paras[0].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[0].firstChild, 1)
324 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range collapsed at (paras[0].firstChild, 1) 324 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range collapsed at (paras[0].firstChild, 1)
325 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range collapsed at (paras[0].firstChild, 1) 325 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range collapsed at (paras[0].firstChild, 1)
326 PASS paras[0].firstChild.data = "", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length 326 PASS paras[0].firstChild.data = "", with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
327 PASS paras[0].firstChild.data = "", with selected range on paras[0].firstChild f rom 0 to paras[0].firstChild.length 327 PASS paras[0].firstChild.data = "", with selected range on paras[0].firstChild f rom 0 to paras[0].firstChild.length
328 PASS paras[0].firstChild.data = "foo", with unselected range on paras[0].firstCh ild from 0 to paras[0].firstChild.length 328 PASS paras[0].firstChild.data = "foo", with unselected range on paras[0].firstCh ild from 0 to paras[0].firstChild.length
329 PASS paras[0].firstChild.data = "foo", with selected range on paras[0].firstChil d from 0 to paras[0].firstChild.length 329 PASS paras[0].firstChild.data = "foo", with selected range on paras[0].firstChil d from 0 to paras[0].firstChild.length
330 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 330 PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
331 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 e nd offset expected 0 but got 17 331 PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
332 FAIL paras[0].firstChild.data += "", with unselected range on paras[0].firstChil d from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expected 0 but got 17 332 PASS paras[0].firstChild.data += "", with unselected range on paras[0].firstChil d from 0 to paras[0].firstChild.length
333 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 333 PASS paras[0].firstChild.data += "", with selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
334 PASS paras[0].firstChild.data += "foo", with unselected range on paras[0].firstC hild from 0 to paras[0].firstChild.length 334 PASS paras[0].firstChild.data += "foo", with unselected range on paras[0].firstC hild from 0 to paras[0].firstChild.length
335 PASS paras[0].firstChild.data += "foo", with selected range on paras[0].firstChi ld from 0 to paras[0].firstChild.length 335 PASS paras[0].firstChild.data += "foo", with selected range on paras[0].firstChi ld from 0 to paras[0].firstChild.length
336 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length 336 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range on paras[0].firstChild from 0 to paras[0].firstChild.length
337 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range o n paras[0].firstChild from 0 to paras[0].firstChild.length 337 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range o n paras[0].firstChild from 0 to paras[0].firstChild.length
338 PASS paras[0].firstChild.textContent = "", with unselected range on paras[0].fir stChild from 0 to paras[0].firstChild.length 338 PASS paras[0].firstChild.textContent = "", with unselected range on paras[0].fir stChild from 0 to paras[0].firstChild.length
339 PASS paras[0].firstChild.textContent = "", with selected range on paras[0].first Child from 0 to paras[0].firstChild.length 339 PASS paras[0].firstChild.textContent = "", with selected range on paras[0].first Child from 0 to paras[0].firstChild.length
340 PASS paras[0].firstChild.textContent = "foo", with unselected range on paras[0]. firstChild from 0 to paras[0].firstChild.length 340 PASS paras[0].firstChild.textContent = "foo", with unselected range on paras[0]. firstChild from 0 to paras[0].firstChild.length
341 PASS paras[0].firstChild.textContent = "foo", with selected range on paras[0].fi rstChild from 0 to paras[0].firstChild.length 341 PASS paras[0].firstChild.textContent = "foo", with selected range on paras[0].fi rstChild from 0 to paras[0].firstChild.length
342 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert _equals: Wrong end offset expected 0 but got 17 342 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range on paras[0].firstChild from 0 to paras[0].firstChild.length
343 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_e quals: Wrong end offset expected 0 but got 17 343 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range on paras[0].firstChild from 0 to paras[0].firstChild.length
344 FAIL paras[0].firstChild.textContent += "", with unselected range on paras[0].fi rstChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset ex pected 0 but got 17 344 PASS paras[0].firstChild.textContent += "", with unselected range on paras[0].fi rstChild from 0 to paras[0].firstChild.length
345 FAIL paras[0].firstChild.textContent += "", with selected range on paras[0].firs tChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expe cted 0 but got 17 345 PASS paras[0].firstChild.textContent += "", with selected range on paras[0].firs tChild from 0 to paras[0].firstChild.length
346 PASS paras[0].firstChild.textContent += "foo", with unselected range on paras[0] .firstChild from 0 to paras[0].firstChild.length 346 PASS paras[0].firstChild.textContent += "foo", with unselected range on paras[0] .firstChild from 0 to paras[0].firstChild.length
347 PASS paras[0].firstChild.textContent += "foo", with selected range on paras[0].f irstChild from 0 to paras[0].firstChild.length 347 PASS paras[0].firstChild.textContent += "foo", with selected range on paras[0].f irstChild from 0 to paras[0].firstChild.length
348 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range on paras[0].firstChild from 0 to paras[0].firstChild.length 348 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range on paras[0].firstChild from 0 to paras[0].firstChild.length
349 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range on paras[0].firstChild from 0 to paras[0].firstChild.length 349 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range on paras[0].firstChild from 0 to paras[0].firstChild.length
350 PASS paras[0].firstChild.nodeValue = "", with unselected range on paras[0].first Child from 0 to paras[0].firstChild.length 350 PASS paras[0].firstChild.nodeValue = "", with unselected range on paras[0].first Child from 0 to paras[0].firstChild.length
351 PASS paras[0].firstChild.nodeValue = "", with selected range on paras[0].firstCh ild from 0 to paras[0].firstChild.length 351 PASS paras[0].firstChild.nodeValue = "", with selected range on paras[0].firstCh ild from 0 to paras[0].firstChild.length
352 PASS paras[0].firstChild.nodeValue = "foo", with unselected range on paras[0].fi rstChild from 0 to paras[0].firstChild.length 352 PASS paras[0].firstChild.nodeValue = "foo", with unselected range on paras[0].fi rstChild from 0 to paras[0].firstChild.length
353 PASS paras[0].firstChild.nodeValue = "foo", with selected range on paras[0].firs tChild from 0 to paras[0].firstChild.length 353 PASS paras[0].firstChild.nodeValue = "foo", with selected range on paras[0].firs tChild from 0 to paras[0].firstChild.length
354 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equ als: Wrong end offset expected 0 but got 17 354 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range on paras[0].firstChild from 0 to paras[0].firstChild.length
355 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range on paras[0].firstChild from 0 to paras[0].firstChild.length assert_equal s: Wrong end offset expected 0 but got 17 355 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range on paras[0].firstChild from 0 to paras[0].firstChild.length
356 FAIL paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firs tChild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expe cted 0 but got 17 356 PASS paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firs tChild from 0 to paras[0].firstChild.length
357 FAIL paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstC hild from 0 to paras[0].firstChild.length assert_equals: Wrong end offset expect ed 0 but got 17 357 PASS paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstC hild from 0 to paras[0].firstChild.length
358 PASS paras[0].firstChild.nodeValue += "foo", with unselected range on paras[0].f irstChild from 0 to paras[0].firstChild.length 358 PASS paras[0].firstChild.nodeValue += "foo", with unselected range on paras[0].f irstChild from 0 to paras[0].firstChild.length
359 PASS paras[0].firstChild.nodeValue += "foo", with selected range on paras[0].fir stChild from 0 to paras[0].firstChild.length 359 PASS paras[0].firstChild.nodeValue += "foo", with selected range on paras[0].fir stChild from 0 to paras[0].firstChild.length
360 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range on paras[0].firstChild from 0 to paras[0].firstChild.length 360 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range on paras[0].firstChild from 0 to paras[0].firstChild.length
361 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range on paras[0].firstChild from 0 to paras[0].firstChild.length 361 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range on paras[0].firstChild from 0 to paras[0].firstChild.length
362 PASS paras[0].firstChild.data = "", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length 362 PASS paras[0].firstChild.data = "", with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
363 PASS paras[0].firstChild.data = "", with selected range on paras[0].firstChild f rom 1 to paras[0].firstChild.length 363 PASS paras[0].firstChild.data = "", with selected range on paras[0].firstChild f rom 1 to paras[0].firstChild.length
364 PASS paras[0].firstChild.data = "foo", with unselected range on paras[0].firstCh ild from 1 to paras[0].firstChild.length 364 PASS paras[0].firstChild.data = "foo", with unselected range on paras[0].firstCh ild from 1 to paras[0].firstChild.length
365 PASS paras[0].firstChild.data = "foo", with selected range on paras[0].firstChil d from 1 to paras[0].firstChild.length 365 PASS paras[0].firstChild.data = "foo", with selected range on paras[0].firstChil d from 1 to paras[0].firstChild.length
366 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 366 PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
367 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 s tart offset expected 0 but got 1 367 PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
368 FAIL paras[0].firstChild.data += "", with unselected range on paras[0].firstChil d from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expecte d 0 but got 1 368 PASS paras[0].firstChild.data += "", with unselected range on paras[0].firstChil d from 1 to paras[0].firstChild.length
369 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 369 PASS paras[0].firstChild.data += "", with selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
370 PASS paras[0].firstChild.data += "foo", with unselected range on paras[0].firstC hild from 1 to paras[0].firstChild.length 370 PASS paras[0].firstChild.data += "foo", with unselected range on paras[0].firstC hild from 1 to paras[0].firstChild.length
371 PASS paras[0].firstChild.data += "foo", with selected range on paras[0].firstChi ld from 1 to paras[0].firstChild.length 371 PASS paras[0].firstChild.data += "foo", with selected range on paras[0].firstChi ld from 1 to paras[0].firstChild.length
372 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length 372 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range on paras[0].firstChild from 1 to paras[0].firstChild.length
373 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range o n paras[0].firstChild from 1 to paras[0].firstChild.length 373 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range o n paras[0].firstChild from 1 to paras[0].firstChild.length
374 PASS paras[0].firstChild.textContent = "", with unselected range on paras[0].fir stChild from 1 to paras[0].firstChild.length 374 PASS paras[0].firstChild.textContent = "", with unselected range on paras[0].fir stChild from 1 to paras[0].firstChild.length
375 PASS paras[0].firstChild.textContent = "", with selected range on paras[0].first Child from 1 to paras[0].firstChild.length 375 PASS paras[0].firstChild.textContent = "", with selected range on paras[0].first Child from 1 to paras[0].firstChild.length
376 PASS paras[0].firstChild.textContent = "foo", with unselected range on paras[0]. firstChild from 1 to paras[0].firstChild.length 376 PASS paras[0].firstChild.textContent = "foo", with unselected range on paras[0]. firstChild from 1 to paras[0].firstChild.length
377 PASS paras[0].firstChild.textContent = "foo", with selected range on paras[0].fi rstChild from 1 to paras[0].firstChild.length 377 PASS paras[0].firstChild.textContent = "foo", with selected range on paras[0].fi rstChild from 1 to paras[0].firstChild.length
378 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert _equals: Wrong start offset expected 0 but got 1 378 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range on paras[0].firstChild from 1 to paras[0].firstChild.length
379 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_e quals: Wrong start offset expected 0 but got 1 379 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range on paras[0].firstChild from 1 to paras[0].firstChild.length
380 FAIL paras[0].firstChild.textContent += "", with unselected range on paras[0].fi rstChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expected 0 but got 1 380 PASS paras[0].firstChild.textContent += "", with unselected range on paras[0].fi rstChild from 1 to paras[0].firstChild.length
381 FAIL paras[0].firstChild.textContent += "", with selected range on paras[0].firs tChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset ex pected 0 but got 1 381 PASS paras[0].firstChild.textContent += "", with selected range on paras[0].firs tChild from 1 to paras[0].firstChild.length
382 PASS paras[0].firstChild.textContent += "foo", with unselected range on paras[0] .firstChild from 1 to paras[0].firstChild.length 382 PASS paras[0].firstChild.textContent += "foo", with unselected range on paras[0] .firstChild from 1 to paras[0].firstChild.length
383 PASS paras[0].firstChild.textContent += "foo", with selected range on paras[0].f irstChild from 1 to paras[0].firstChild.length 383 PASS paras[0].firstChild.textContent += "foo", with selected range on paras[0].f irstChild from 1 to paras[0].firstChild.length
384 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range on paras[0].firstChild from 1 to paras[0].firstChild.length 384 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range on paras[0].firstChild from 1 to paras[0].firstChild.length
385 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range on paras[0].firstChild from 1 to paras[0].firstChild.length 385 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range on paras[0].firstChild from 1 to paras[0].firstChild.length
386 PASS paras[0].firstChild.nodeValue = "", with unselected range on paras[0].first Child from 1 to paras[0].firstChild.length 386 PASS paras[0].firstChild.nodeValue = "", with unselected range on paras[0].first Child from 1 to paras[0].firstChild.length
387 PASS paras[0].firstChild.nodeValue = "", with selected range on paras[0].firstCh ild from 1 to paras[0].firstChild.length 387 PASS paras[0].firstChild.nodeValue = "", with selected range on paras[0].firstCh ild from 1 to paras[0].firstChild.length
388 PASS paras[0].firstChild.nodeValue = "foo", with unselected range on paras[0].fi rstChild from 1 to paras[0].firstChild.length 388 PASS paras[0].firstChild.nodeValue = "foo", with unselected range on paras[0].fi rstChild from 1 to paras[0].firstChild.length
389 PASS paras[0].firstChild.nodeValue = "foo", with selected range on paras[0].firs tChild from 1 to paras[0].firstChild.length 389 PASS paras[0].firstChild.nodeValue = "foo", with selected range on paras[0].firs tChild from 1 to paras[0].firstChild.length
390 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equ als: Wrong start offset expected 0 but got 1 390 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range on paras[0].firstChild from 1 to paras[0].firstChild.length
391 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range on paras[0].firstChild from 1 to paras[0].firstChild.length assert_equal s: Wrong start offset expected 0 but got 1 391 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range on paras[0].firstChild from 1 to paras[0].firstChild.length
392 FAIL paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firs tChild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset ex pected 0 but got 1 392 PASS paras[0].firstChild.nodeValue += "", with unselected range on paras[0].firs tChild from 1 to paras[0].firstChild.length
393 FAIL paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstC hild from 1 to paras[0].firstChild.length assert_equals: Wrong start offset expe cted 0 but got 1 393 PASS paras[0].firstChild.nodeValue += "", with selected range on paras[0].firstC hild from 1 to paras[0].firstChild.length
394 PASS paras[0].firstChild.nodeValue += "foo", with unselected range on paras[0].f irstChild from 1 to paras[0].firstChild.length 394 PASS paras[0].firstChild.nodeValue += "foo", with unselected range on paras[0].f irstChild from 1 to paras[0].firstChild.length
395 PASS paras[0].firstChild.nodeValue += "foo", with selected range on paras[0].fir stChild from 1 to paras[0].firstChild.length 395 PASS paras[0].firstChild.nodeValue += "foo", with selected range on paras[0].fir stChild from 1 to paras[0].firstChild.length
396 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range on paras[0].firstChild from 1 to paras[0].firstChild.length 396 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range on paras[0].firstChild from 1 to paras[0].firstChild.length
397 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range on paras[0].firstChild from 1 to paras[0].firstChild.length 397 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range on paras[0].firstChild from 1 to paras[0].firstChild.length
398 PASS paras[0].firstChild.data = "", with unselected range collapsed at (paras[0] .firstChild, paras[0].firstChild.length) 398 PASS paras[0].firstChild.data = "", with unselected range collapsed at (paras[0] .firstChild, paras[0].firstChild.length)
399 PASS paras[0].firstChild.data = "", with selected range collapsed at (paras[0].f irstChild, paras[0].firstChild.length) 399 PASS paras[0].firstChild.data = "", with selected range collapsed at (paras[0].f irstChild, paras[0].firstChild.length)
400 PASS paras[0].firstChild.data = "foo", with unselected range collapsed at (paras [0].firstChild, paras[0].firstChild.length) 400 PASS paras[0].firstChild.data = "foo", with unselected range collapsed at (paras [0].firstChild, paras[0].firstChild.length)
401 PASS paras[0].firstChild.data = "foo", with selected range collapsed at (paras[0 ].firstChild, paras[0].firstChild.length) 401 PASS paras[0].firstChild.data = "foo", with selected range collapsed at (paras[0 ].firstChild, paras[0].firstChild.length)
402 FAIL paras[0].firstChild.data = paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wr ong start offset expected 0 but got 17 402 PASS paras[0].firstChild.data = paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
403 FAIL paras[0].firstChild.data = paras[0].firstChild.data, with selected range co llapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wron g start offset expected 0 but got 17 403 PASS paras[0].firstChild.data = paras[0].firstChild.data, with selected range co llapsed at (paras[0].firstChild, paras[0].firstChild.length)
404 FAIL paras[0].firstChild.data += "", with unselected range collapsed at (paras[0 ].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expe cted 0 but got 17 404 PASS paras[0].firstChild.data += "", with unselected range collapsed at (paras[0 ].firstChild, paras[0].firstChild.length)
405 FAIL paras[0].firstChild.data += "", with selected range collapsed at (paras[0]. firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expect ed 0 but got 17 405 PASS paras[0].firstChild.data += "", with selected range collapsed at (paras[0]. firstChild, paras[0].firstChild.length)
406 PASS paras[0].firstChild.data += "foo", with unselected range collapsed at (para s[0].firstChild, paras[0].firstChild.length) 406 PASS paras[0].firstChild.data += "foo", with unselected range collapsed at (para s[0].firstChild, paras[0].firstChild.length)
407 PASS paras[0].firstChild.data += "foo", with selected range collapsed at (paras[ 0].firstChild, paras[0].firstChild.length) 407 PASS paras[0].firstChild.data += "foo", with selected range collapsed at (paras[ 0].firstChild, paras[0].firstChild.length)
408 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) 408 PASS paras[0].firstChild.data += paras[0].firstChild.data, with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
409 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range c ollapsed at (paras[0].firstChild, paras[0].firstChild.length) 409 PASS paras[0].firstChild.data += paras[0].firstChild.data, with selected range c ollapsed at (paras[0].firstChild, paras[0].firstChild.length)
410 PASS paras[0].firstChild.textContent = "", with unselected range collapsed at (p aras[0].firstChild, paras[0].firstChild.length) 410 PASS paras[0].firstChild.textContent = "", with unselected range collapsed at (p aras[0].firstChild, paras[0].firstChild.length)
411 PASS paras[0].firstChild.textContent = "", with selected range collapsed at (par as[0].firstChild, paras[0].firstChild.length) 411 PASS paras[0].firstChild.textContent = "", with selected range collapsed at (par as[0].firstChild, paras[0].firstChild.length)
412 PASS paras[0].firstChild.textContent = "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) 412 PASS paras[0].firstChild.textContent = "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
413 PASS paras[0].firstChild.textContent = "foo", with selected range collapsed at ( paras[0].firstChild, paras[0].firstChild.length) 413 PASS paras[0].firstChild.textContent = "foo", with selected range collapsed at ( paras[0].firstChild, paras[0].firstChild.length)
414 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) ass ert_equals: Wrong start offset expected 0 but got 17 414 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with uns elected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
415 FAIL paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) asser t_equals: Wrong start offset expected 0 but got 17 415 PASS paras[0].firstChild.textContent = paras[0].firstChild.textContent, with sel ected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
416 FAIL paras[0].firstChild.textContent += "", with unselected range collapsed at ( paras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offs et expected 0 but got 17 416 PASS paras[0].firstChild.textContent += "", with unselected range collapsed at ( paras[0].firstChild, paras[0].firstChild.length)
417 FAIL paras[0].firstChild.textContent += "", with selected range collapsed at (pa ras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17 417 PASS paras[0].firstChild.textContent += "", with selected range collapsed at (pa ras[0].firstChild, paras[0].firstChild.length)
418 PASS paras[0].firstChild.textContent += "foo", with unselected range collapsed a t (paras[0].firstChild, paras[0].firstChild.length) 418 PASS paras[0].firstChild.textContent += "foo", with unselected range collapsed a t (paras[0].firstChild, paras[0].firstChild.length)
419 PASS paras[0].firstChild.textContent += "foo", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) 419 PASS paras[0].firstChild.textContent += "foo", with selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
420 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) 420 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with un selected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
421 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) 421 PASS paras[0].firstChild.textContent += paras[0].firstChild.textContent, with se lected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
422 PASS paras[0].firstChild.nodeValue = "", with unselected range collapsed at (par as[0].firstChild, paras[0].firstChild.length) 422 PASS paras[0].firstChild.nodeValue = "", with unselected range collapsed at (par as[0].firstChild, paras[0].firstChild.length)
423 PASS paras[0].firstChild.nodeValue = "", with selected range collapsed at (paras [0].firstChild, paras[0].firstChild.length) 423 PASS paras[0].firstChild.nodeValue = "", with selected range collapsed at (paras [0].firstChild, paras[0].firstChild.length)
424 PASS paras[0].firstChild.nodeValue = "foo", with unselected range collapsed at ( paras[0].firstChild, paras[0].firstChild.length) 424 PASS paras[0].firstChild.nodeValue = "foo", with unselected range collapsed at ( paras[0].firstChild, paras[0].firstChild.length)
425 PASS paras[0].firstChild.nodeValue = "foo", with selected range collapsed at (pa ras[0].firstChild, paras[0].firstChild.length) 425 PASS paras[0].firstChild.nodeValue = "foo", with selected range collapsed at (pa ras[0].firstChild, paras[0].firstChild.length)
426 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_ equals: Wrong start offset expected 0 but got 17 426 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with unselec ted range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
427 FAIL paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range collapsed at (paras[0].firstChild, paras[0].firstChild.length) assert_eq uals: Wrong start offset expected 0 but got 17 427 PASS paras[0].firstChild.nodeValue = paras[0].firstChild.nodeValue, with selecte d range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
428 FAIL paras[0].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset expected 0 but got 17 428 PASS paras[0].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[0].firstChild, paras[0].firstChild.length)
429 FAIL paras[0].firstChild.nodeValue += "", with selected range collapsed at (para s[0].firstChild, paras[0].firstChild.length) assert_equals: Wrong start offset e xpected 0 but got 17 429 PASS paras[0].firstChild.nodeValue += "", with selected range collapsed at (para s[0].firstChild, paras[0].firstChild.length)
430 PASS paras[0].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length) 430 PASS paras[0].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
431 PASS paras[0].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[0].firstChild, paras[0].firstChild.length) 431 PASS paras[0].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[0].firstChild, paras[0].firstChild.length)
432 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range collapsed at (paras[0].firstChild, paras[0].firstChild.length) 432 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with unsele cted range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
433 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range collapsed at (paras[0].firstChild, paras[0].firstChild.length) 433 PASS paras[0].firstChild.nodeValue += paras[0].firstChild.nodeValue, with select ed range collapsed at (paras[0].firstChild, paras[0].firstChild.length)
434 PASS paras[1].firstChild.data = "", with unselected range collapsed at (paras[1] .firstChild, 0) 434 PASS paras[1].firstChild.data = "", with unselected range collapsed at (paras[1] .firstChild, 0)
435 PASS paras[1].firstChild.data = "", with selected range collapsed at (paras[1].f irstChild, 0) 435 PASS paras[1].firstChild.data = "", with selected range collapsed at (paras[1].f irstChild, 0)
436 PASS paras[1].firstChild.data = "foo", with unselected range collapsed at (paras [1].firstChild, 0) 436 PASS paras[1].firstChild.data = "foo", with unselected range collapsed at (paras [1].firstChild, 0)
437 PASS paras[1].firstChild.data = "foo", with selected range collapsed at (paras[1 ].firstChild, 0) 437 PASS paras[1].firstChild.data = "foo", with selected range collapsed at (paras[1 ].firstChild, 0)
438 PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, 0) 438 PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, 0)
439 PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range co llapsed at (paras[1].firstChild, 0) 439 PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range co llapsed at (paras[1].firstChild, 0)
(...skipping 24 matching lines...) Expand all
464 PASS paras[1].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[1].firstChild, 0) 464 PASS paras[1].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[1].firstChild, 0)
465 PASS paras[1].firstChild.nodeValue += "", with selected range collapsed at (para s[1].firstChild, 0) 465 PASS paras[1].firstChild.nodeValue += "", with selected range collapsed at (para s[1].firstChild, 0)
466 PASS paras[1].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[1].firstChild, 0) 466 PASS paras[1].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[1].firstChild, 0)
467 PASS paras[1].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[1].firstChild, 0) 467 PASS paras[1].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[1].firstChild, 0)
468 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range collapsed at (paras[1].firstChild, 0) 468 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range collapsed at (paras[1].firstChild, 0)
469 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range collapsed at (paras[1].firstChild, 0) 469 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range collapsed at (paras[1].firstChild, 0)
470 PASS paras[1].firstChild.data = "", with unselected range on paras[1].firstChild from 0 to 1 470 PASS paras[1].firstChild.data = "", with unselected range on paras[1].firstChild from 0 to 1
471 PASS paras[1].firstChild.data = "", with selected range on paras[1].firstChild f rom 0 to 1 471 PASS paras[1].firstChild.data = "", with selected range on paras[1].firstChild f rom 0 to 1
472 PASS paras[1].firstChild.data = "foo", with unselected range on paras[1].firstCh ild from 0 to 1 472 PASS paras[1].firstChild.data = "foo", with unselected range on paras[1].firstCh ild from 0 to 1
473 PASS paras[1].firstChild.data = "foo", with selected range on paras[1].firstChil d from 0 to 1 473 PASS paras[1].firstChild.data = "foo", with selected range on paras[1].firstChil d from 0 to 1
474 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 bu t got 1 474 PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to 1
475 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 475 PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range on paras[1].firstChild from 0 to 1
476 FAIL paras[1].firstChild.data += "", with unselected range on paras[1].firstChil d from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 476 PASS paras[1].firstChild.data += "", with unselected range on paras[1].firstChil d from 0 to 1
477 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 477 PASS paras[1].firstChild.data += "", with selected range on paras[1].firstChild from 0 to 1
478 PASS paras[1].firstChild.data += "foo", with unselected range on paras[1].firstC hild from 0 to 1 478 PASS paras[1].firstChild.data += "foo", with unselected range on paras[1].firstC hild from 0 to 1
479 PASS paras[1].firstChild.data += "foo", with selected range on paras[1].firstChi ld from 0 to 1 479 PASS paras[1].firstChild.data += "foo", with selected range on paras[1].firstChi ld from 0 to 1
480 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to 1 480 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to 1
481 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range o n paras[1].firstChild from 0 to 1 481 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range o n paras[1].firstChild from 0 to 1
482 PASS paras[1].firstChild.textContent = "", with unselected range on paras[1].fir stChild from 0 to 1 482 PASS paras[1].firstChild.textContent = "", with unselected range on paras[1].fir stChild from 0 to 1
483 PASS paras[1].firstChild.textContent = "", with selected range on paras[1].first Child from 0 to 1 483 PASS paras[1].firstChild.textContent = "", with selected range on paras[1].first Child from 0 to 1
484 PASS paras[1].firstChild.textContent = "foo", with unselected range on paras[1]. firstChild from 0 to 1 484 PASS paras[1].firstChild.textContent = "foo", with unselected range on paras[1]. firstChild from 0 to 1
485 PASS paras[1].firstChild.textContent = "foo", with selected range on paras[1].fi rstChild from 0 to 1 485 PASS paras[1].firstChild.textContent = "foo", with selected range on paras[1].fi rstChild from 0 to 1
486 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 486 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range on paras[1].firstChild from 0 to 1
487 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset e xpected 0 but got 1 487 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range on paras[1].firstChild from 0 to 1
488 FAIL paras[1].firstChild.textContent += "", with unselected range on paras[1].fi rstChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 488 PASS paras[1].firstChild.textContent += "", with unselected range on paras[1].fi rstChild from 0 to 1
489 FAIL paras[1].firstChild.textContent += "", with selected range on paras[1].firs tChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 489 PASS paras[1].firstChild.textContent += "", with selected range on paras[1].firs tChild from 0 to 1
490 PASS paras[1].firstChild.textContent += "foo", with unselected range on paras[1] .firstChild from 0 to 1 490 PASS paras[1].firstChild.textContent += "foo", with unselected range on paras[1] .firstChild from 0 to 1
491 PASS paras[1].firstChild.textContent += "foo", with selected range on paras[1].f irstChild from 0 to 1 491 PASS paras[1].firstChild.textContent += "foo", with selected range on paras[1].f irstChild from 0 to 1
492 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range on paras[1].firstChild from 0 to 1 492 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range on paras[1].firstChild from 0 to 1
493 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range on paras[1].firstChild from 0 to 1 493 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range on paras[1].firstChild from 0 to 1
494 PASS paras[1].firstChild.nodeValue = "", with unselected range on paras[1].first Child from 0 to 1 494 PASS paras[1].firstChild.nodeValue = "", with unselected range on paras[1].first Child from 0 to 1
495 PASS paras[1].firstChild.nodeValue = "", with selected range on paras[1].firstCh ild from 0 to 1 495 PASS paras[1].firstChild.nodeValue = "", with selected range on paras[1].firstCh ild from 0 to 1
496 PASS paras[1].firstChild.nodeValue = "foo", with unselected range on paras[1].fi rstChild from 0 to 1 496 PASS paras[1].firstChild.nodeValue = "foo", with unselected range on paras[1].fi rstChild from 0 to 1
497 PASS paras[1].firstChild.nodeValue = "foo", with selected range on paras[1].firs tChild from 0 to 1 497 PASS paras[1].firstChild.nodeValue = "foo", with selected range on paras[1].firs tChild from 0 to 1
498 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset exp ected 0 but got 1 498 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range on paras[1].firstChild from 0 to 1
499 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range on paras[1].firstChild from 0 to 1 assert_equals: Wrong end offset expec ted 0 but got 1 499 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range on paras[1].firstChild from 0 to 1
500 FAIL paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firs tChild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 500 PASS paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firs tChild from 0 to 1
501 FAIL paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstC hild from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 501 PASS paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstC hild from 0 to 1
502 PASS paras[1].firstChild.nodeValue += "foo", with unselected range on paras[1].f irstChild from 0 to 1 502 PASS paras[1].firstChild.nodeValue += "foo", with unselected range on paras[1].f irstChild from 0 to 1
503 PASS paras[1].firstChild.nodeValue += "foo", with selected range on paras[1].fir stChild from 0 to 1 503 PASS paras[1].firstChild.nodeValue += "foo", with selected range on paras[1].fir stChild from 0 to 1
504 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range on paras[1].firstChild from 0 to 1 504 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range on paras[1].firstChild from 0 to 1
505 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range on paras[1].firstChild from 0 to 1 505 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range on paras[1].firstChild from 0 to 1
506 PASS paras[1].firstChild.data = "", with unselected range collapsed at (paras[1] .firstChild, 1) 506 PASS paras[1].firstChild.data = "", with unselected range collapsed at (paras[1] .firstChild, 1)
507 PASS paras[1].firstChild.data = "", with selected range collapsed at (paras[1].f irstChild, 1) 507 PASS paras[1].firstChild.data = "", with selected range collapsed at (paras[1].f irstChild, 1)
508 PASS paras[1].firstChild.data = "foo", with unselected range collapsed at (paras [1].firstChild, 1) 508 PASS paras[1].firstChild.data = "foo", with unselected range collapsed at (paras [1].firstChild, 1)
509 PASS paras[1].firstChild.data = "foo", with selected range collapsed at (paras[1 ].firstChild, 1) 509 PASS paras[1].firstChild.data = "foo", with selected range collapsed at (paras[1 ].firstChild, 1)
510 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 510 PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, 1)
511 FAIL paras[1].firstChild.data = paras[1].firstChild.data, with selected range co llapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 511 PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range co llapsed at (paras[1].firstChild, 1)
512 FAIL paras[1].firstChild.data += "", with unselected range collapsed at (paras[1 ].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 512 PASS paras[1].firstChild.data += "", with unselected range collapsed at (paras[1 ].firstChild, 1)
513 FAIL paras[1].firstChild.data += "", with selected range collapsed at (paras[1]. firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 513 PASS paras[1].firstChild.data += "", with selected range collapsed at (paras[1]. firstChild, 1)
514 PASS paras[1].firstChild.data += "foo", with unselected range collapsed at (para s[1].firstChild, 1) 514 PASS paras[1].firstChild.data += "foo", with unselected range collapsed at (para s[1].firstChild, 1)
515 PASS paras[1].firstChild.data += "foo", with selected range collapsed at (paras[ 1].firstChild, 1) 515 PASS paras[1].firstChild.data += "foo", with selected range collapsed at (paras[ 1].firstChild, 1)
516 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, 1) 516 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, 1)
517 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range c ollapsed at (paras[1].firstChild, 1) 517 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range c ollapsed at (paras[1].firstChild, 1)
518 PASS paras[1].firstChild.textContent = "", with unselected range collapsed at (p aras[1].firstChild, 1) 518 PASS paras[1].firstChild.textContent = "", with unselected range collapsed at (p aras[1].firstChild, 1)
519 PASS paras[1].firstChild.textContent = "", with selected range collapsed at (par as[1].firstChild, 1) 519 PASS paras[1].firstChild.textContent = "", with selected range collapsed at (par as[1].firstChild, 1)
520 PASS paras[1].firstChild.textContent = "foo", with unselected range collapsed at (paras[1].firstChild, 1) 520 PASS paras[1].firstChild.textContent = "foo", with unselected range collapsed at (paras[1].firstChild, 1)
521 PASS paras[1].firstChild.textContent = "foo", with selected range collapsed at ( paras[1].firstChild, 1) 521 PASS paras[1].firstChild.textContent = "foo", with selected range collapsed at ( paras[1].firstChild, 1)
522 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start o ffset expected 0 but got 1 522 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range collapsed at (paras[1].firstChild, 1)
523 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start off set expected 0 but got 1 523 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range collapsed at (paras[1].firstChild, 1)
524 FAIL paras[1].firstChild.textContent += "", with unselected range collapsed at ( paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 524 PASS paras[1].firstChild.textContent += "", with unselected range collapsed at ( paras[1].firstChild, 1)
525 FAIL paras[1].firstChild.textContent += "", with selected range collapsed at (pa ras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 525 PASS paras[1].firstChild.textContent += "", with selected range collapsed at (pa ras[1].firstChild, 1)
526 PASS paras[1].firstChild.textContent += "foo", with unselected range collapsed a t (paras[1].firstChild, 1) 526 PASS paras[1].firstChild.textContent += "foo", with unselected range collapsed a t (paras[1].firstChild, 1)
527 PASS paras[1].firstChild.textContent += "foo", with selected range collapsed at (paras[1].firstChild, 1) 527 PASS paras[1].firstChild.textContent += "foo", with selected range collapsed at (paras[1].firstChild, 1)
528 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range collapsed at (paras[1].firstChild, 1) 528 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range collapsed at (paras[1].firstChild, 1)
529 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range collapsed at (paras[1].firstChild, 1) 529 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range collapsed at (paras[1].firstChild, 1)
530 PASS paras[1].firstChild.nodeValue = "", with unselected range collapsed at (par as[1].firstChild, 1) 530 PASS paras[1].firstChild.nodeValue = "", with unselected range collapsed at (par as[1].firstChild, 1)
531 PASS paras[1].firstChild.nodeValue = "", with selected range collapsed at (paras [1].firstChild, 1) 531 PASS paras[1].firstChild.nodeValue = "", with selected range collapsed at (paras [1].firstChild, 1)
532 PASS paras[1].firstChild.nodeValue = "foo", with unselected range collapsed at ( paras[1].firstChild, 1) 532 PASS paras[1].firstChild.nodeValue = "foo", with unselected range collapsed at ( paras[1].firstChild, 1)
533 PASS paras[1].firstChild.nodeValue = "foo", with selected range collapsed at (pa ras[1].firstChild, 1) 533 PASS paras[1].firstChild.nodeValue = "foo", with selected range collapsed at (pa ras[1].firstChild, 1)
534 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offse t expected 0 but got 1 534 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range collapsed at (paras[1].firstChild, 1)
535 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range collapsed at (paras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 535 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range collapsed at (paras[1].firstChild, 1)
536 FAIL paras[1].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 536 PASS paras[1].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[1].firstChild, 1)
537 FAIL paras[1].firstChild.nodeValue += "", with selected range collapsed at (para s[1].firstChild, 1) assert_equals: Wrong start offset expected 0 but got 1 537 PASS paras[1].firstChild.nodeValue += "", with selected range collapsed at (para s[1].firstChild, 1)
538 PASS paras[1].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[1].firstChild, 1) 538 PASS paras[1].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[1].firstChild, 1)
539 PASS paras[1].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[1].firstChild, 1) 539 PASS paras[1].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[1].firstChild, 1)
540 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range collapsed at (paras[1].firstChild, 1) 540 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range collapsed at (paras[1].firstChild, 1)
541 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range collapsed at (paras[1].firstChild, 1) 541 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range collapsed at (paras[1].firstChild, 1)
542 PASS paras[1].firstChild.data = "", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length 542 PASS paras[1].firstChild.data = "", with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
543 PASS paras[1].firstChild.data = "", with selected range on paras[1].firstChild f rom 0 to paras[1].firstChild.length 543 PASS paras[1].firstChild.data = "", with selected range on paras[1].firstChild f rom 0 to paras[1].firstChild.length
544 PASS paras[1].firstChild.data = "foo", with unselected range on paras[1].firstCh ild from 0 to paras[1].firstChild.length 544 PASS paras[1].firstChild.data = "foo", with unselected range on paras[1].firstCh ild from 0 to paras[1].firstChild.length
545 PASS paras[1].firstChild.data = "foo", with selected range on paras[1].firstChil d from 0 to paras[1].firstChild.length 545 PASS paras[1].firstChild.data = "foo", with selected range on paras[1].firstChil d from 0 to paras[1].firstChild.length
546 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 546 PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
547 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 e nd offset expected 0 but got 9 547 PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
548 FAIL paras[1].firstChild.data += "", with unselected range on paras[1].firstChil d from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expected 0 but got 9 548 PASS paras[1].firstChild.data += "", with unselected range on paras[1].firstChil d from 0 to paras[1].firstChild.length
549 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 549 PASS paras[1].firstChild.data += "", with selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
550 PASS paras[1].firstChild.data += "foo", with unselected range on paras[1].firstC hild from 0 to paras[1].firstChild.length 550 PASS paras[1].firstChild.data += "foo", with unselected range on paras[1].firstC hild from 0 to paras[1].firstChild.length
551 PASS paras[1].firstChild.data += "foo", with selected range on paras[1].firstChi ld from 0 to paras[1].firstChild.length 551 PASS paras[1].firstChild.data += "foo", with selected range on paras[1].firstChi ld from 0 to paras[1].firstChild.length
552 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length 552 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range on paras[1].firstChild from 0 to paras[1].firstChild.length
553 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range o n paras[1].firstChild from 0 to paras[1].firstChild.length 553 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range o n paras[1].firstChild from 0 to paras[1].firstChild.length
554 PASS paras[1].firstChild.textContent = "", with unselected range on paras[1].fir stChild from 0 to paras[1].firstChild.length 554 PASS paras[1].firstChild.textContent = "", with unselected range on paras[1].fir stChild from 0 to paras[1].firstChild.length
555 PASS paras[1].firstChild.textContent = "", with selected range on paras[1].first Child from 0 to paras[1].firstChild.length 555 PASS paras[1].firstChild.textContent = "", with selected range on paras[1].first Child from 0 to paras[1].firstChild.length
556 PASS paras[1].firstChild.textContent = "foo", with unselected range on paras[1]. firstChild from 0 to paras[1].firstChild.length 556 PASS paras[1].firstChild.textContent = "foo", with unselected range on paras[1]. firstChild from 0 to paras[1].firstChild.length
557 PASS paras[1].firstChild.textContent = "foo", with selected range on paras[1].fi rstChild from 0 to paras[1].firstChild.length 557 PASS paras[1].firstChild.textContent = "foo", with selected range on paras[1].fi rstChild from 0 to paras[1].firstChild.length
558 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert _equals: Wrong end offset expected 0 but got 9 558 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range on paras[1].firstChild from 0 to paras[1].firstChild.length
559 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_e quals: Wrong end offset expected 0 but got 9 559 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range on paras[1].firstChild from 0 to paras[1].firstChild.length
560 FAIL paras[1].firstChild.textContent += "", with unselected range on paras[1].fi rstChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset ex pected 0 but got 9 560 PASS paras[1].firstChild.textContent += "", with unselected range on paras[1].fi rstChild from 0 to paras[1].firstChild.length
561 FAIL paras[1].firstChild.textContent += "", with selected range on paras[1].firs tChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expe cted 0 but got 9 561 PASS paras[1].firstChild.textContent += "", with selected range on paras[1].firs tChild from 0 to paras[1].firstChild.length
562 PASS paras[1].firstChild.textContent += "foo", with unselected range on paras[1] .firstChild from 0 to paras[1].firstChild.length 562 PASS paras[1].firstChild.textContent += "foo", with unselected range on paras[1] .firstChild from 0 to paras[1].firstChild.length
563 PASS paras[1].firstChild.textContent += "foo", with selected range on paras[1].f irstChild from 0 to paras[1].firstChild.length 563 PASS paras[1].firstChild.textContent += "foo", with selected range on paras[1].f irstChild from 0 to paras[1].firstChild.length
564 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range on paras[1].firstChild from 0 to paras[1].firstChild.length 564 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range on paras[1].firstChild from 0 to paras[1].firstChild.length
565 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range on paras[1].firstChild from 0 to paras[1].firstChild.length 565 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range on paras[1].firstChild from 0 to paras[1].firstChild.length
566 PASS paras[1].firstChild.nodeValue = "", with unselected range on paras[1].first Child from 0 to paras[1].firstChild.length 566 PASS paras[1].firstChild.nodeValue = "", with unselected range on paras[1].first Child from 0 to paras[1].firstChild.length
567 PASS paras[1].firstChild.nodeValue = "", with selected range on paras[1].firstCh ild from 0 to paras[1].firstChild.length 567 PASS paras[1].firstChild.nodeValue = "", with selected range on paras[1].firstCh ild from 0 to paras[1].firstChild.length
568 PASS paras[1].firstChild.nodeValue = "foo", with unselected range on paras[1].fi rstChild from 0 to paras[1].firstChild.length 568 PASS paras[1].firstChild.nodeValue = "foo", with unselected range on paras[1].fi rstChild from 0 to paras[1].firstChild.length
569 PASS paras[1].firstChild.nodeValue = "foo", with selected range on paras[1].firs tChild from 0 to paras[1].firstChild.length 569 PASS paras[1].firstChild.nodeValue = "foo", with selected range on paras[1].firs tChild from 0 to paras[1].firstChild.length
570 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equ als: Wrong end offset expected 0 but got 9 570 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range on paras[1].firstChild from 0 to paras[1].firstChild.length
571 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range on paras[1].firstChild from 0 to paras[1].firstChild.length assert_equal s: Wrong end offset expected 0 but got 9 571 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range on paras[1].firstChild from 0 to paras[1].firstChild.length
572 FAIL paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firs tChild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expe cted 0 but got 9 572 PASS paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firs tChild from 0 to paras[1].firstChild.length
573 FAIL paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstC hild from 0 to paras[1].firstChild.length assert_equals: Wrong end offset expect ed 0 but got 9 573 PASS paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstC hild from 0 to paras[1].firstChild.length
574 PASS paras[1].firstChild.nodeValue += "foo", with unselected range on paras[1].f irstChild from 0 to paras[1].firstChild.length 574 PASS paras[1].firstChild.nodeValue += "foo", with unselected range on paras[1].f irstChild from 0 to paras[1].firstChild.length
575 PASS paras[1].firstChild.nodeValue += "foo", with selected range on paras[1].fir stChild from 0 to paras[1].firstChild.length 575 PASS paras[1].firstChild.nodeValue += "foo", with selected range on paras[1].fir stChild from 0 to paras[1].firstChild.length
576 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range on paras[1].firstChild from 0 to paras[1].firstChild.length 576 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range on paras[1].firstChild from 0 to paras[1].firstChild.length
577 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range on paras[1].firstChild from 0 to paras[1].firstChild.length 577 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range on paras[1].firstChild from 0 to paras[1].firstChild.length
578 PASS paras[1].firstChild.data = "", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length 578 PASS paras[1].firstChild.data = "", with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
579 PASS paras[1].firstChild.data = "", with selected range on paras[1].firstChild f rom 1 to paras[1].firstChild.length 579 PASS paras[1].firstChild.data = "", with selected range on paras[1].firstChild f rom 1 to paras[1].firstChild.length
580 PASS paras[1].firstChild.data = "foo", with unselected range on paras[1].firstCh ild from 1 to paras[1].firstChild.length 580 PASS paras[1].firstChild.data = "foo", with unselected range on paras[1].firstCh ild from 1 to paras[1].firstChild.length
581 PASS paras[1].firstChild.data = "foo", with selected range on paras[1].firstChil d from 1 to paras[1].firstChild.length 581 PASS paras[1].firstChild.data = "foo", with selected range on paras[1].firstChil d from 1 to paras[1].firstChild.length
582 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 582 PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
583 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 s tart offset expected 0 but got 1 583 PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
584 FAIL paras[1].firstChild.data += "", with unselected range on paras[1].firstChil d from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expecte d 0 but got 1 584 PASS paras[1].firstChild.data += "", with unselected range on paras[1].firstChil d from 1 to paras[1].firstChild.length
585 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 585 PASS paras[1].firstChild.data += "", with selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
586 PASS paras[1].firstChild.data += "foo", with unselected range on paras[1].firstC hild from 1 to paras[1].firstChild.length 586 PASS paras[1].firstChild.data += "foo", with unselected range on paras[1].firstC hild from 1 to paras[1].firstChild.length
587 PASS paras[1].firstChild.data += "foo", with selected range on paras[1].firstChi ld from 1 to paras[1].firstChild.length 587 PASS paras[1].firstChild.data += "foo", with selected range on paras[1].firstChi ld from 1 to paras[1].firstChild.length
588 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length 588 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range on paras[1].firstChild from 1 to paras[1].firstChild.length
589 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range o n paras[1].firstChild from 1 to paras[1].firstChild.length 589 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range o n paras[1].firstChild from 1 to paras[1].firstChild.length
590 PASS paras[1].firstChild.textContent = "", with unselected range on paras[1].fir stChild from 1 to paras[1].firstChild.length 590 PASS paras[1].firstChild.textContent = "", with unselected range on paras[1].fir stChild from 1 to paras[1].firstChild.length
591 PASS paras[1].firstChild.textContent = "", with selected range on paras[1].first Child from 1 to paras[1].firstChild.length 591 PASS paras[1].firstChild.textContent = "", with selected range on paras[1].first Child from 1 to paras[1].firstChild.length
592 PASS paras[1].firstChild.textContent = "foo", with unselected range on paras[1]. firstChild from 1 to paras[1].firstChild.length 592 PASS paras[1].firstChild.textContent = "foo", with unselected range on paras[1]. firstChild from 1 to paras[1].firstChild.length
593 PASS paras[1].firstChild.textContent = "foo", with selected range on paras[1].fi rstChild from 1 to paras[1].firstChild.length 593 PASS paras[1].firstChild.textContent = "foo", with selected range on paras[1].fi rstChild from 1 to paras[1].firstChild.length
594 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert _equals: Wrong start offset expected 0 but got 1 594 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range on paras[1].firstChild from 1 to paras[1].firstChild.length
595 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_e quals: Wrong start offset expected 0 but got 1 595 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range on paras[1].firstChild from 1 to paras[1].firstChild.length
596 FAIL paras[1].firstChild.textContent += "", with unselected range on paras[1].fi rstChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expected 0 but got 1 596 PASS paras[1].firstChild.textContent += "", with unselected range on paras[1].fi rstChild from 1 to paras[1].firstChild.length
597 FAIL paras[1].firstChild.textContent += "", with selected range on paras[1].firs tChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset ex pected 0 but got 1 597 PASS paras[1].firstChild.textContent += "", with selected range on paras[1].firs tChild from 1 to paras[1].firstChild.length
598 PASS paras[1].firstChild.textContent += "foo", with unselected range on paras[1] .firstChild from 1 to paras[1].firstChild.length 598 PASS paras[1].firstChild.textContent += "foo", with unselected range on paras[1] .firstChild from 1 to paras[1].firstChild.length
599 PASS paras[1].firstChild.textContent += "foo", with selected range on paras[1].f irstChild from 1 to paras[1].firstChild.length 599 PASS paras[1].firstChild.textContent += "foo", with selected range on paras[1].f irstChild from 1 to paras[1].firstChild.length
600 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range on paras[1].firstChild from 1 to paras[1].firstChild.length 600 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range on paras[1].firstChild from 1 to paras[1].firstChild.length
601 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range on paras[1].firstChild from 1 to paras[1].firstChild.length 601 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range on paras[1].firstChild from 1 to paras[1].firstChild.length
602 PASS paras[1].firstChild.nodeValue = "", with unselected range on paras[1].first Child from 1 to paras[1].firstChild.length 602 PASS paras[1].firstChild.nodeValue = "", with unselected range on paras[1].first Child from 1 to paras[1].firstChild.length
603 PASS paras[1].firstChild.nodeValue = "", with selected range on paras[1].firstCh ild from 1 to paras[1].firstChild.length 603 PASS paras[1].firstChild.nodeValue = "", with selected range on paras[1].firstCh ild from 1 to paras[1].firstChild.length
604 PASS paras[1].firstChild.nodeValue = "foo", with unselected range on paras[1].fi rstChild from 1 to paras[1].firstChild.length 604 PASS paras[1].firstChild.nodeValue = "foo", with unselected range on paras[1].fi rstChild from 1 to paras[1].firstChild.length
605 PASS paras[1].firstChild.nodeValue = "foo", with selected range on paras[1].firs tChild from 1 to paras[1].firstChild.length 605 PASS paras[1].firstChild.nodeValue = "foo", with selected range on paras[1].firs tChild from 1 to paras[1].firstChild.length
606 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equ als: Wrong start offset expected 0 but got 1 606 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range on paras[1].firstChild from 1 to paras[1].firstChild.length
607 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range on paras[1].firstChild from 1 to paras[1].firstChild.length assert_equal s: Wrong start offset expected 0 but got 1 607 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range on paras[1].firstChild from 1 to paras[1].firstChild.length
608 FAIL paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firs tChild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset ex pected 0 but got 1 608 PASS paras[1].firstChild.nodeValue += "", with unselected range on paras[1].firs tChild from 1 to paras[1].firstChild.length
609 FAIL paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstC hild from 1 to paras[1].firstChild.length assert_equals: Wrong start offset expe cted 0 but got 1 609 PASS paras[1].firstChild.nodeValue += "", with selected range on paras[1].firstC hild from 1 to paras[1].firstChild.length
610 PASS paras[1].firstChild.nodeValue += "foo", with unselected range on paras[1].f irstChild from 1 to paras[1].firstChild.length 610 PASS paras[1].firstChild.nodeValue += "foo", with unselected range on paras[1].f irstChild from 1 to paras[1].firstChild.length
611 PASS paras[1].firstChild.nodeValue += "foo", with selected range on paras[1].fir stChild from 1 to paras[1].firstChild.length 611 PASS paras[1].firstChild.nodeValue += "foo", with selected range on paras[1].fir stChild from 1 to paras[1].firstChild.length
612 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range on paras[1].firstChild from 1 to paras[1].firstChild.length 612 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range on paras[1].firstChild from 1 to paras[1].firstChild.length
613 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range on paras[1].firstChild from 1 to paras[1].firstChild.length 613 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range on paras[1].firstChild from 1 to paras[1].firstChild.length
614 PASS paras[1].firstChild.data = "", with unselected range collapsed at (paras[1] .firstChild, paras[1].firstChild.length) 614 PASS paras[1].firstChild.data = "", with unselected range collapsed at (paras[1] .firstChild, paras[1].firstChild.length)
615 PASS paras[1].firstChild.data = "", with selected range collapsed at (paras[1].f irstChild, paras[1].firstChild.length) 615 PASS paras[1].firstChild.data = "", with selected range collapsed at (paras[1].f irstChild, paras[1].firstChild.length)
616 PASS paras[1].firstChild.data = "foo", with unselected range collapsed at (paras [1].firstChild, paras[1].firstChild.length) 616 PASS paras[1].firstChild.data = "foo", with unselected range collapsed at (paras [1].firstChild, paras[1].firstChild.length)
617 PASS paras[1].firstChild.data = "foo", with selected range collapsed at (paras[1 ].firstChild, paras[1].firstChild.length) 617 PASS paras[1].firstChild.data = "foo", with selected range collapsed at (paras[1 ].firstChild, paras[1].firstChild.length)
618 FAIL paras[1].firstChild.data = paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wr ong start offset expected 0 but got 9 618 PASS paras[1].firstChild.data = paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
619 FAIL paras[1].firstChild.data = paras[1].firstChild.data, with selected range co llapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wron g start offset expected 0 but got 9 619 PASS paras[1].firstChild.data = paras[1].firstChild.data, with selected range co llapsed at (paras[1].firstChild, paras[1].firstChild.length)
620 FAIL paras[1].firstChild.data += "", with unselected range collapsed at (paras[1 ].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expe cted 0 but got 9 620 PASS paras[1].firstChild.data += "", with unselected range collapsed at (paras[1 ].firstChild, paras[1].firstChild.length)
621 FAIL paras[1].firstChild.data += "", with selected range collapsed at (paras[1]. firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expect ed 0 but got 9 621 PASS paras[1].firstChild.data += "", with selected range collapsed at (paras[1]. firstChild, paras[1].firstChild.length)
622 PASS paras[1].firstChild.data += "foo", with unselected range collapsed at (para s[1].firstChild, paras[1].firstChild.length) 622 PASS paras[1].firstChild.data += "foo", with unselected range collapsed at (para s[1].firstChild, paras[1].firstChild.length)
623 PASS paras[1].firstChild.data += "foo", with selected range collapsed at (paras[ 1].firstChild, paras[1].firstChild.length) 623 PASS paras[1].firstChild.data += "foo", with selected range collapsed at (paras[ 1].firstChild, paras[1].firstChild.length)
624 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) 624 PASS paras[1].firstChild.data += paras[1].firstChild.data, with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
625 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range c ollapsed at (paras[1].firstChild, paras[1].firstChild.length) 625 PASS paras[1].firstChild.data += paras[1].firstChild.data, with selected range c ollapsed at (paras[1].firstChild, paras[1].firstChild.length)
626 PASS paras[1].firstChild.textContent = "", with unselected range collapsed at (p aras[1].firstChild, paras[1].firstChild.length) 626 PASS paras[1].firstChild.textContent = "", with unselected range collapsed at (p aras[1].firstChild, paras[1].firstChild.length)
627 PASS paras[1].firstChild.textContent = "", with selected range collapsed at (par as[1].firstChild, paras[1].firstChild.length) 627 PASS paras[1].firstChild.textContent = "", with selected range collapsed at (par as[1].firstChild, paras[1].firstChild.length)
628 PASS paras[1].firstChild.textContent = "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) 628 PASS paras[1].firstChild.textContent = "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
629 PASS paras[1].firstChild.textContent = "foo", with selected range collapsed at ( paras[1].firstChild, paras[1].firstChild.length) 629 PASS paras[1].firstChild.textContent = "foo", with selected range collapsed at ( paras[1].firstChild, paras[1].firstChild.length)
630 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) ass ert_equals: Wrong start offset expected 0 but got 9 630 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with uns elected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
631 FAIL paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) asser t_equals: Wrong start offset expected 0 but got 9 631 PASS paras[1].firstChild.textContent = paras[1].firstChild.textContent, with sel ected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
632 FAIL paras[1].firstChild.textContent += "", with unselected range collapsed at ( paras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offs et expected 0 but got 9 632 PASS paras[1].firstChild.textContent += "", with unselected range collapsed at ( paras[1].firstChild, paras[1].firstChild.length)
633 FAIL paras[1].firstChild.textContent += "", with selected range collapsed at (pa ras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9 633 PASS paras[1].firstChild.textContent += "", with selected range collapsed at (pa ras[1].firstChild, paras[1].firstChild.length)
634 PASS paras[1].firstChild.textContent += "foo", with unselected range collapsed a t (paras[1].firstChild, paras[1].firstChild.length) 634 PASS paras[1].firstChild.textContent += "foo", with unselected range collapsed a t (paras[1].firstChild, paras[1].firstChild.length)
635 PASS paras[1].firstChild.textContent += "foo", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) 635 PASS paras[1].firstChild.textContent += "foo", with selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
636 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) 636 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with un selected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
637 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) 637 PASS paras[1].firstChild.textContent += paras[1].firstChild.textContent, with se lected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
638 PASS paras[1].firstChild.nodeValue = "", with unselected range collapsed at (par as[1].firstChild, paras[1].firstChild.length) 638 PASS paras[1].firstChild.nodeValue = "", with unselected range collapsed at (par as[1].firstChild, paras[1].firstChild.length)
639 PASS paras[1].firstChild.nodeValue = "", with selected range collapsed at (paras [1].firstChild, paras[1].firstChild.length) 639 PASS paras[1].firstChild.nodeValue = "", with selected range collapsed at (paras [1].firstChild, paras[1].firstChild.length)
640 PASS paras[1].firstChild.nodeValue = "foo", with unselected range collapsed at ( paras[1].firstChild, paras[1].firstChild.length) 640 PASS paras[1].firstChild.nodeValue = "foo", with unselected range collapsed at ( paras[1].firstChild, paras[1].firstChild.length)
641 PASS paras[1].firstChild.nodeValue = "foo", with selected range collapsed at (pa ras[1].firstChild, paras[1].firstChild.length) 641 PASS paras[1].firstChild.nodeValue = "foo", with selected range collapsed at (pa ras[1].firstChild, paras[1].firstChild.length)
642 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_ equals: Wrong start offset expected 0 but got 9 642 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with unselec ted range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
643 FAIL paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range collapsed at (paras[1].firstChild, paras[1].firstChild.length) assert_eq uals: Wrong start offset expected 0 but got 9 643 PASS paras[1].firstChild.nodeValue = paras[1].firstChild.nodeValue, with selecte d range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
644 FAIL paras[1].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset expected 0 but got 9 644 PASS paras[1].firstChild.nodeValue += "", with unselected range collapsed at (pa ras[1].firstChild, paras[1].firstChild.length)
645 FAIL paras[1].firstChild.nodeValue += "", with selected range collapsed at (para s[1].firstChild, paras[1].firstChild.length) assert_equals: Wrong start offset e xpected 0 but got 9 645 PASS paras[1].firstChild.nodeValue += "", with selected range collapsed at (para s[1].firstChild, paras[1].firstChild.length)
646 PASS paras[1].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length) 646 PASS paras[1].firstChild.nodeValue += "foo", with unselected range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
647 PASS paras[1].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[1].firstChild, paras[1].firstChild.length) 647 PASS paras[1].firstChild.nodeValue += "foo", with selected range collapsed at (p aras[1].firstChild, paras[1].firstChild.length)
648 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range collapsed at (paras[1].firstChild, paras[1].firstChild.length) 648 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with unsele cted range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
649 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range collapsed at (paras[1].firstChild, paras[1].firstChild.length) 649 PASS paras[1].firstChild.nodeValue += paras[1].firstChild.nodeValue, with select ed range collapsed at (paras[1].firstChild, paras[1].firstChild.length)
650 PASS foreignTextNode.data = "", with unselected range collapsed at (foreignTextN ode, 0) 650 PASS foreignTextNode.data = "", with unselected range collapsed at (foreignTextN ode, 0)
651 PASS foreignTextNode.data = "", with selected range collapsed at (foreignTextNod e, 0) 651 PASS foreignTextNode.data = "", with selected range collapsed at (foreignTextNod e, 0)
652 PASS foreignTextNode.data = "foo", with unselected range collapsed at (foreignTe xtNode, 0) 652 PASS foreignTextNode.data = "foo", with unselected range collapsed at (foreignTe xtNode, 0)
653 PASS foreignTextNode.data = "foo", with selected range collapsed at (foreignText Node, 0) 653 PASS foreignTextNode.data = "foo", with selected range collapsed at (foreignText Node, 0)
654 PASS foreignTextNode.data = foreignTextNode.data, with unselected range collapse d at (foreignTextNode, 0) 654 PASS foreignTextNode.data = foreignTextNode.data, with unselected range collapse d at (foreignTextNode, 0)
655 PASS foreignTextNode.data = foreignTextNode.data, with selected range collapsed at (foreignTextNode, 0) 655 PASS foreignTextNode.data = foreignTextNode.data, with selected range collapsed at (foreignTextNode, 0)
(...skipping 24 matching lines...) Expand all
680 PASS foreignTextNode.nodeValue += "", with unselected range collapsed at (foreig nTextNode, 0) 680 PASS foreignTextNode.nodeValue += "", with unselected range collapsed at (foreig nTextNode, 0)
681 PASS foreignTextNode.nodeValue += "", with selected range collapsed at (foreignT extNode, 0) 681 PASS foreignTextNode.nodeValue += "", with selected range collapsed at (foreignT extNode, 0)
682 PASS foreignTextNode.nodeValue += "foo", with unselected range collapsed at (for eignTextNode, 0) 682 PASS foreignTextNode.nodeValue += "foo", with unselected range collapsed at (for eignTextNode, 0)
683 PASS foreignTextNode.nodeValue += "foo", with selected range collapsed at (forei gnTextNode, 0) 683 PASS foreignTextNode.nodeValue += "foo", with selected range collapsed at (forei gnTextNode, 0)
684 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge collapsed at (foreignTextNode, 0) 684 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge collapsed at (foreignTextNode, 0)
685 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, 0) 685 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, 0)
686 PASS foreignTextNode.data = "", with unselected range on foreignTextNode from 0 to 1 686 PASS foreignTextNode.data = "", with unselected range on foreignTextNode from 0 to 1
687 PASS foreignTextNode.data = "", with selected range on foreignTextNode from 0 to 1 687 PASS foreignTextNode.data = "", with selected range on foreignTextNode from 0 to 1
688 PASS foreignTextNode.data = "foo", with unselected range on foreignTextNode from 0 to 1 688 PASS foreignTextNode.data = "foo", with unselected range on foreignTextNode from 0 to 1
689 PASS foreignTextNode.data = "foo", with selected range on foreignTextNode from 0 to 1 689 PASS foreignTextNode.data = "foo", with selected range on foreignTextNode from 0 to 1
690 FAIL foreignTextNode.data = foreignTextNode.data, with unselected range on forei gnTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 690 PASS foreignTextNode.data = foreignTextNode.data, with unselected range on forei gnTextNode from 0 to 1
691 PASS foreignTextNode.data = foreignTextNode.data, with selected range on foreign TextNode from 0 to 1 691 PASS foreignTextNode.data = foreignTextNode.data, with selected range on foreign TextNode from 0 to 1
692 FAIL foreignTextNode.data += "", with unselected range on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 692 PASS foreignTextNode.data += "", with unselected range on foreignTextNode from 0 to 1
693 PASS foreignTextNode.data += "", with selected range on foreignTextNode from 0 t o 1 693 PASS foreignTextNode.data += "", with selected range on foreignTextNode from 0 t o 1
694 PASS foreignTextNode.data += "foo", with unselected range on foreignTextNode fro m 0 to 1 694 PASS foreignTextNode.data += "foo", with unselected range on foreignTextNode fro m 0 to 1
695 PASS foreignTextNode.data += "foo", with selected range on foreignTextNode from 0 to 1 695 PASS foreignTextNode.data += "foo", with selected range on foreignTextNode from 0 to 1
696 PASS foreignTextNode.data += foreignTextNode.data, with unselected range on fore ignTextNode from 0 to 1 696 PASS foreignTextNode.data += foreignTextNode.data, with unselected range on fore ignTextNode from 0 to 1
697 PASS foreignTextNode.data += foreignTextNode.data, with selected range on foreig nTextNode from 0 to 1 697 PASS foreignTextNode.data += foreignTextNode.data, with selected range on foreig nTextNode from 0 to 1
698 PASS foreignTextNode.textContent = "", with unselected range on foreignTextNode from 0 to 1 698 PASS foreignTextNode.textContent = "", with unselected range on foreignTextNode from 0 to 1
699 PASS foreignTextNode.textContent = "", with selected range on foreignTextNode fr om 0 to 1 699 PASS foreignTextNode.textContent = "", with selected range on foreignTextNode fr om 0 to 1
700 PASS foreignTextNode.textContent = "foo", with unselected range on foreignTextNo de from 0 to 1 700 PASS foreignTextNode.textContent = "foo", with unselected range on foreignTextNo de from 0 to 1
701 PASS foreignTextNode.textContent = "foo", with selected range on foreignTextNode from 0 to 1 701 PASS foreignTextNode.textContent = "foo", with selected range on foreignTextNode from 0 to 1
702 FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 702 PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to 1
703 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge on foreignTextNode from 0 to 1 703 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge on foreignTextNode from 0 to 1
704 FAIL foreignTextNode.textContent += "", with unselected range on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 704 PASS foreignTextNode.textContent += "", with unselected range on foreignTextNode from 0 to 1
705 PASS foreignTextNode.textContent += "", with selected range on foreignTextNode f rom 0 to 1 705 PASS foreignTextNode.textContent += "", with selected range on foreignTextNode f rom 0 to 1
706 PASS foreignTextNode.textContent += "foo", with unselected range on foreignTextN ode from 0 to 1 706 PASS foreignTextNode.textContent += "foo", with unselected range on foreignTextN ode from 0 to 1
707 PASS foreignTextNode.textContent += "foo", with selected range on foreignTextNod e from 0 to 1 707 PASS foreignTextNode.textContent += "foo", with selected range on foreignTextNod e from 0 to 1
708 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to 1 708 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to 1
709 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange on foreignTextNode from 0 to 1 709 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange on foreignTextNode from 0 to 1
710 PASS foreignTextNode.nodeValue = "", with unselected range on foreignTextNode fr om 0 to 1 710 PASS foreignTextNode.nodeValue = "", with unselected range on foreignTextNode fr om 0 to 1
711 PASS foreignTextNode.nodeValue = "", with selected range on foreignTextNode from 0 to 1 711 PASS foreignTextNode.nodeValue = "", with selected range on foreignTextNode from 0 to 1
712 PASS foreignTextNode.nodeValue = "foo", with unselected range on foreignTextNode from 0 to 1 712 PASS foreignTextNode.nodeValue = "foo", with unselected range on foreignTextNode from 0 to 1
713 PASS foreignTextNode.nodeValue = "foo", with selected range on foreignTextNode f rom 0 to 1 713 PASS foreignTextNode.nodeValue = "foo", with selected range on foreignTextNode f rom 0 to 1
714 FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e on foreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 714 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e on foreignTextNode from 0 to 1
715 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to 1 715 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to 1
716 FAIL foreignTextNode.nodeValue += "", with unselected range on foreignTextNode f rom 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 716 PASS foreignTextNode.nodeValue += "", with unselected range on foreignTextNode f rom 0 to 1
717 PASS foreignTextNode.nodeValue += "", with selected range on foreignTextNode fro m 0 to 1 717 PASS foreignTextNode.nodeValue += "", with selected range on foreignTextNode fro m 0 to 1
718 PASS foreignTextNode.nodeValue += "foo", with unselected range on foreignTextNod e from 0 to 1 718 PASS foreignTextNode.nodeValue += "foo", with unselected range on foreignTextNod e from 0 to 1
719 PASS foreignTextNode.nodeValue += "foo", with selected range on foreignTextNode from 0 to 1 719 PASS foreignTextNode.nodeValue += "foo", with selected range on foreignTextNode from 0 to 1
720 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge on foreignTextNode from 0 to 1 720 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge on foreignTextNode from 0 to 1
721 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to 1 721 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to 1
722 PASS foreignTextNode.data = "", with unselected range collapsed at (foreignTextN ode, 1) 722 PASS foreignTextNode.data = "", with unselected range collapsed at (foreignTextN ode, 1)
723 PASS foreignTextNode.data = "", with selected range collapsed at (foreignTextNod e, 1) 723 PASS foreignTextNode.data = "", with selected range collapsed at (foreignTextNod e, 1)
724 PASS foreignTextNode.data = "foo", with unselected range collapsed at (foreignTe xtNode, 1) 724 PASS foreignTextNode.data = "foo", with unselected range collapsed at (foreignTe xtNode, 1)
725 PASS foreignTextNode.data = "foo", with selected range collapsed at (foreignText Node, 1) 725 PASS foreignTextNode.data = "foo", with selected range collapsed at (foreignText Node, 1)
726 FAIL foreignTextNode.data = foreignTextNode.data, with unselected range collapse d at (foreignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 726 PASS foreignTextNode.data = foreignTextNode.data, with unselected range collapse d at (foreignTextNode, 1)
727 PASS foreignTextNode.data = foreignTextNode.data, with selected range collapsed at (foreignTextNode, 1) 727 PASS foreignTextNode.data = foreignTextNode.data, with selected range collapsed at (foreignTextNode, 1)
728 FAIL foreignTextNode.data += "", with unselected range collapsed at (foreignText Node, 1) assert_equals: Wrong start offset expected 0 but got 1 728 PASS foreignTextNode.data += "", with unselected range collapsed at (foreignText Node, 1)
729 PASS foreignTextNode.data += "", with selected range collapsed at (foreignTextNo de, 1) 729 PASS foreignTextNode.data += "", with selected range collapsed at (foreignTextNo de, 1)
730 PASS foreignTextNode.data += "foo", with unselected range collapsed at (foreignT extNode, 1) 730 PASS foreignTextNode.data += "foo", with unselected range collapsed at (foreignT extNode, 1)
731 PASS foreignTextNode.data += "foo", with selected range collapsed at (foreignTex tNode, 1) 731 PASS foreignTextNode.data += "foo", with selected range collapsed at (foreignTex tNode, 1)
732 PASS foreignTextNode.data += foreignTextNode.data, with unselected range collaps ed at (foreignTextNode, 1) 732 PASS foreignTextNode.data += foreignTextNode.data, with unselected range collaps ed at (foreignTextNode, 1)
733 PASS foreignTextNode.data += foreignTextNode.data, with selected range collapsed at (foreignTextNode, 1) 733 PASS foreignTextNode.data += foreignTextNode.data, with selected range collapsed at (foreignTextNode, 1)
734 PASS foreignTextNode.textContent = "", with unselected range collapsed at (forei gnTextNode, 1) 734 PASS foreignTextNode.textContent = "", with unselected range collapsed at (forei gnTextNode, 1)
735 PASS foreignTextNode.textContent = "", with selected range collapsed at (foreign TextNode, 1) 735 PASS foreignTextNode.textContent = "", with selected range collapsed at (foreign TextNode, 1)
736 PASS foreignTextNode.textContent = "foo", with unselected range collapsed at (fo reignTextNode, 1) 736 PASS foreignTextNode.textContent = "foo", with unselected range collapsed at (fo reignTextNode, 1)
737 PASS foreignTextNode.textContent = "foo", with selected range collapsed at (fore ignTextNode, 1) 737 PASS foreignTextNode.textContent = "foo", with selected range collapsed at (fore ignTextNode, 1)
738 FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, 1) assert_equals: Wrong start offset expect ed 0 but got 1 738 PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, 1)
739 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge collapsed at (foreignTextNode, 1) 739 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge collapsed at (foreignTextNode, 1)
740 FAIL foreignTextNode.textContent += "", with unselected range collapsed at (fore ignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 740 PASS foreignTextNode.textContent += "", with unselected range collapsed at (fore ignTextNode, 1)
741 PASS foreignTextNode.textContent += "", with selected range collapsed at (foreig nTextNode, 1) 741 PASS foreignTextNode.textContent += "", with selected range collapsed at (foreig nTextNode, 1)
742 PASS foreignTextNode.textContent += "foo", with unselected range collapsed at (f oreignTextNode, 1) 742 PASS foreignTextNode.textContent += "foo", with unselected range collapsed at (f oreignTextNode, 1)
743 PASS foreignTextNode.textContent += "foo", with selected range collapsed at (for eignTextNode, 1) 743 PASS foreignTextNode.textContent += "foo", with selected range collapsed at (for eignTextNode, 1)
744 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, 1) 744 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, 1)
745 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange collapsed at (foreignTextNode, 1) 745 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange collapsed at (foreignTextNode, 1)
746 PASS foreignTextNode.nodeValue = "", with unselected range collapsed at (foreign TextNode, 1) 746 PASS foreignTextNode.nodeValue = "", with unselected range collapsed at (foreign TextNode, 1)
747 PASS foreignTextNode.nodeValue = "", with selected range collapsed at (foreignTe xtNode, 1) 747 PASS foreignTextNode.nodeValue = "", with selected range collapsed at (foreignTe xtNode, 1)
748 PASS foreignTextNode.nodeValue = "foo", with unselected range collapsed at (fore ignTextNode, 1) 748 PASS foreignTextNode.nodeValue = "foo", with unselected range collapsed at (fore ignTextNode, 1)
749 PASS foreignTextNode.nodeValue = "foo", with selected range collapsed at (foreig nTextNode, 1) 749 PASS foreignTextNode.nodeValue = "foo", with selected range collapsed at (foreig nTextNode, 1)
750 FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e collapsed at (foreignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 750 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e collapsed at (foreignTextNode, 1)
751 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, 1) 751 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, 1)
752 FAIL foreignTextNode.nodeValue += "", with unselected range collapsed at (foreig nTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 752 PASS foreignTextNode.nodeValue += "", with unselected range collapsed at (foreig nTextNode, 1)
753 PASS foreignTextNode.nodeValue += "", with selected range collapsed at (foreignT extNode, 1) 753 PASS foreignTextNode.nodeValue += "", with selected range collapsed at (foreignT extNode, 1)
754 PASS foreignTextNode.nodeValue += "foo", with unselected range collapsed at (for eignTextNode, 1) 754 PASS foreignTextNode.nodeValue += "foo", with unselected range collapsed at (for eignTextNode, 1)
755 PASS foreignTextNode.nodeValue += "foo", with selected range collapsed at (forei gnTextNode, 1) 755 PASS foreignTextNode.nodeValue += "foo", with selected range collapsed at (forei gnTextNode, 1)
756 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge collapsed at (foreignTextNode, 1) 756 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge collapsed at (foreignTextNode, 1)
757 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, 1) 757 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, 1)
758 PASS foreignTextNode.data = "", with unselected range on foreignTextNode from 0 to foreignTextNode.length 758 PASS foreignTextNode.data = "", with unselected range on foreignTextNode from 0 to foreignTextNode.length
759 PASS foreignTextNode.data = "", with selected range on foreignTextNode from 0 to foreignTextNode.length 759 PASS foreignTextNode.data = "", with selected range on foreignTextNode from 0 to foreignTextNode.length
760 PASS foreignTextNode.data = "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length 760 PASS foreignTextNode.data = "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length
761 PASS foreignTextNode.data = "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length 761 PASS foreignTextNode.data = "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
762 FAIL foreignTextNode.data = foreignTextNode.data, with unselected range on forei gnTextNode from 0 to foreignTextNode.length assert_equals: Wrong end offset expe cted 0 but got 112 762 PASS foreignTextNode.data = foreignTextNode.data, with unselected range on forei gnTextNode from 0 to foreignTextNode.length
763 PASS foreignTextNode.data = foreignTextNode.data, with selected range on foreign TextNode from 0 to foreignTextNode.length 763 PASS foreignTextNode.data = foreignTextNode.data, with selected range on foreign TextNode from 0 to foreignTextNode.length
764 FAIL foreignTextNode.data += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong end offset expected 0 but got 11 2 764 PASS foreignTextNode.data += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length
765 PASS foreignTextNode.data += "", with selected range on foreignTextNode from 0 t o foreignTextNode.length 765 PASS foreignTextNode.data += "", with selected range on foreignTextNode from 0 t o foreignTextNode.length
766 PASS foreignTextNode.data += "foo", with unselected range on foreignTextNode fro m 0 to foreignTextNode.length 766 PASS foreignTextNode.data += "foo", with unselected range on foreignTextNode fro m 0 to foreignTextNode.length
767 PASS foreignTextNode.data += "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length 767 PASS foreignTextNode.data += "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
768 PASS foreignTextNode.data += foreignTextNode.data, with unselected range on fore ignTextNode from 0 to foreignTextNode.length 768 PASS foreignTextNode.data += foreignTextNode.data, with unselected range on fore ignTextNode from 0 to foreignTextNode.length
769 PASS foreignTextNode.data += foreignTextNode.data, with selected range on foreig nTextNode from 0 to foreignTextNode.length 769 PASS foreignTextNode.data += foreignTextNode.data, with selected range on foreig nTextNode from 0 to foreignTextNode.length
770 PASS foreignTextNode.textContent = "", with unselected range on foreignTextNode from 0 to foreignTextNode.length 770 PASS foreignTextNode.textContent = "", with unselected range on foreignTextNode from 0 to foreignTextNode.length
771 PASS foreignTextNode.textContent = "", with selected range on foreignTextNode fr om 0 to foreignTextNode.length 771 PASS foreignTextNode.textContent = "", with selected range on foreignTextNode fr om 0 to foreignTextNode.length
772 PASS foreignTextNode.textContent = "foo", with unselected range on foreignTextNo de from 0 to foreignTextNode.length 772 PASS foreignTextNode.textContent = "foo", with unselected range on foreignTextNo de from 0 to foreignTextNode.length
773 PASS foreignTextNode.textContent = "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length 773 PASS foreignTextNode.textContent = "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
774 FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong e nd offset expected 0 but got 112 774 PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to foreignTextNode.length
775 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge on foreignTextNode from 0 to foreignTextNode.length 775 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge on foreignTextNode from 0 to foreignTextNode.length
776 FAIL foreignTextNode.textContent += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong end offset expected 0 but got 112 776 PASS foreignTextNode.textContent += "", with unselected range on foreignTextNode from 0 to foreignTextNode.length
777 PASS foreignTextNode.textContent += "", with selected range on foreignTextNode f rom 0 to foreignTextNode.length 777 PASS foreignTextNode.textContent += "", with selected range on foreignTextNode f rom 0 to foreignTextNode.length
778 PASS foreignTextNode.textContent += "foo", with unselected range on foreignTextN ode from 0 to foreignTextNode.length 778 PASS foreignTextNode.textContent += "foo", with unselected range on foreignTextN ode from 0 to foreignTextNode.length
779 PASS foreignTextNode.textContent += "foo", with selected range on foreignTextNod e from 0 to foreignTextNode.length 779 PASS foreignTextNode.textContent += "foo", with selected range on foreignTextNod e from 0 to foreignTextNode.length
780 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to foreignTextNode.length 780 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range on foreignTextNode from 0 to foreignTextNode.length
781 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange on foreignTextNode from 0 to foreignTextNode.length 781 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange on foreignTextNode from 0 to foreignTextNode.length
782 PASS foreignTextNode.nodeValue = "", with unselected range on foreignTextNode fr om 0 to foreignTextNode.length 782 PASS foreignTextNode.nodeValue = "", with unselected range on foreignTextNode fr om 0 to foreignTextNode.length
783 PASS foreignTextNode.nodeValue = "", with selected range on foreignTextNode from 0 to foreignTextNode.length 783 PASS foreignTextNode.nodeValue = "", with selected range on foreignTextNode from 0 to foreignTextNode.length
784 PASS foreignTextNode.nodeValue = "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length 784 PASS foreignTextNode.nodeValue = "foo", with unselected range on foreignTextNode from 0 to foreignTextNode.length
785 PASS foreignTextNode.nodeValue = "foo", with selected range on foreignTextNode f rom 0 to foreignTextNode.length 785 PASS foreignTextNode.nodeValue = "foo", with selected range on foreignTextNode f rom 0 to foreignTextNode.length
786 FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e on foreignTextNode from 0 to foreignTextNode.length assert_equals: Wrong end o ffset expected 0 but got 112 786 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e on foreignTextNode from 0 to foreignTextNode.length
787 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to foreignTextNode.length 787 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to foreignTextNode.length
788 FAIL foreignTextNode.nodeValue += "", with unselected range on foreignTextNode f rom 0 to foreignTextNode.length assert_equals: Wrong end offset expected 0 but g ot 112 788 PASS foreignTextNode.nodeValue += "", with unselected range on foreignTextNode f rom 0 to foreignTextNode.length
789 PASS foreignTextNode.nodeValue += "", with selected range on foreignTextNode fro m 0 to foreignTextNode.length 789 PASS foreignTextNode.nodeValue += "", with selected range on foreignTextNode fro m 0 to foreignTextNode.length
790 PASS foreignTextNode.nodeValue += "foo", with unselected range on foreignTextNod e from 0 to foreignTextNode.length 790 PASS foreignTextNode.nodeValue += "foo", with unselected range on foreignTextNod e from 0 to foreignTextNode.length
791 PASS foreignTextNode.nodeValue += "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length 791 PASS foreignTextNode.nodeValue += "foo", with selected range on foreignTextNode from 0 to foreignTextNode.length
792 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge on foreignTextNode from 0 to foreignTextNode.length 792 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge on foreignTextNode from 0 to foreignTextNode.length
793 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to foreignTextNode.length 793 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range on foreignTextNode from 0 to foreignTextNode.length
794 PASS foreignTextNode.data = "", with unselected range on foreignTextNode from 1 to foreignTextNode.length 794 PASS foreignTextNode.data = "", with unselected range on foreignTextNode from 1 to foreignTextNode.length
795 PASS foreignTextNode.data = "", with selected range on foreignTextNode from 1 to foreignTextNode.length 795 PASS foreignTextNode.data = "", with selected range on foreignTextNode from 1 to foreignTextNode.length
796 PASS foreignTextNode.data = "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length 796 PASS foreignTextNode.data = "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length
797 PASS foreignTextNode.data = "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length 797 PASS foreignTextNode.data = "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
798 FAIL foreignTextNode.data = foreignTextNode.data, with unselected range on forei gnTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset ex pected 0 but got 1 798 PASS foreignTextNode.data = foreignTextNode.data, with unselected range on forei gnTextNode from 1 to foreignTextNode.length
799 PASS foreignTextNode.data = foreignTextNode.data, with selected range on foreign TextNode from 1 to foreignTextNode.length 799 PASS foreignTextNode.data = foreignTextNode.data, with selected range on foreign TextNode from 1 to foreignTextNode.length
800 FAIL foreignTextNode.data += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 but got 1 800 PASS foreignTextNode.data += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length
801 PASS foreignTextNode.data += "", with selected range on foreignTextNode from 1 t o foreignTextNode.length 801 PASS foreignTextNode.data += "", with selected range on foreignTextNode from 1 t o foreignTextNode.length
802 PASS foreignTextNode.data += "foo", with unselected range on foreignTextNode fro m 1 to foreignTextNode.length 802 PASS foreignTextNode.data += "foo", with unselected range on foreignTextNode fro m 1 to foreignTextNode.length
803 PASS foreignTextNode.data += "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length 803 PASS foreignTextNode.data += "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
804 PASS foreignTextNode.data += foreignTextNode.data, with unselected range on fore ignTextNode from 1 to foreignTextNode.length 804 PASS foreignTextNode.data += foreignTextNode.data, with unselected range on fore ignTextNode from 1 to foreignTextNode.length
805 PASS foreignTextNode.data += foreignTextNode.data, with selected range on foreig nTextNode from 1 to foreignTextNode.length 805 PASS foreignTextNode.data += foreignTextNode.data, with selected range on foreig nTextNode from 1 to foreignTextNode.length
806 PASS foreignTextNode.textContent = "", with unselected range on foreignTextNode from 1 to foreignTextNode.length 806 PASS foreignTextNode.textContent = "", with unselected range on foreignTextNode from 1 to foreignTextNode.length
807 PASS foreignTextNode.textContent = "", with selected range on foreignTextNode fr om 1 to foreignTextNode.length 807 PASS foreignTextNode.textContent = "", with selected range on foreignTextNode fr om 1 to foreignTextNode.length
808 PASS foreignTextNode.textContent = "foo", with unselected range on foreignTextNo de from 1 to foreignTextNode.length 808 PASS foreignTextNode.textContent = "foo", with unselected range on foreignTextNo de from 1 to foreignTextNode.length
809 PASS foreignTextNode.textContent = "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length 809 PASS foreignTextNode.textContent = "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
810 FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong s tart offset expected 0 but got 1 810 PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range on foreignTextNode from 1 to foreignTextNode.length
811 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge on foreignTextNode from 1 to foreignTextNode.length 811 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge on foreignTextNode from 1 to foreignTextNode.length
812 FAIL foreignTextNode.textContent += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 b ut got 1 812 PASS foreignTextNode.textContent += "", with unselected range on foreignTextNode from 1 to foreignTextNode.length
813 PASS foreignTextNode.textContent += "", with selected range on foreignTextNode f rom 1 to foreignTextNode.length 813 PASS foreignTextNode.textContent += "", with selected range on foreignTextNode f rom 1 to foreignTextNode.length
814 PASS foreignTextNode.textContent += "foo", with unselected range on foreignTextN ode from 1 to foreignTextNode.length 814 PASS foreignTextNode.textContent += "foo", with unselected range on foreignTextN ode from 1 to foreignTextNode.length
815 PASS foreignTextNode.textContent += "foo", with selected range on foreignTextNod e from 1 to foreignTextNode.length 815 PASS foreignTextNode.textContent += "foo", with selected range on foreignTextNod e from 1 to foreignTextNode.length
816 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range on foreignTextNode from 1 to foreignTextNode.length 816 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range on foreignTextNode from 1 to foreignTextNode.length
817 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange on foreignTextNode from 1 to foreignTextNode.length 817 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange on foreignTextNode from 1 to foreignTextNode.length
818 PASS foreignTextNode.nodeValue = "", with unselected range on foreignTextNode fr om 1 to foreignTextNode.length 818 PASS foreignTextNode.nodeValue = "", with unselected range on foreignTextNode fr om 1 to foreignTextNode.length
819 PASS foreignTextNode.nodeValue = "", with selected range on foreignTextNode from 1 to foreignTextNode.length 819 PASS foreignTextNode.nodeValue = "", with selected range on foreignTextNode from 1 to foreignTextNode.length
820 PASS foreignTextNode.nodeValue = "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length 820 PASS foreignTextNode.nodeValue = "foo", with unselected range on foreignTextNode from 1 to foreignTextNode.length
821 PASS foreignTextNode.nodeValue = "foo", with selected range on foreignTextNode f rom 1 to foreignTextNode.length 821 PASS foreignTextNode.nodeValue = "foo", with selected range on foreignTextNode f rom 1 to foreignTextNode.length
822 FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e on foreignTextNode from 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 but got 1 822 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e on foreignTextNode from 1 to foreignTextNode.length
823 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range on foreignTextNode from 1 to foreignTextNode.length 823 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range on foreignTextNode from 1 to foreignTextNode.length
824 FAIL foreignTextNode.nodeValue += "", with unselected range on foreignTextNode f rom 1 to foreignTextNode.length assert_equals: Wrong start offset expected 0 but got 1 824 PASS foreignTextNode.nodeValue += "", with unselected range on foreignTextNode f rom 1 to foreignTextNode.length
825 PASS foreignTextNode.nodeValue += "", with selected range on foreignTextNode fro m 1 to foreignTextNode.length 825 PASS foreignTextNode.nodeValue += "", with selected range on foreignTextNode fro m 1 to foreignTextNode.length
826 PASS foreignTextNode.nodeValue += "foo", with unselected range on foreignTextNod e from 1 to foreignTextNode.length 826 PASS foreignTextNode.nodeValue += "foo", with unselected range on foreignTextNod e from 1 to foreignTextNode.length
827 PASS foreignTextNode.nodeValue += "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length 827 PASS foreignTextNode.nodeValue += "foo", with selected range on foreignTextNode from 1 to foreignTextNode.length
828 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge on foreignTextNode from 1 to foreignTextNode.length 828 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge on foreignTextNode from 1 to foreignTextNode.length
829 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range on foreignTextNode from 1 to foreignTextNode.length 829 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range on foreignTextNode from 1 to foreignTextNode.length
830 PASS foreignTextNode.data = "", with unselected range collapsed at (foreignTextN ode, foreignTextNode.length) 830 PASS foreignTextNode.data = "", with unselected range collapsed at (foreignTextN ode, foreignTextNode.length)
831 PASS foreignTextNode.data = "", with selected range collapsed at (foreignTextNod e, foreignTextNode.length) 831 PASS foreignTextNode.data = "", with selected range collapsed at (foreignTextNod e, foreignTextNode.length)
832 PASS foreignTextNode.data = "foo", with unselected range collapsed at (foreignTe xtNode, foreignTextNode.length) 832 PASS foreignTextNode.data = "foo", with unselected range collapsed at (foreignTe xtNode, foreignTextNode.length)
833 PASS foreignTextNode.data = "foo", with selected range collapsed at (foreignText Node, foreignTextNode.length) 833 PASS foreignTextNode.data = "foo", with selected range collapsed at (foreignText Node, foreignTextNode.length)
834 FAIL foreignTextNode.data = foreignTextNode.data, with unselected range collapse d at (foreignTextNode, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but got 112 834 PASS foreignTextNode.data = foreignTextNode.data, with unselected range collapse d at (foreignTextNode, foreignTextNode.length)
835 PASS foreignTextNode.data = foreignTextNode.data, with selected range collapsed at (foreignTextNode, foreignTextNode.length) 835 PASS foreignTextNode.data = foreignTextNode.data, with selected range collapsed at (foreignTextNode, foreignTextNode.length)
836 FAIL foreignTextNode.data += "", with unselected range collapsed at (foreignText Node, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but g ot 112 836 PASS foreignTextNode.data += "", with unselected range collapsed at (foreignText Node, foreignTextNode.length)
837 PASS foreignTextNode.data += "", with selected range collapsed at (foreignTextNo de, foreignTextNode.length) 837 PASS foreignTextNode.data += "", with selected range collapsed at (foreignTextNo de, foreignTextNode.length)
838 PASS foreignTextNode.data += "foo", with unselected range collapsed at (foreignT extNode, foreignTextNode.length) 838 PASS foreignTextNode.data += "foo", with unselected range collapsed at (foreignT extNode, foreignTextNode.length)
839 PASS foreignTextNode.data += "foo", with selected range collapsed at (foreignTex tNode, foreignTextNode.length) 839 PASS foreignTextNode.data += "foo", with selected range collapsed at (foreignTex tNode, foreignTextNode.length)
840 PASS foreignTextNode.data += foreignTextNode.data, with unselected range collaps ed at (foreignTextNode, foreignTextNode.length) 840 PASS foreignTextNode.data += foreignTextNode.data, with unselected range collaps ed at (foreignTextNode, foreignTextNode.length)
841 PASS foreignTextNode.data += foreignTextNode.data, with selected range collapsed at (foreignTextNode, foreignTextNode.length) 841 PASS foreignTextNode.data += foreignTextNode.data, with selected range collapsed at (foreignTextNode, foreignTextNode.length)
842 PASS foreignTextNode.textContent = "", with unselected range collapsed at (forei gnTextNode, foreignTextNode.length) 842 PASS foreignTextNode.textContent = "", with unselected range collapsed at (forei gnTextNode, foreignTextNode.length)
843 PASS foreignTextNode.textContent = "", with selected range collapsed at (foreign TextNode, foreignTextNode.length) 843 PASS foreignTextNode.textContent = "", with selected range collapsed at (foreign TextNode, foreignTextNode.length)
844 PASS foreignTextNode.textContent = "foo", with unselected range collapsed at (fo reignTextNode, foreignTextNode.length) 844 PASS foreignTextNode.textContent = "foo", with unselected range collapsed at (fo reignTextNode, foreignTextNode.length)
845 PASS foreignTextNode.textContent = "foo", with selected range collapsed at (fore ignTextNode, foreignTextNode.length) 845 PASS foreignTextNode.textContent = "foo", with selected range collapsed at (fore ignTextNode, foreignTextNode.length)
846 FAIL foreignTextNode.textContent = foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, foreignTextNode.length) assert_equals: Wron g start offset expected 0 but got 112 846 PASS foreignTextNode.textContent = foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
847 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge collapsed at (foreignTextNode, foreignTextNode.length) 847 PASS foreignTextNode.textContent = foreignTextNode.textContent, with selected ra nge collapsed at (foreignTextNode, foreignTextNode.length)
848 FAIL foreignTextNode.textContent += "", with unselected range collapsed at (fore ignTextNode, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but got 112 848 PASS foreignTextNode.textContent += "", with unselected range collapsed at (fore ignTextNode, foreignTextNode.length)
849 PASS foreignTextNode.textContent += "", with selected range collapsed at (foreig nTextNode, foreignTextNode.length) 849 PASS foreignTextNode.textContent += "", with selected range collapsed at (foreig nTextNode, foreignTextNode.length)
850 PASS foreignTextNode.textContent += "foo", with unselected range collapsed at (f oreignTextNode, foreignTextNode.length) 850 PASS foreignTextNode.textContent += "foo", with unselected range collapsed at (f oreignTextNode, foreignTextNode.length)
851 PASS foreignTextNode.textContent += "foo", with selected range collapsed at (for eignTextNode, foreignTextNode.length) 851 PASS foreignTextNode.textContent += "foo", with selected range collapsed at (for eignTextNode, foreignTextNode.length)
852 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, foreignTextNode.length) 852 PASS foreignTextNode.textContent += foreignTextNode.textContent, with unselected range collapsed at (foreignTextNode, foreignTextNode.length)
853 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange collapsed at (foreignTextNode, foreignTextNode.length) 853 PASS foreignTextNode.textContent += foreignTextNode.textContent, with selected r ange collapsed at (foreignTextNode, foreignTextNode.length)
854 PASS foreignTextNode.nodeValue = "", with unselected range collapsed at (foreign TextNode, foreignTextNode.length) 854 PASS foreignTextNode.nodeValue = "", with unselected range collapsed at (foreign TextNode, foreignTextNode.length)
855 PASS foreignTextNode.nodeValue = "", with selected range collapsed at (foreignTe xtNode, foreignTextNode.length) 855 PASS foreignTextNode.nodeValue = "", with selected range collapsed at (foreignTe xtNode, foreignTextNode.length)
856 PASS foreignTextNode.nodeValue = "foo", with unselected range collapsed at (fore ignTextNode, foreignTextNode.length) 856 PASS foreignTextNode.nodeValue = "foo", with unselected range collapsed at (fore ignTextNode, foreignTextNode.length)
857 PASS foreignTextNode.nodeValue = "foo", with selected range collapsed at (foreig nTextNode, foreignTextNode.length) 857 PASS foreignTextNode.nodeValue = "foo", with selected range collapsed at (foreig nTextNode, foreignTextNode.length)
858 FAIL foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e collapsed at (foreignTextNode, foreignTextNode.length) assert_equals: Wrong st art offset expected 0 but got 112 858 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with unselected rang e collapsed at (foreignTextNode, foreignTextNode.length)
859 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, foreignTextNode.length) 859 PASS foreignTextNode.nodeValue = foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, foreignTextNode.length)
860 FAIL foreignTextNode.nodeValue += "", with unselected range collapsed at (foreig nTextNode, foreignTextNode.length) assert_equals: Wrong start offset expected 0 but got 112 860 PASS foreignTextNode.nodeValue += "", with unselected range collapsed at (foreig nTextNode, foreignTextNode.length)
861 PASS foreignTextNode.nodeValue += "", with selected range collapsed at (foreignT extNode, foreignTextNode.length) 861 PASS foreignTextNode.nodeValue += "", with selected range collapsed at (foreignT extNode, foreignTextNode.length)
862 PASS foreignTextNode.nodeValue += "foo", with unselected range collapsed at (for eignTextNode, foreignTextNode.length) 862 PASS foreignTextNode.nodeValue += "foo", with unselected range collapsed at (for eignTextNode, foreignTextNode.length)
863 PASS foreignTextNode.nodeValue += "foo", with selected range collapsed at (forei gnTextNode, foreignTextNode.length) 863 PASS foreignTextNode.nodeValue += "foo", with selected range collapsed at (forei gnTextNode, foreignTextNode.length)
864 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge collapsed at (foreignTextNode, foreignTextNode.length) 864 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with unselected ran ge collapsed at (foreignTextNode, foreignTextNode.length)
865 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, foreignTextNode.length) 865 PASS foreignTextNode.nodeValue += foreignTextNode.nodeValue, with selected range collapsed at (foreignTextNode, foreignTextNode.length)
866 PASS xmlTextNode.data = "", with unselected range collapsed at (xmlTextNode, 0) 866 PASS xmlTextNode.data = "", with unselected range collapsed at (xmlTextNode, 0)
867 PASS xmlTextNode.data = "", with selected range collapsed at (xmlTextNode, 0) 867 PASS xmlTextNode.data = "", with selected range collapsed at (xmlTextNode, 0)
868 PASS xmlTextNode.data = "foo", with unselected range collapsed at (xmlTextNode, 0) 868 PASS xmlTextNode.data = "foo", with unselected range collapsed at (xmlTextNode, 0)
869 PASS xmlTextNode.data = "foo", with selected range collapsed at (xmlTextNode, 0) 869 PASS xmlTextNode.data = "foo", with selected range collapsed at (xmlTextNode, 0)
870 PASS xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xm lTextNode, 0) 870 PASS xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xm lTextNode, 0)
(...skipping 25 matching lines...) Expand all
896 PASS xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNod e, 0) 896 PASS xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNod e, 0)
897 PASS xmlTextNode.nodeValue += "", with selected range collapsed at (xmlTextNode, 0) 897 PASS xmlTextNode.nodeValue += "", with selected range collapsed at (xmlTextNode, 0)
898 PASS xmlTextNode.nodeValue += "foo", with unselected range collapsed at (xmlText Node, 0) 898 PASS xmlTextNode.nodeValue += "foo", with unselected range collapsed at (xmlText Node, 0)
899 PASS xmlTextNode.nodeValue += "foo", with selected range collapsed at (xmlTextNo de, 0) 899 PASS xmlTextNode.nodeValue += "foo", with selected range collapsed at (xmlTextNo de, 0)
900 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range colla psed at (xmlTextNode, 0) 900 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range colla psed at (xmlTextNode, 0)
901 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range collaps ed at (xmlTextNode, 0) 901 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range collaps ed at (xmlTextNode, 0)
902 PASS xmlTextNode.data = "", with unselected range on xmlTextNode from 0 to 1 902 PASS xmlTextNode.data = "", with unselected range on xmlTextNode from 0 to 1
903 PASS xmlTextNode.data = "", with selected range on xmlTextNode from 0 to 1 903 PASS xmlTextNode.data = "", with selected range on xmlTextNode from 0 to 1
904 PASS xmlTextNode.data = "foo", with unselected range on xmlTextNode from 0 to 1 904 PASS xmlTextNode.data = "foo", with unselected range on xmlTextNode from 0 to 1
905 PASS xmlTextNode.data = "foo", with selected range on xmlTextNode from 0 to 1 905 PASS xmlTextNode.data = "foo", with selected range on xmlTextNode from 0 to 1
906 FAIL xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode f rom 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 906 PASS xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode f rom 0 to 1
907 PASS xmlTextNode.data = xmlTextNode.data, with selected range on xmlTextNode fro m 0 to 1 907 PASS xmlTextNode.data = xmlTextNode.data, with selected range on xmlTextNode fro m 0 to 1
908 FAIL xmlTextNode.data += "", with unselected range on xmlTextNode from 0 to 1 as sert_equals: Wrong end offset expected 0 but got 1 908 PASS xmlTextNode.data += "", with unselected range on xmlTextNode from 0 to 1
909 PASS xmlTextNode.data += "", with selected range on xmlTextNode from 0 to 1 909 PASS xmlTextNode.data += "", with selected range on xmlTextNode from 0 to 1
910 PASS xmlTextNode.data += "foo", with unselected range on xmlTextNode from 0 to 1 910 PASS xmlTextNode.data += "foo", with unselected range on xmlTextNode from 0 to 1
911 PASS xmlTextNode.data += "foo", with selected range on xmlTextNode from 0 to 1 911 PASS xmlTextNode.data += "foo", with selected range on xmlTextNode from 0 to 1
912 PASS xmlTextNode.data += xmlTextNode.data, with unselected range on xmlTextNode from 0 to 1 912 PASS xmlTextNode.data += xmlTextNode.data, with unselected range on xmlTextNode from 0 to 1
913 PASS xmlTextNode.data += xmlTextNode.data, with selected range on xmlTextNode fr om 0 to 1 913 PASS xmlTextNode.data += xmlTextNode.data, with selected range on xmlTextNode fr om 0 to 1
914 PASS xmlTextNode.textContent = "", with unselected range on xmlTextNode from 0 t o 1 914 PASS xmlTextNode.textContent = "", with unselected range on xmlTextNode from 0 t o 1
915 PASS xmlTextNode.textContent = "", with selected range on xmlTextNode from 0 to 1 915 PASS xmlTextNode.textContent = "", with selected range on xmlTextNode from 0 to 1
916 PASS xmlTextNode.textContent = "foo", with unselected range on xmlTextNode from 0 to 1 916 PASS xmlTextNode.textContent = "foo", with unselected range on xmlTextNode from 0 to 1
917 PASS xmlTextNode.textContent = "foo", with selected range on xmlTextNode from 0 to 1 917 PASS xmlTextNode.textContent = "foo", with selected range on xmlTextNode from 0 to 1
918 FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 918 PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 0 to 1
919 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range on x mlTextNode from 0 to 1 919 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range on x mlTextNode from 0 to 1
920 FAIL xmlTextNode.textContent += "", with unselected range on xmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 920 PASS xmlTextNode.textContent += "", with unselected range on xmlTextNode from 0 to 1
921 PASS xmlTextNode.textContent += "", with selected range on xmlTextNode from 0 to 1 921 PASS xmlTextNode.textContent += "", with selected range on xmlTextNode from 0 to 1
922 PASS xmlTextNode.textContent += "foo", with unselected range on xmlTextNode from 0 to 1 922 PASS xmlTextNode.textContent += "foo", with unselected range on xmlTextNode from 0 to 1
923 PASS xmlTextNode.textContent += "foo", with selected range on xmlTextNode from 0 to 1 923 PASS xmlTextNode.textContent += "foo", with selected range on xmlTextNode from 0 to 1
924 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range o n xmlTextNode from 0 to 1 924 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range o n xmlTextNode from 0 to 1
925 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range on xmlTextNode from 0 to 1 925 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range on xmlTextNode from 0 to 1
926 PASS xmlTextNode.nodeValue = "", with unselected range on xmlTextNode from 0 to 1 926 PASS xmlTextNode.nodeValue = "", with unselected range on xmlTextNode from 0 to 1
927 PASS xmlTextNode.nodeValue = "", with selected range on xmlTextNode from 0 to 1 927 PASS xmlTextNode.nodeValue = "", with selected range on xmlTextNode from 0 to 1
928 PASS xmlTextNode.nodeValue = "foo", with unselected range on xmlTextNode from 0 to 1 928 PASS xmlTextNode.nodeValue = "foo", with unselected range on xmlTextNode from 0 to 1
929 PASS xmlTextNode.nodeValue = "foo", with selected range on xmlTextNode from 0 to 1 929 PASS xmlTextNode.nodeValue = "foo", with selected range on xmlTextNode from 0 to 1
930 FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xml TextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 930 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xml TextNode from 0 to 1
931 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range on xmlTe xtNode from 0 to 1 931 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range on xmlTe xtNode from 0 to 1
932 FAIL xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 932 PASS xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 0 to 1
933 PASS xmlTextNode.nodeValue += "", with selected range on xmlTextNode from 0 to 1 933 PASS xmlTextNode.nodeValue += "", with selected range on xmlTextNode from 0 to 1
934 PASS xmlTextNode.nodeValue += "foo", with unselected range on xmlTextNode from 0 to 1 934 PASS xmlTextNode.nodeValue += "foo", with unselected range on xmlTextNode from 0 to 1
935 PASS xmlTextNode.nodeValue += "foo", with selected range on xmlTextNode from 0 t o 1 935 PASS xmlTextNode.nodeValue += "foo", with selected range on xmlTextNode from 0 t o 1
936 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range on xm lTextNode from 0 to 1 936 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range on xm lTextNode from 0 to 1
937 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range on xmlT extNode from 0 to 1 937 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range on xmlT extNode from 0 to 1
938 PASS xmlTextNode.data = "", with unselected range collapsed at (xmlTextNode, 1) 938 PASS xmlTextNode.data = "", with unselected range collapsed at (xmlTextNode, 1)
939 PASS xmlTextNode.data = "", with selected range collapsed at (xmlTextNode, 1) 939 PASS xmlTextNode.data = "", with selected range collapsed at (xmlTextNode, 1)
940 PASS xmlTextNode.data = "foo", with unselected range collapsed at (xmlTextNode, 1) 940 PASS xmlTextNode.data = "foo", with unselected range collapsed at (xmlTextNode, 1)
941 PASS xmlTextNode.data = "foo", with selected range collapsed at (xmlTextNode, 1) 941 PASS xmlTextNode.data = "foo", with selected range collapsed at (xmlTextNode, 1)
942 FAIL xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xm lTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 942 PASS xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xm lTextNode, 1)
943 PASS xmlTextNode.data = xmlTextNode.data, with selected range collapsed at (xmlT extNode, 1) 943 PASS xmlTextNode.data = xmlTextNode.data, with selected range collapsed at (xmlT extNode, 1)
944 FAIL xmlTextNode.data += "", with unselected range collapsed at (xmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 944 PASS xmlTextNode.data += "", with unselected range collapsed at (xmlTextNode, 1)
945 PASS xmlTextNode.data += "", with selected range collapsed at (xmlTextNode, 1) 945 PASS xmlTextNode.data += "", with selected range collapsed at (xmlTextNode, 1)
946 PASS xmlTextNode.data += "foo", with unselected range collapsed at (xmlTextNode, 1) 946 PASS xmlTextNode.data += "foo", with unselected range collapsed at (xmlTextNode, 1)
947 PASS xmlTextNode.data += "foo", with selected range collapsed at (xmlTextNode, 1 ) 947 PASS xmlTextNode.data += "foo", with selected range collapsed at (xmlTextNode, 1 )
948 PASS xmlTextNode.data += xmlTextNode.data, with unselected range collapsed at (x mlTextNode, 1) 948 PASS xmlTextNode.data += xmlTextNode.data, with unselected range collapsed at (x mlTextNode, 1)
949 PASS xmlTextNode.data += xmlTextNode.data, with selected range collapsed at (xml TextNode, 1) 949 PASS xmlTextNode.data += xmlTextNode.data, with selected range collapsed at (xml TextNode, 1)
950 PASS xmlTextNode.textContent = "", with unselected range collapsed at (xmlTextNo de, 1) 950 PASS xmlTextNode.textContent = "", with unselected range collapsed at (xmlTextNo de, 1)
951 PASS xmlTextNode.textContent = "", with selected range collapsed at (xmlTextNode , 1) 951 PASS xmlTextNode.textContent = "", with selected range collapsed at (xmlTextNode , 1)
952 PASS xmlTextNode.textContent = "foo", with unselected range collapsed at (xmlTex tNode, 1) 952 PASS xmlTextNode.textContent = "foo", with unselected range collapsed at (xmlTex tNode, 1)
953 PASS xmlTextNode.textContent = "foo", with selected range collapsed at (xmlTextN ode, 1) 953 PASS xmlTextNode.textContent = "foo", with selected range collapsed at (xmlTextN ode, 1)
954 FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range co llapsed at (xmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 954 PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range co llapsed at (xmlTextNode, 1)
955 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range coll apsed at (xmlTextNode, 1) 955 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range coll apsed at (xmlTextNode, 1)
956 FAIL xmlTextNode.textContent += "", with unselected range collapsed at (xmlTextN ode, 1) assert_equals: Wrong start offset expected 0 but got 1 956 PASS xmlTextNode.textContent += "", with unselected range collapsed at (xmlTextN ode, 1)
957 PASS xmlTextNode.textContent += "", with selected range collapsed at (xmlTextNod e, 1) 957 PASS xmlTextNode.textContent += "", with selected range collapsed at (xmlTextNod e, 1)
958 PASS xmlTextNode.textContent += "foo", with unselected range collapsed at (xmlTe xtNode, 1) 958 PASS xmlTextNode.textContent += "foo", with unselected range collapsed at (xmlTe xtNode, 1)
959 PASS xmlTextNode.textContent += "foo", with selected range collapsed at (xmlText Node, 1) 959 PASS xmlTextNode.textContent += "foo", with selected range collapsed at (xmlText Node, 1)
960 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range c ollapsed at (xmlTextNode, 1) 960 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range c ollapsed at (xmlTextNode, 1)
961 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range col lapsed at (xmlTextNode, 1) 961 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range col lapsed at (xmlTextNode, 1)
962 PASS xmlTextNode.nodeValue = "", with unselected range collapsed at (xmlTextNode , 1) 962 PASS xmlTextNode.nodeValue = "", with unselected range collapsed at (xmlTextNode , 1)
963 PASS xmlTextNode.nodeValue = "", with selected range collapsed at (xmlTextNode, 1) 963 PASS xmlTextNode.nodeValue = "", with selected range collapsed at (xmlTextNode, 1)
964 PASS xmlTextNode.nodeValue = "foo", with unselected range collapsed at (xmlTextN ode, 1) 964 PASS xmlTextNode.nodeValue = "foo", with unselected range collapsed at (xmlTextN ode, 1)
965 PASS xmlTextNode.nodeValue = "foo", with selected range collapsed at (xmlTextNod e, 1) 965 PASS xmlTextNode.nodeValue = "foo", with selected range collapsed at (xmlTextNod e, 1)
966 FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range collap sed at (xmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 966 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range collap sed at (xmlTextNode, 1)
967 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range collapse d at (xmlTextNode, 1) 967 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range collapse d at (xmlTextNode, 1)
968 FAIL xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNod e, 1) assert_equals: Wrong start offset expected 0 but got 1 968 PASS xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNod e, 1)
969 PASS xmlTextNode.nodeValue += "", with selected range collapsed at (xmlTextNode, 1) 969 PASS xmlTextNode.nodeValue += "", with selected range collapsed at (xmlTextNode, 1)
970 PASS xmlTextNode.nodeValue += "foo", with unselected range collapsed at (xmlText Node, 1) 970 PASS xmlTextNode.nodeValue += "foo", with unselected range collapsed at (xmlText Node, 1)
971 PASS xmlTextNode.nodeValue += "foo", with selected range collapsed at (xmlTextNo de, 1) 971 PASS xmlTextNode.nodeValue += "foo", with selected range collapsed at (xmlTextNo de, 1)
972 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range colla psed at (xmlTextNode, 1) 972 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range colla psed at (xmlTextNode, 1)
973 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range collaps ed at (xmlTextNode, 1) 973 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range collaps ed at (xmlTextNode, 1)
974 PASS xmlTextNode.data = "", with unselected range on xmlTextNode from 0 to xmlTe xtNode.length 974 PASS xmlTextNode.data = "", with unselected range on xmlTextNode from 0 to xmlTe xtNode.length
975 PASS xmlTextNode.data = "", with selected range on xmlTextNode from 0 to xmlText Node.length 975 PASS xmlTextNode.data = "", with selected range on xmlTextNode from 0 to xmlText Node.length
976 PASS xmlTextNode.data = "foo", with unselected range on xmlTextNode from 0 to xm lTextNode.length 976 PASS xmlTextNode.data = "foo", with unselected range on xmlTextNode from 0 to xm lTextNode.length
977 PASS xmlTextNode.data = "foo", with selected range on xmlTextNode from 0 to xmlT extNode.length 977 PASS xmlTextNode.data = "foo", with selected range on xmlTextNode from 0 to xmlT extNode.length
978 FAIL xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode f rom 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 2 0 978 PASS xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode f rom 0 to xmlTextNode.length
979 PASS xmlTextNode.data = xmlTextNode.data, with selected range on xmlTextNode fro m 0 to xmlTextNode.length 979 PASS xmlTextNode.data = xmlTextNode.data, with selected range on xmlTextNode fro m 0 to xmlTextNode.length
980 FAIL xmlTextNode.data += "", with unselected range on xmlTextNode from 0 to xmlT extNode.length assert_equals: Wrong end offset expected 0 but got 20 980 PASS xmlTextNode.data += "", with unselected range on xmlTextNode from 0 to xmlT extNode.length
981 PASS xmlTextNode.data += "", with selected range on xmlTextNode from 0 to xmlTex tNode.length 981 PASS xmlTextNode.data += "", with selected range on xmlTextNode from 0 to xmlTex tNode.length
982 PASS xmlTextNode.data += "foo", with unselected range on xmlTextNode from 0 to x mlTextNode.length 982 PASS xmlTextNode.data += "foo", with unselected range on xmlTextNode from 0 to x mlTextNode.length
983 PASS xmlTextNode.data += "foo", with selected range on xmlTextNode from 0 to xml TextNode.length 983 PASS xmlTextNode.data += "foo", with selected range on xmlTextNode from 0 to xml TextNode.length
984 PASS xmlTextNode.data += xmlTextNode.data, with unselected range on xmlTextNode from 0 to xmlTextNode.length 984 PASS xmlTextNode.data += xmlTextNode.data, with unselected range on xmlTextNode from 0 to xmlTextNode.length
985 PASS xmlTextNode.data += xmlTextNode.data, with selected range on xmlTextNode fr om 0 to xmlTextNode.length 985 PASS xmlTextNode.data += xmlTextNode.data, with selected range on xmlTextNode fr om 0 to xmlTextNode.length
986 PASS xmlTextNode.textContent = "", with unselected range on xmlTextNode from 0 t o xmlTextNode.length 986 PASS xmlTextNode.textContent = "", with unselected range on xmlTextNode from 0 t o xmlTextNode.length
987 PASS xmlTextNode.textContent = "", with selected range on xmlTextNode from 0 to xmlTextNode.length 987 PASS xmlTextNode.textContent = "", with selected range on xmlTextNode from 0 to xmlTextNode.length
988 PASS xmlTextNode.textContent = "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length 988 PASS xmlTextNode.textContent = "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
989 PASS xmlTextNode.textContent = "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length 989 PASS xmlTextNode.textContent = "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length
990 FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expect ed 0 but got 20 990 PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 0 to xmlTextNode.length
991 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range on x mlTextNode from 0 to xmlTextNode.length 991 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range on x mlTextNode from 0 to xmlTextNode.length
992 FAIL xmlTextNode.textContent += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 20 992 PASS xmlTextNode.textContent += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length
993 PASS xmlTextNode.textContent += "", with selected range on xmlTextNode from 0 to xmlTextNode.length 993 PASS xmlTextNode.textContent += "", with selected range on xmlTextNode from 0 to xmlTextNode.length
994 PASS xmlTextNode.textContent += "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length 994 PASS xmlTextNode.textContent += "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
995 PASS xmlTextNode.textContent += "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length 995 PASS xmlTextNode.textContent += "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length
996 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range o n xmlTextNode from 0 to xmlTextNode.length 996 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range o n xmlTextNode from 0 to xmlTextNode.length
997 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range on xmlTextNode from 0 to xmlTextNode.length 997 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range on xmlTextNode from 0 to xmlTextNode.length
998 PASS xmlTextNode.nodeValue = "", with unselected range on xmlTextNode from 0 to xmlTextNode.length 998 PASS xmlTextNode.nodeValue = "", with unselected range on xmlTextNode from 0 to xmlTextNode.length
999 PASS xmlTextNode.nodeValue = "", with selected range on xmlTextNode from 0 to xm lTextNode.length 999 PASS xmlTextNode.nodeValue = "", with selected range on xmlTextNode from 0 to xm lTextNode.length
1000 PASS xmlTextNode.nodeValue = "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length 1000 PASS xmlTextNode.nodeValue = "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
1001 PASS xmlTextNode.nodeValue = "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length 1001 PASS xmlTextNode.nodeValue = "foo", with selected range on xmlTextNode from 0 to xmlTextNode.length
1002 FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xml TextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 20 1002 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xml TextNode from 0 to xmlTextNode.length
1003 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range on xmlTe xtNode from 0 to xmlTextNode.length 1003 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range on xmlTe xtNode from 0 to xmlTextNode.length
1004 FAIL xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length assert_equals: Wrong end offset expected 0 but got 20 1004 PASS xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 0 to xmlTextNode.length
1005 PASS xmlTextNode.nodeValue += "", with selected range on xmlTextNode from 0 to x mlTextNode.length 1005 PASS xmlTextNode.nodeValue += "", with selected range on xmlTextNode from 0 to x mlTextNode.length
1006 PASS xmlTextNode.nodeValue += "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length 1006 PASS xmlTextNode.nodeValue += "foo", with unselected range on xmlTextNode from 0 to xmlTextNode.length
1007 PASS xmlTextNode.nodeValue += "foo", with selected range on xmlTextNode from 0 t o xmlTextNode.length 1007 PASS xmlTextNode.nodeValue += "foo", with selected range on xmlTextNode from 0 t o xmlTextNode.length
1008 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range on xm lTextNode from 0 to xmlTextNode.length 1008 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range on xm lTextNode from 0 to xmlTextNode.length
1009 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range on xmlT extNode from 0 to xmlTextNode.length 1009 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range on xmlT extNode from 0 to xmlTextNode.length
1010 PASS xmlTextNode.data = "", with unselected range on xmlTextNode from 1 to xmlTe xtNode.length 1010 PASS xmlTextNode.data = "", with unselected range on xmlTextNode from 1 to xmlTe xtNode.length
1011 PASS xmlTextNode.data = "", with selected range on xmlTextNode from 1 to xmlText Node.length 1011 PASS xmlTextNode.data = "", with selected range on xmlTextNode from 1 to xmlText Node.length
1012 PASS xmlTextNode.data = "foo", with unselected range on xmlTextNode from 1 to xm lTextNode.length 1012 PASS xmlTextNode.data = "foo", with unselected range on xmlTextNode from 1 to xm lTextNode.length
1013 PASS xmlTextNode.data = "foo", with selected range on xmlTextNode from 1 to xmlT extNode.length 1013 PASS xmlTextNode.data = "foo", with selected range on xmlTextNode from 1 to xmlT extNode.length
1014 FAIL xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode f rom 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1 1014 PASS xmlTextNode.data = xmlTextNode.data, with unselected range on xmlTextNode f rom 1 to xmlTextNode.length
1015 PASS xmlTextNode.data = xmlTextNode.data, with selected range on xmlTextNode fro m 1 to xmlTextNode.length 1015 PASS xmlTextNode.data = xmlTextNode.data, with selected range on xmlTextNode fro m 1 to xmlTextNode.length
1016 FAIL xmlTextNode.data += "", with unselected range on xmlTextNode from 1 to xmlT extNode.length assert_equals: Wrong start offset expected 0 but got 1 1016 PASS xmlTextNode.data += "", with unselected range on xmlTextNode from 1 to xmlT extNode.length
1017 PASS xmlTextNode.data += "", with selected range on xmlTextNode from 1 to xmlTex tNode.length 1017 PASS xmlTextNode.data += "", with selected range on xmlTextNode from 1 to xmlTex tNode.length
1018 PASS xmlTextNode.data += "foo", with unselected range on xmlTextNode from 1 to x mlTextNode.length 1018 PASS xmlTextNode.data += "foo", with unselected range on xmlTextNode from 1 to x mlTextNode.length
1019 PASS xmlTextNode.data += "foo", with selected range on xmlTextNode from 1 to xml TextNode.length 1019 PASS xmlTextNode.data += "foo", with selected range on xmlTextNode from 1 to xml TextNode.length
1020 PASS xmlTextNode.data += xmlTextNode.data, with unselected range on xmlTextNode from 1 to xmlTextNode.length 1020 PASS xmlTextNode.data += xmlTextNode.data, with unselected range on xmlTextNode from 1 to xmlTextNode.length
1021 PASS xmlTextNode.data += xmlTextNode.data, with selected range on xmlTextNode fr om 1 to xmlTextNode.length 1021 PASS xmlTextNode.data += xmlTextNode.data, with selected range on xmlTextNode fr om 1 to xmlTextNode.length
1022 PASS xmlTextNode.textContent = "", with unselected range on xmlTextNode from 1 t o xmlTextNode.length 1022 PASS xmlTextNode.textContent = "", with unselected range on xmlTextNode from 1 t o xmlTextNode.length
1023 PASS xmlTextNode.textContent = "", with selected range on xmlTextNode from 1 to xmlTextNode.length 1023 PASS xmlTextNode.textContent = "", with selected range on xmlTextNode from 1 to xmlTextNode.length
1024 PASS xmlTextNode.textContent = "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length 1024 PASS xmlTextNode.textContent = "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
1025 PASS xmlTextNode.textContent = "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length 1025 PASS xmlTextNode.textContent = "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length
1026 FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expe cted 0 but got 1 1026 PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range on xmlTextNode from 1 to xmlTextNode.length
1027 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range on x mlTextNode from 1 to xmlTextNode.length 1027 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range on x mlTextNode from 1 to xmlTextNode.length
1028 FAIL xmlTextNode.textContent += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1 1028 PASS xmlTextNode.textContent += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length
1029 PASS xmlTextNode.textContent += "", with selected range on xmlTextNode from 1 to xmlTextNode.length 1029 PASS xmlTextNode.textContent += "", with selected range on xmlTextNode from 1 to xmlTextNode.length
1030 PASS xmlTextNode.textContent += "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length 1030 PASS xmlTextNode.textContent += "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
1031 PASS xmlTextNode.textContent += "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length 1031 PASS xmlTextNode.textContent += "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length
1032 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range o n xmlTextNode from 1 to xmlTextNode.length 1032 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range o n xmlTextNode from 1 to xmlTextNode.length
1033 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range on xmlTextNode from 1 to xmlTextNode.length 1033 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range on xmlTextNode from 1 to xmlTextNode.length
1034 PASS xmlTextNode.nodeValue = "", with unselected range on xmlTextNode from 1 to xmlTextNode.length 1034 PASS xmlTextNode.nodeValue = "", with unselected range on xmlTextNode from 1 to xmlTextNode.length
1035 PASS xmlTextNode.nodeValue = "", with selected range on xmlTextNode from 1 to xm lTextNode.length 1035 PASS xmlTextNode.nodeValue = "", with selected range on xmlTextNode from 1 to xm lTextNode.length
1036 PASS xmlTextNode.nodeValue = "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length 1036 PASS xmlTextNode.nodeValue = "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
1037 PASS xmlTextNode.nodeValue = "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length 1037 PASS xmlTextNode.nodeValue = "foo", with selected range on xmlTextNode from 1 to xmlTextNode.length
1038 FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xml TextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1 1038 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range on xml TextNode from 1 to xmlTextNode.length
1039 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range on xmlTe xtNode from 1 to xmlTextNode.length 1039 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range on xmlTe xtNode from 1 to xmlTextNode.length
1040 FAIL xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1 1040 PASS xmlTextNode.nodeValue += "", with unselected range on xmlTextNode from 1 to xmlTextNode.length
1041 PASS xmlTextNode.nodeValue += "", with selected range on xmlTextNode from 1 to x mlTextNode.length 1041 PASS xmlTextNode.nodeValue += "", with selected range on xmlTextNode from 1 to x mlTextNode.length
1042 PASS xmlTextNode.nodeValue += "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length 1042 PASS xmlTextNode.nodeValue += "foo", with unselected range on xmlTextNode from 1 to xmlTextNode.length
1043 PASS xmlTextNode.nodeValue += "foo", with selected range on xmlTextNode from 1 t o xmlTextNode.length 1043 PASS xmlTextNode.nodeValue += "foo", with selected range on xmlTextNode from 1 t o xmlTextNode.length
1044 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range on xm lTextNode from 1 to xmlTextNode.length 1044 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range on xm lTextNode from 1 to xmlTextNode.length
1045 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range on xmlT extNode from 1 to xmlTextNode.length 1045 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range on xmlT extNode from 1 to xmlTextNode.length
1046 PASS xmlTextNode.data = "", with unselected range collapsed at (xmlTextNode, xml TextNode.length) 1046 PASS xmlTextNode.data = "", with unselected range collapsed at (xmlTextNode, xml TextNode.length)
1047 PASS xmlTextNode.data = "", with selected range collapsed at (xmlTextNode, xmlTe xtNode.length) 1047 PASS xmlTextNode.data = "", with selected range collapsed at (xmlTextNode, xmlTe xtNode.length)
1048 PASS xmlTextNode.data = "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length) 1048 PASS xmlTextNode.data = "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
1049 PASS xmlTextNode.data = "foo", with selected range collapsed at (xmlTextNode, xm lTextNode.length) 1049 PASS xmlTextNode.data = "foo", with selected range collapsed at (xmlTextNode, xm lTextNode.length)
1050 FAIL xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xm lTextNode, xmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 20 1050 PASS xmlTextNode.data = xmlTextNode.data, with unselected range collapsed at (xm lTextNode, xmlTextNode.length)
1051 PASS xmlTextNode.data = xmlTextNode.data, with selected range collapsed at (xmlT extNode, xmlTextNode.length) 1051 PASS xmlTextNode.data = xmlTextNode.data, with selected range collapsed at (xmlT extNode, xmlTextNode.length)
1052 FAIL xmlTextNode.data += "", with unselected range collapsed at (xmlTextNode, xm lTextNode.length) assert_equals: Wrong start offset expected 0 but got 20 1052 PASS xmlTextNode.data += "", with unselected range collapsed at (xmlTextNode, xm lTextNode.length)
1053 PASS xmlTextNode.data += "", with selected range collapsed at (xmlTextNode, xmlT extNode.length) 1053 PASS xmlTextNode.data += "", with selected range collapsed at (xmlTextNode, xmlT extNode.length)
1054 PASS xmlTextNode.data += "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length) 1054 PASS xmlTextNode.data += "foo", with unselected range collapsed at (xmlTextNode, xmlTextNode.length)
1055 PASS xmlTextNode.data += "foo", with selected range collapsed at (xmlTextNode, x mlTextNode.length) 1055 PASS xmlTextNode.data += "foo", with selected range collapsed at (xmlTextNode, x mlTextNode.length)
1056 PASS xmlTextNode.data += xmlTextNode.data, with unselected range collapsed at (x mlTextNode, xmlTextNode.length) 1056 PASS xmlTextNode.data += xmlTextNode.data, with unselected range collapsed at (x mlTextNode, xmlTextNode.length)
1057 PASS xmlTextNode.data += xmlTextNode.data, with selected range collapsed at (xml TextNode, xmlTextNode.length) 1057 PASS xmlTextNode.data += xmlTextNode.data, with selected range collapsed at (xml TextNode, xmlTextNode.length)
1058 PASS xmlTextNode.textContent = "", with unselected range collapsed at (xmlTextNo de, xmlTextNode.length) 1058 PASS xmlTextNode.textContent = "", with unselected range collapsed at (xmlTextNo de, xmlTextNode.length)
1059 PASS xmlTextNode.textContent = "", with selected range collapsed at (xmlTextNode , xmlTextNode.length) 1059 PASS xmlTextNode.textContent = "", with selected range collapsed at (xmlTextNode , xmlTextNode.length)
1060 PASS xmlTextNode.textContent = "foo", with unselected range collapsed at (xmlTex tNode, xmlTextNode.length) 1060 PASS xmlTextNode.textContent = "foo", with unselected range collapsed at (xmlTex tNode, xmlTextNode.length)
1061 PASS xmlTextNode.textContent = "foo", with selected range collapsed at (xmlTextN ode, xmlTextNode.length) 1061 PASS xmlTextNode.textContent = "foo", with selected range collapsed at (xmlTextN ode, xmlTextNode.length)
1062 FAIL xmlTextNode.textContent = xmlTextNode.textContent, with unselected range co llapsed at (xmlTextNode, xmlTextNode.length) assert_equals: Wrong start offset e xpected 0 but got 20 1062 PASS xmlTextNode.textContent = xmlTextNode.textContent, with unselected range co llapsed at (xmlTextNode, xmlTextNode.length)
1063 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range coll apsed at (xmlTextNode, xmlTextNode.length) 1063 PASS xmlTextNode.textContent = xmlTextNode.textContent, with selected range coll apsed at (xmlTextNode, xmlTextNode.length)
1064 FAIL xmlTextNode.textContent += "", with unselected range collapsed at (xmlTextN ode, xmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 20 1064 PASS xmlTextNode.textContent += "", with unselected range collapsed at (xmlTextN ode, xmlTextNode.length)
1065 PASS xmlTextNode.textContent += "", with selected range collapsed at (xmlTextNod e, xmlTextNode.length) 1065 PASS xmlTextNode.textContent += "", with selected range collapsed at (xmlTextNod e, xmlTextNode.length)
1066 PASS xmlTextNode.textContent += "foo", with unselected range collapsed at (xmlTe xtNode, xmlTextNode.length) 1066 PASS xmlTextNode.textContent += "foo", with unselected range collapsed at (xmlTe xtNode, xmlTextNode.length)
1067 PASS xmlTextNode.textContent += "foo", with selected range collapsed at (xmlText Node, xmlTextNode.length) 1067 PASS xmlTextNode.textContent += "foo", with selected range collapsed at (xmlText Node, xmlTextNode.length)
1068 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range c ollapsed at (xmlTextNode, xmlTextNode.length) 1068 PASS xmlTextNode.textContent += xmlTextNode.textContent, with unselected range c ollapsed at (xmlTextNode, xmlTextNode.length)
1069 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range col lapsed at (xmlTextNode, xmlTextNode.length) 1069 PASS xmlTextNode.textContent += xmlTextNode.textContent, with selected range col lapsed at (xmlTextNode, xmlTextNode.length)
1070 PASS xmlTextNode.nodeValue = "", with unselected range collapsed at (xmlTextNode , xmlTextNode.length) 1070 PASS xmlTextNode.nodeValue = "", with unselected range collapsed at (xmlTextNode , xmlTextNode.length)
1071 PASS xmlTextNode.nodeValue = "", with selected range collapsed at (xmlTextNode, xmlTextNode.length) 1071 PASS xmlTextNode.nodeValue = "", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
1072 PASS xmlTextNode.nodeValue = "foo", with unselected range collapsed at (xmlTextN ode, xmlTextNode.length) 1072 PASS xmlTextNode.nodeValue = "foo", with unselected range collapsed at (xmlTextN ode, xmlTextNode.length)
1073 PASS xmlTextNode.nodeValue = "foo", with selected range collapsed at (xmlTextNod e, xmlTextNode.length) 1073 PASS xmlTextNode.nodeValue = "foo", with selected range collapsed at (xmlTextNod e, xmlTextNode.length)
1074 FAIL xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range collap sed at (xmlTextNode, xmlTextNode.length) assert_equals: Wrong start offset expec ted 0 but got 20 1074 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with unselected range collap sed at (xmlTextNode, xmlTextNode.length)
1075 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range collapse d at (xmlTextNode, xmlTextNode.length) 1075 PASS xmlTextNode.nodeValue = xmlTextNode.nodeValue, with selected range collapse d at (xmlTextNode, xmlTextNode.length)
1076 FAIL xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNod e, xmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 20 1076 PASS xmlTextNode.nodeValue += "", with unselected range collapsed at (xmlTextNod e, xmlTextNode.length)
1077 PASS xmlTextNode.nodeValue += "", with selected range collapsed at (xmlTextNode, xmlTextNode.length) 1077 PASS xmlTextNode.nodeValue += "", with selected range collapsed at (xmlTextNode, xmlTextNode.length)
1078 PASS xmlTextNode.nodeValue += "foo", with unselected range collapsed at (xmlText Node, xmlTextNode.length) 1078 PASS xmlTextNode.nodeValue += "foo", with unselected range collapsed at (xmlText Node, xmlTextNode.length)
1079 PASS xmlTextNode.nodeValue += "foo", with selected range collapsed at (xmlTextNo de, xmlTextNode.length) 1079 PASS xmlTextNode.nodeValue += "foo", with selected range collapsed at (xmlTextNo de, xmlTextNode.length)
1080 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range colla psed at (xmlTextNode, xmlTextNode.length) 1080 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with unselected range colla psed at (xmlTextNode, xmlTextNode.length)
1081 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range collaps ed at (xmlTextNode, xmlTextNode.length) 1081 PASS xmlTextNode.nodeValue += xmlTextNode.nodeValue, with selected range collaps ed at (xmlTextNode, xmlTextNode.length)
1082 PASS detachedTextNode.data = "", with unselected range collapsed at (detachedTex tNode, 0) 1082 PASS detachedTextNode.data = "", with unselected range collapsed at (detachedTex tNode, 0)
1083 PASS detachedTextNode.data = "", with selected range collapsed at (detachedTextN ode, 0) 1083 PASS detachedTextNode.data = "", with selected range collapsed at (detachedTextN ode, 0)
1084 PASS detachedTextNode.data = "foo", with unselected range collapsed at (detached TextNode, 0) 1084 PASS detachedTextNode.data = "foo", with unselected range collapsed at (detached TextNode, 0)
1085 PASS detachedTextNode.data = "foo", with selected range collapsed at (detachedTe xtNode, 0) 1085 PASS detachedTextNode.data = "foo", with selected range collapsed at (detachedTe xtNode, 0)
1086 PASS detachedTextNode.data = detachedTextNode.data, with unselected range collap sed at (detachedTextNode, 0) 1086 PASS detachedTextNode.data = detachedTextNode.data, with unselected range collap sed at (detachedTextNode, 0)
(...skipping 25 matching lines...) Expand all
1112 PASS detachedTextNode.nodeValue += "", with unselected range collapsed at (detac hedTextNode, 0) 1112 PASS detachedTextNode.nodeValue += "", with unselected range collapsed at (detac hedTextNode, 0)
1113 PASS detachedTextNode.nodeValue += "", with selected range collapsed at (detache dTextNode, 0) 1113 PASS detachedTextNode.nodeValue += "", with selected range collapsed at (detache dTextNode, 0)
1114 PASS detachedTextNode.nodeValue += "foo", with unselected range collapsed at (de tachedTextNode, 0) 1114 PASS detachedTextNode.nodeValue += "foo", with unselected range collapsed at (de tachedTextNode, 0)
1115 PASS detachedTextNode.nodeValue += "foo", with selected range collapsed at (deta chedTextNode, 0) 1115 PASS detachedTextNode.nodeValue += "foo", with selected range collapsed at (deta chedTextNode, 0)
1116 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange collapsed at (detachedTextNode, 0) 1116 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange collapsed at (detachedTextNode, 0)
1117 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge collapsed at (detachedTextNode, 0) 1117 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge collapsed at (detachedTextNode, 0)
1118 PASS detachedTextNode.data = "", with unselected range on detachedTextNode from 0 to 1 1118 PASS detachedTextNode.data = "", with unselected range on detachedTextNode from 0 to 1
1119 PASS detachedTextNode.data = "", with selected range on detachedTextNode from 0 to 1 1119 PASS detachedTextNode.data = "", with selected range on detachedTextNode from 0 to 1
1120 PASS detachedTextNode.data = "foo", with unselected range on detachedTextNode fr om 0 to 1 1120 PASS detachedTextNode.data = "foo", with unselected range on detachedTextNode fr om 0 to 1
1121 PASS detachedTextNode.data = "foo", with selected range on detachedTextNode from 0 to 1 1121 PASS detachedTextNode.data = "foo", with selected range on detachedTextNode from 0 to 1
1122 FAIL detachedTextNode.data = detachedTextNode.data, with unselected range on det achedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1122 PASS detachedTextNode.data = detachedTextNode.data, with unselected range on det achedTextNode from 0 to 1
1123 PASS detachedTextNode.data = detachedTextNode.data, with selected range on detac hedTextNode from 0 to 1 1123 PASS detachedTextNode.data = detachedTextNode.data, with selected range on detac hedTextNode from 0 to 1
1124 FAIL detachedTextNode.data += "", with unselected range on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1124 PASS detachedTextNode.data += "", with unselected range on detachedTextNode from 0 to 1
1125 PASS detachedTextNode.data += "", with selected range on detachedTextNode from 0 to 1 1125 PASS detachedTextNode.data += "", with selected range on detachedTextNode from 0 to 1
1126 PASS detachedTextNode.data += "foo", with unselected range on detachedTextNode f rom 0 to 1 1126 PASS detachedTextNode.data += "foo", with unselected range on detachedTextNode f rom 0 to 1
1127 PASS detachedTextNode.data += "foo", with selected range on detachedTextNode fro m 0 to 1 1127 PASS detachedTextNode.data += "foo", with selected range on detachedTextNode fro m 0 to 1
1128 PASS detachedTextNode.data += detachedTextNode.data, with unselected range on de tachedTextNode from 0 to 1 1128 PASS detachedTextNode.data += detachedTextNode.data, with unselected range on de tachedTextNode from 0 to 1
1129 PASS detachedTextNode.data += detachedTextNode.data, with selected range on deta chedTextNode from 0 to 1 1129 PASS detachedTextNode.data += detachedTextNode.data, with selected range on deta chedTextNode from 0 to 1
1130 PASS detachedTextNode.textContent = "", with unselected range on detachedTextNod e from 0 to 1 1130 PASS detachedTextNode.textContent = "", with unselected range on detachedTextNod e from 0 to 1
1131 PASS detachedTextNode.textContent = "", with selected range on detachedTextNode from 0 to 1 1131 PASS detachedTextNode.textContent = "", with selected range on detachedTextNode from 0 to 1
1132 PASS detachedTextNode.textContent = "foo", with unselected range on detachedText Node from 0 to 1 1132 PASS detachedTextNode.textContent = "foo", with unselected range on detachedText Node from 0 to 1
1133 PASS detachedTextNode.textContent = "foo", with selected range on detachedTextNo de from 0 to 1 1133 PASS detachedTextNode.textContent = "foo", with selected range on detachedTextNo de from 0 to 1
1134 FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1134 PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range on detachedTextNode from 0 to 1
1135 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range on detachedTextNode from 0 to 1 1135 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range on detachedTextNode from 0 to 1
1136 FAIL detachedTextNode.textContent += "", with unselected range on detachedTextNo de from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1136 PASS detachedTextNode.textContent += "", with unselected range on detachedTextNo de from 0 to 1
1137 PASS detachedTextNode.textContent += "", with selected range on detachedTextNode from 0 to 1 1137 PASS detachedTextNode.textContent += "", with selected range on detachedTextNode from 0 to 1
1138 PASS detachedTextNode.textContent += "foo", with unselected range on detachedTex tNode from 0 to 1 1138 PASS detachedTextNode.textContent += "foo", with unselected range on detachedTex tNode from 0 to 1
1139 PASS detachedTextNode.textContent += "foo", with selected range on detachedTextN ode from 0 to 1 1139 PASS detachedTextNode.textContent += "foo", with selected range on detachedTextN ode from 0 to 1
1140 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range on detachedTextNode from 0 to 1 1140 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range on detachedTextNode from 0 to 1
1141 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range on detachedTextNode from 0 to 1 1141 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range on detachedTextNode from 0 to 1
1142 PASS detachedTextNode.nodeValue = "", with unselected range on detachedTextNode from 0 to 1 1142 PASS detachedTextNode.nodeValue = "", with unselected range on detachedTextNode from 0 to 1
1143 PASS detachedTextNode.nodeValue = "", with selected range on detachedTextNode fr om 0 to 1 1143 PASS detachedTextNode.nodeValue = "", with selected range on detachedTextNode fr om 0 to 1
1144 PASS detachedTextNode.nodeValue = "foo", with unselected range on detachedTextNo de from 0 to 1 1144 PASS detachedTextNode.nodeValue = "foo", with unselected range on detachedTextNo de from 0 to 1
1145 PASS detachedTextNode.nodeValue = "foo", with selected range on detachedTextNode from 0 to 1 1145 PASS detachedTextNode.nodeValue = "foo", with selected range on detachedTextNode from 0 to 1
1146 FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 b ut got 1 1146 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge on detachedTextNode from 0 to 1
1147 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e on detachedTextNode from 0 to 1 1147 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e on detachedTextNode from 0 to 1
1148 FAIL detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1148 PASS detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 0 to 1
1149 PASS detachedTextNode.nodeValue += "", with selected range on detachedTextNode f rom 0 to 1 1149 PASS detachedTextNode.nodeValue += "", with selected range on detachedTextNode f rom 0 to 1
1150 PASS detachedTextNode.nodeValue += "foo", with unselected range on detachedTextN ode from 0 to 1 1150 PASS detachedTextNode.nodeValue += "foo", with unselected range on detachedTextN ode from 0 to 1
1151 PASS detachedTextNode.nodeValue += "foo", with selected range on detachedTextNod e from 0 to 1 1151 PASS detachedTextNode.nodeValue += "foo", with selected range on detachedTextNod e from 0 to 1
1152 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange on detachedTextNode from 0 to 1 1152 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange on detachedTextNode from 0 to 1
1153 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge on detachedTextNode from 0 to 1 1153 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge on detachedTextNode from 0 to 1
1154 PASS detachedTextNode.data = "", with unselected range collapsed at (detachedTex tNode, 1) 1154 PASS detachedTextNode.data = "", with unselected range collapsed at (detachedTex tNode, 1)
1155 PASS detachedTextNode.data = "", with selected range collapsed at (detachedTextN ode, 1) 1155 PASS detachedTextNode.data = "", with selected range collapsed at (detachedTextN ode, 1)
1156 PASS detachedTextNode.data = "foo", with unselected range collapsed at (detached TextNode, 1) 1156 PASS detachedTextNode.data = "foo", with unselected range collapsed at (detached TextNode, 1)
1157 PASS detachedTextNode.data = "foo", with selected range collapsed at (detachedTe xtNode, 1) 1157 PASS detachedTextNode.data = "foo", with selected range collapsed at (detachedTe xtNode, 1)
1158 FAIL detachedTextNode.data = detachedTextNode.data, with unselected range collap sed at (detachedTextNode, 1) assert_equals: Wrong start offset expected 0 but go t 1 1158 PASS detachedTextNode.data = detachedTextNode.data, with unselected range collap sed at (detachedTextNode, 1)
1159 PASS detachedTextNode.data = detachedTextNode.data, with selected range collapse d at (detachedTextNode, 1) 1159 PASS detachedTextNode.data = detachedTextNode.data, with selected range collapse d at (detachedTextNode, 1)
1160 FAIL detachedTextNode.data += "", with unselected range collapsed at (detachedTe xtNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1160 PASS detachedTextNode.data += "", with unselected range collapsed at (detachedTe xtNode, 1)
1161 PASS detachedTextNode.data += "", with selected range collapsed at (detachedText Node, 1) 1161 PASS detachedTextNode.data += "", with selected range collapsed at (detachedText Node, 1)
1162 PASS detachedTextNode.data += "foo", with unselected range collapsed at (detache dTextNode, 1) 1162 PASS detachedTextNode.data += "foo", with unselected range collapsed at (detache dTextNode, 1)
1163 PASS detachedTextNode.data += "foo", with selected range collapsed at (detachedT extNode, 1) 1163 PASS detachedTextNode.data += "foo", with selected range collapsed at (detachedT extNode, 1)
1164 PASS detachedTextNode.data += detachedTextNode.data, with unselected range colla psed at (detachedTextNode, 1) 1164 PASS detachedTextNode.data += detachedTextNode.data, with unselected range colla psed at (detachedTextNode, 1)
1165 PASS detachedTextNode.data += detachedTextNode.data, with selected range collaps ed at (detachedTextNode, 1) 1165 PASS detachedTextNode.data += detachedTextNode.data, with selected range collaps ed at (detachedTextNode, 1)
1166 PASS detachedTextNode.textContent = "", with unselected range collapsed at (deta chedTextNode, 1) 1166 PASS detachedTextNode.textContent = "", with unselected range collapsed at (deta chedTextNode, 1)
1167 PASS detachedTextNode.textContent = "", with selected range collapsed at (detach edTextNode, 1) 1167 PASS detachedTextNode.textContent = "", with selected range collapsed at (detach edTextNode, 1)
1168 PASS detachedTextNode.textContent = "foo", with unselected range collapsed at (d etachedTextNode, 1) 1168 PASS detachedTextNode.textContent = "foo", with unselected range collapsed at (d etachedTextNode, 1)
1169 PASS detachedTextNode.textContent = "foo", with selected range collapsed at (det achedTextNode, 1) 1169 PASS detachedTextNode.textContent = "foo", with selected range collapsed at (det achedTextNode, 1)
1170 FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range collapsed at (detachedTextNode, 1) assert_equals: Wrong start offset exp ected 0 but got 1 1170 PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range collapsed at (detachedTextNode, 1)
1171 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, 1) 1171 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, 1)
1172 FAIL detachedTextNode.textContent += "", with unselected range collapsed at (det achedTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1172 PASS detachedTextNode.textContent += "", with unselected range collapsed at (det achedTextNode, 1)
1173 PASS detachedTextNode.textContent += "", with selected range collapsed at (detac hedTextNode, 1) 1173 PASS detachedTextNode.textContent += "", with selected range collapsed at (detac hedTextNode, 1)
1174 PASS detachedTextNode.textContent += "foo", with unselected range collapsed at ( detachedTextNode, 1) 1174 PASS detachedTextNode.textContent += "foo", with unselected range collapsed at ( detachedTextNode, 1)
1175 PASS detachedTextNode.textContent += "foo", with selected range collapsed at (de tachedTextNode, 1) 1175 PASS detachedTextNode.textContent += "foo", with selected range collapsed at (de tachedTextNode, 1)
1176 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range collapsed at (detachedTextNode, 1) 1176 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range collapsed at (detachedTextNode, 1)
1177 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, 1) 1177 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, 1)
1178 PASS detachedTextNode.nodeValue = "", with unselected range collapsed at (detach edTextNode, 1) 1178 PASS detachedTextNode.nodeValue = "", with unselected range collapsed at (detach edTextNode, 1)
1179 PASS detachedTextNode.nodeValue = "", with selected range collapsed at (detached TextNode, 1) 1179 PASS detachedTextNode.nodeValue = "", with selected range collapsed at (detached TextNode, 1)
1180 PASS detachedTextNode.nodeValue = "foo", with unselected range collapsed at (det achedTextNode, 1) 1180 PASS detachedTextNode.nodeValue = "foo", with unselected range collapsed at (det achedTextNode, 1)
1181 PASS detachedTextNode.nodeValue = "foo", with selected range collapsed at (detac hedTextNode, 1) 1181 PASS detachedTextNode.nodeValue = "foo", with selected range collapsed at (detac hedTextNode, 1)
1182 FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge collapsed at (detachedTextNode, 1) assert_equals: Wrong start offset expecte d 0 but got 1 1182 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge collapsed at (detachedTextNode, 1)
1183 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e collapsed at (detachedTextNode, 1) 1183 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e collapsed at (detachedTextNode, 1)
1184 FAIL detachedTextNode.nodeValue += "", with unselected range collapsed at (detac hedTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1184 PASS detachedTextNode.nodeValue += "", with unselected range collapsed at (detac hedTextNode, 1)
1185 PASS detachedTextNode.nodeValue += "", with selected range collapsed at (detache dTextNode, 1) 1185 PASS detachedTextNode.nodeValue += "", with selected range collapsed at (detache dTextNode, 1)
1186 PASS detachedTextNode.nodeValue += "foo", with unselected range collapsed at (de tachedTextNode, 1) 1186 PASS detachedTextNode.nodeValue += "foo", with unselected range collapsed at (de tachedTextNode, 1)
1187 PASS detachedTextNode.nodeValue += "foo", with selected range collapsed at (deta chedTextNode, 1) 1187 PASS detachedTextNode.nodeValue += "foo", with selected range collapsed at (deta chedTextNode, 1)
1188 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange collapsed at (detachedTextNode, 1) 1188 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange collapsed at (detachedTextNode, 1)
1189 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge collapsed at (detachedTextNode, 1) 1189 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge collapsed at (detachedTextNode, 1)
1190 PASS detachedTextNode.data = "", with unselected range on detachedTextNode from 0 to detachedTextNode.length 1190 PASS detachedTextNode.data = "", with unselected range on detachedTextNode from 0 to detachedTextNode.length
1191 PASS detachedTextNode.data = "", with selected range on detachedTextNode from 0 to detachedTextNode.length 1191 PASS detachedTextNode.data = "", with selected range on detachedTextNode from 0 to detachedTextNode.length
1192 PASS detachedTextNode.data = "foo", with unselected range on detachedTextNode fr om 0 to detachedTextNode.length 1192 PASS detachedTextNode.data = "foo", with unselected range on detachedTextNode fr om 0 to detachedTextNode.length
1193 PASS detachedTextNode.data = "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length 1193 PASS detachedTextNode.data = "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length
1194 FAIL detachedTextNode.data = detachedTextNode.data, with unselected range on det achedTextNode from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 but got 8 1194 PASS detachedTextNode.data = detachedTextNode.data, with unselected range on det achedTextNode from 0 to detachedTextNode.length
1195 PASS detachedTextNode.data = detachedTextNode.data, with selected range on detac hedTextNode from 0 to detachedTextNode.length 1195 PASS detachedTextNode.data = detachedTextNode.data, with selected range on detac hedTextNode from 0 to detachedTextNode.length
1196 FAIL detachedTextNode.data += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 but got 8 1196 PASS detachedTextNode.data += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length
1197 PASS detachedTextNode.data += "", with selected range on detachedTextNode from 0 to detachedTextNode.length 1197 PASS detachedTextNode.data += "", with selected range on detachedTextNode from 0 to detachedTextNode.length
1198 PASS detachedTextNode.data += "foo", with unselected range on detachedTextNode f rom 0 to detachedTextNode.length 1198 PASS detachedTextNode.data += "foo", with unselected range on detachedTextNode f rom 0 to detachedTextNode.length
1199 PASS detachedTextNode.data += "foo", with selected range on detachedTextNode fro m 0 to detachedTextNode.length 1199 PASS detachedTextNode.data += "foo", with selected range on detachedTextNode fro m 0 to detachedTextNode.length
1200 PASS detachedTextNode.data += detachedTextNode.data, with unselected range on de tachedTextNode from 0 to detachedTextNode.length 1200 PASS detachedTextNode.data += detachedTextNode.data, with unselected range on de tachedTextNode from 0 to detachedTextNode.length
1201 PASS detachedTextNode.data += detachedTextNode.data, with selected range on deta chedTextNode from 0 to detachedTextNode.length 1201 PASS detachedTextNode.data += detachedTextNode.data, with selected range on deta chedTextNode from 0 to detachedTextNode.length
1202 PASS detachedTextNode.textContent = "", with unselected range on detachedTextNod e from 0 to detachedTextNode.length 1202 PASS detachedTextNode.textContent = "", with unselected range on detachedTextNod e from 0 to detachedTextNode.length
1203 PASS detachedTextNode.textContent = "", with selected range on detachedTextNode from 0 to detachedTextNode.length 1203 PASS detachedTextNode.textContent = "", with selected range on detachedTextNode from 0 to detachedTextNode.length
1204 PASS detachedTextNode.textContent = "foo", with unselected range on detachedText Node from 0 to detachedTextNode.length 1204 PASS detachedTextNode.textContent = "foo", with unselected range on detachedText Node from 0 to detachedTextNode.length
1205 PASS detachedTextNode.textContent = "foo", with selected range on detachedTextNo de from 0 to detachedTextNode.length 1205 PASS detachedTextNode.textContent = "foo", with selected range on detachedTextNo de from 0 to detachedTextNode.length
1206 FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wro ng end offset expected 0 but got 8 1206 PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range on detachedTextNode from 0 to detachedTextNode.length
1207 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range on detachedTextNode from 0 to detachedTextNode.length 1207 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range on detachedTextNode from 0 to detachedTextNode.length
1208 FAIL detachedTextNode.textContent += "", with unselected range on detachedTextNo de from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 but got 8 1208 PASS detachedTextNode.textContent += "", with unselected range on detachedTextNo de from 0 to detachedTextNode.length
1209 PASS detachedTextNode.textContent += "", with selected range on detachedTextNode from 0 to detachedTextNode.length 1209 PASS detachedTextNode.textContent += "", with selected range on detachedTextNode from 0 to detachedTextNode.length
1210 PASS detachedTextNode.textContent += "foo", with unselected range on detachedTex tNode from 0 to detachedTextNode.length 1210 PASS detachedTextNode.textContent += "foo", with unselected range on detachedTex tNode from 0 to detachedTextNode.length
1211 PASS detachedTextNode.textContent += "foo", with selected range on detachedTextN ode from 0 to detachedTextNode.length 1211 PASS detachedTextNode.textContent += "foo", with selected range on detachedTextN ode from 0 to detachedTextNode.length
1212 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range on detachedTextNode from 0 to detachedTextNode.length 1212 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range on detachedTextNode from 0 to detachedTextNode.length
1213 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range on detachedTextNode from 0 to detachedTextNode.length 1213 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range on detachedTextNode from 0 to detachedTextNode.length
1214 PASS detachedTextNode.nodeValue = "", with unselected range on detachedTextNode from 0 to detachedTextNode.length 1214 PASS detachedTextNode.nodeValue = "", with unselected range on detachedTextNode from 0 to detachedTextNode.length
1215 PASS detachedTextNode.nodeValue = "", with selected range on detachedTextNode fr om 0 to detachedTextNode.length 1215 PASS detachedTextNode.nodeValue = "", with selected range on detachedTextNode fr om 0 to detachedTextNode.length
1216 PASS detachedTextNode.nodeValue = "foo", with unselected range on detachedTextNo de from 0 to detachedTextNode.length 1216 PASS detachedTextNode.nodeValue = "foo", with unselected range on detachedTextNo de from 0 to detachedTextNode.length
1217 PASS detachedTextNode.nodeValue = "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length 1217 PASS detachedTextNode.nodeValue = "foo", with selected range on detachedTextNode from 0 to detachedTextNode.length
1218 FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wrong e nd offset expected 0 but got 8 1218 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge on detachedTextNode from 0 to detachedTextNode.length
1219 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e on detachedTextNode from 0 to detachedTextNode.length 1219 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e on detachedTextNode from 0 to detachedTextNode.length
1220 FAIL detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length assert_equals: Wrong end offset expected 0 bu t got 8 1220 PASS detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 0 to detachedTextNode.length
1221 PASS detachedTextNode.nodeValue += "", with selected range on detachedTextNode f rom 0 to detachedTextNode.length 1221 PASS detachedTextNode.nodeValue += "", with selected range on detachedTextNode f rom 0 to detachedTextNode.length
1222 PASS detachedTextNode.nodeValue += "foo", with unselected range on detachedTextN ode from 0 to detachedTextNode.length 1222 PASS detachedTextNode.nodeValue += "foo", with unselected range on detachedTextN ode from 0 to detachedTextNode.length
1223 PASS detachedTextNode.nodeValue += "foo", with selected range on detachedTextNod e from 0 to detachedTextNode.length 1223 PASS detachedTextNode.nodeValue += "foo", with selected range on detachedTextNod e from 0 to detachedTextNode.length
1224 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange on detachedTextNode from 0 to detachedTextNode.length 1224 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange on detachedTextNode from 0 to detachedTextNode.length
1225 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge on detachedTextNode from 0 to detachedTextNode.length 1225 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge on detachedTextNode from 0 to detachedTextNode.length
1226 PASS detachedTextNode.data = "", with unselected range on detachedTextNode from 1 to detachedTextNode.length 1226 PASS detachedTextNode.data = "", with unselected range on detachedTextNode from 1 to detachedTextNode.length
1227 PASS detachedTextNode.data = "", with selected range on detachedTextNode from 1 to detachedTextNode.length 1227 PASS detachedTextNode.data = "", with selected range on detachedTextNode from 1 to detachedTextNode.length
1228 PASS detachedTextNode.data = "foo", with unselected range on detachedTextNode fr om 1 to detachedTextNode.length 1228 PASS detachedTextNode.data = "foo", with unselected range on detachedTextNode fr om 1 to detachedTextNode.length
1229 PASS detachedTextNode.data = "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length 1229 PASS detachedTextNode.data = "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length
1230 FAIL detachedTextNode.data = detachedTextNode.data, with unselected range on det achedTextNode from 1 to detachedTextNode.length assert_equals: Wrong start offse t expected 0 but got 1 1230 PASS detachedTextNode.data = detachedTextNode.data, with unselected range on det achedTextNode from 1 to detachedTextNode.length
1231 PASS detachedTextNode.data = detachedTextNode.data, with selected range on detac hedTextNode from 1 to detachedTextNode.length 1231 PASS detachedTextNode.data = detachedTextNode.data, with selected range on detac hedTextNode from 1 to detachedTextNode.length
1232 FAIL detachedTextNode.data += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wrong start offset expected 0 but g ot 1 1232 PASS detachedTextNode.data += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length
1233 PASS detachedTextNode.data += "", with selected range on detachedTextNode from 1 to detachedTextNode.length 1233 PASS detachedTextNode.data += "", with selected range on detachedTextNode from 1 to detachedTextNode.length
1234 PASS detachedTextNode.data += "foo", with unselected range on detachedTextNode f rom 1 to detachedTextNode.length 1234 PASS detachedTextNode.data += "foo", with unselected range on detachedTextNode f rom 1 to detachedTextNode.length
1235 PASS detachedTextNode.data += "foo", with selected range on detachedTextNode fro m 1 to detachedTextNode.length 1235 PASS detachedTextNode.data += "foo", with selected range on detachedTextNode fro m 1 to detachedTextNode.length
1236 PASS detachedTextNode.data += detachedTextNode.data, with unselected range on de tachedTextNode from 1 to detachedTextNode.length 1236 PASS detachedTextNode.data += detachedTextNode.data, with unselected range on de tachedTextNode from 1 to detachedTextNode.length
1237 PASS detachedTextNode.data += detachedTextNode.data, with selected range on deta chedTextNode from 1 to detachedTextNode.length 1237 PASS detachedTextNode.data += detachedTextNode.data, with selected range on deta chedTextNode from 1 to detachedTextNode.length
1238 PASS detachedTextNode.textContent = "", with unselected range on detachedTextNod e from 1 to detachedTextNode.length 1238 PASS detachedTextNode.textContent = "", with unselected range on detachedTextNod e from 1 to detachedTextNode.length
1239 PASS detachedTextNode.textContent = "", with selected range on detachedTextNode from 1 to detachedTextNode.length 1239 PASS detachedTextNode.textContent = "", with selected range on detachedTextNode from 1 to detachedTextNode.length
1240 PASS detachedTextNode.textContent = "foo", with unselected range on detachedText Node from 1 to detachedTextNode.length 1240 PASS detachedTextNode.textContent = "foo", with unselected range on detachedText Node from 1 to detachedTextNode.length
1241 PASS detachedTextNode.textContent = "foo", with selected range on detachedTextNo de from 1 to detachedTextNode.length 1241 PASS detachedTextNode.textContent = "foo", with selected range on detachedTextNo de from 1 to detachedTextNode.length
1242 FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wro ng start offset expected 0 but got 1 1242 PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range on detachedTextNode from 1 to detachedTextNode.length
1243 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range on detachedTextNode from 1 to detachedTextNode.length 1243 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range on detachedTextNode from 1 to detachedTextNode.length
1244 FAIL detachedTextNode.textContent += "", with unselected range on detachedTextNo de from 1 to detachedTextNode.length assert_equals: Wrong start offset expected 0 but got 1 1244 PASS detachedTextNode.textContent += "", with unselected range on detachedTextNo de from 1 to detachedTextNode.length
1245 PASS detachedTextNode.textContent += "", with selected range on detachedTextNode from 1 to detachedTextNode.length 1245 PASS detachedTextNode.textContent += "", with selected range on detachedTextNode from 1 to detachedTextNode.length
1246 PASS detachedTextNode.textContent += "foo", with unselected range on detachedTex tNode from 1 to detachedTextNode.length 1246 PASS detachedTextNode.textContent += "foo", with unselected range on detachedTex tNode from 1 to detachedTextNode.length
1247 PASS detachedTextNode.textContent += "foo", with selected range on detachedTextN ode from 1 to detachedTextNode.length 1247 PASS detachedTextNode.textContent += "foo", with selected range on detachedTextN ode from 1 to detachedTextNode.length
1248 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range on detachedTextNode from 1 to detachedTextNode.length 1248 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range on detachedTextNode from 1 to detachedTextNode.length
1249 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range on detachedTextNode from 1 to detachedTextNode.length 1249 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range on detachedTextNode from 1 to detachedTextNode.length
1250 PASS detachedTextNode.nodeValue = "", with unselected range on detachedTextNode from 1 to detachedTextNode.length 1250 PASS detachedTextNode.nodeValue = "", with unselected range on detachedTextNode from 1 to detachedTextNode.length
1251 PASS detachedTextNode.nodeValue = "", with selected range on detachedTextNode fr om 1 to detachedTextNode.length 1251 PASS detachedTextNode.nodeValue = "", with selected range on detachedTextNode fr om 1 to detachedTextNode.length
1252 PASS detachedTextNode.nodeValue = "foo", with unselected range on detachedTextNo de from 1 to detachedTextNode.length 1252 PASS detachedTextNode.nodeValue = "foo", with unselected range on detachedTextNo de from 1 to detachedTextNode.length
1253 PASS detachedTextNode.nodeValue = "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length 1253 PASS detachedTextNode.nodeValue = "foo", with selected range on detachedTextNode from 1 to detachedTextNode.length
1254 FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wrong s tart offset expected 0 but got 1 1254 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge on detachedTextNode from 1 to detachedTextNode.length
1255 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e on detachedTextNode from 1 to detachedTextNode.length 1255 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e on detachedTextNode from 1 to detachedTextNode.length
1256 FAIL detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length assert_equals: Wrong start offset expected 0 but got 1 1256 PASS detachedTextNode.nodeValue += "", with unselected range on detachedTextNode from 1 to detachedTextNode.length
1257 PASS detachedTextNode.nodeValue += "", with selected range on detachedTextNode f rom 1 to detachedTextNode.length 1257 PASS detachedTextNode.nodeValue += "", with selected range on detachedTextNode f rom 1 to detachedTextNode.length
1258 PASS detachedTextNode.nodeValue += "foo", with unselected range on detachedTextN ode from 1 to detachedTextNode.length 1258 PASS detachedTextNode.nodeValue += "foo", with unselected range on detachedTextN ode from 1 to detachedTextNode.length
1259 PASS detachedTextNode.nodeValue += "foo", with selected range on detachedTextNod e from 1 to detachedTextNode.length 1259 PASS detachedTextNode.nodeValue += "foo", with selected range on detachedTextNod e from 1 to detachedTextNode.length
1260 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange on detachedTextNode from 1 to detachedTextNode.length 1260 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange on detachedTextNode from 1 to detachedTextNode.length
1261 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge on detachedTextNode from 1 to detachedTextNode.length 1261 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge on detachedTextNode from 1 to detachedTextNode.length
1262 PASS detachedTextNode.data = "", with unselected range collapsed at (detachedTex tNode, detachedTextNode.length) 1262 PASS detachedTextNode.data = "", with unselected range collapsed at (detachedTex tNode, detachedTextNode.length)
1263 PASS detachedTextNode.data = "", with selected range collapsed at (detachedTextN ode, detachedTextNode.length) 1263 PASS detachedTextNode.data = "", with selected range collapsed at (detachedTextN ode, detachedTextNode.length)
1264 PASS detachedTextNode.data = "foo", with unselected range collapsed at (detached TextNode, detachedTextNode.length) 1264 PASS detachedTextNode.data = "foo", with unselected range collapsed at (detached TextNode, detachedTextNode.length)
1265 PASS detachedTextNode.data = "foo", with selected range collapsed at (detachedTe xtNode, detachedTextNode.length) 1265 PASS detachedTextNode.data = "foo", with selected range collapsed at (detachedTe xtNode, detachedTextNode.length)
1266 FAIL detachedTextNode.data = detachedTextNode.data, with unselected range collap sed at (detachedTextNode, detachedTextNode.length) assert_equals: Wrong start of fset expected 0 but got 8 1266 PASS detachedTextNode.data = detachedTextNode.data, with unselected range collap sed at (detachedTextNode, detachedTextNode.length)
1267 PASS detachedTextNode.data = detachedTextNode.data, with selected range collapse d at (detachedTextNode, detachedTextNode.length) 1267 PASS detachedTextNode.data = detachedTextNode.data, with selected range collapse d at (detachedTextNode, detachedTextNode.length)
1268 FAIL detachedTextNode.data += "", with unselected range collapsed at (detachedTe xtNode, detachedTextNode.length) assert_equals: Wrong start offset expected 0 bu t got 8 1268 PASS detachedTextNode.data += "", with unselected range collapsed at (detachedTe xtNode, detachedTextNode.length)
1269 PASS detachedTextNode.data += "", with selected range collapsed at (detachedText Node, detachedTextNode.length) 1269 PASS detachedTextNode.data += "", with selected range collapsed at (detachedText Node, detachedTextNode.length)
1270 PASS detachedTextNode.data += "foo", with unselected range collapsed at (detache dTextNode, detachedTextNode.length) 1270 PASS detachedTextNode.data += "foo", with unselected range collapsed at (detache dTextNode, detachedTextNode.length)
1271 PASS detachedTextNode.data += "foo", with selected range collapsed at (detachedT extNode, detachedTextNode.length) 1271 PASS detachedTextNode.data += "foo", with selected range collapsed at (detachedT extNode, detachedTextNode.length)
1272 PASS detachedTextNode.data += detachedTextNode.data, with unselected range colla psed at (detachedTextNode, detachedTextNode.length) 1272 PASS detachedTextNode.data += detachedTextNode.data, with unselected range colla psed at (detachedTextNode, detachedTextNode.length)
1273 PASS detachedTextNode.data += detachedTextNode.data, with selected range collaps ed at (detachedTextNode, detachedTextNode.length) 1273 PASS detachedTextNode.data += detachedTextNode.data, with selected range collaps ed at (detachedTextNode, detachedTextNode.length)
1274 PASS detachedTextNode.textContent = "", with unselected range collapsed at (deta chedTextNode, detachedTextNode.length) 1274 PASS detachedTextNode.textContent = "", with unselected range collapsed at (deta chedTextNode, detachedTextNode.length)
1275 PASS detachedTextNode.textContent = "", with selected range collapsed at (detach edTextNode, detachedTextNode.length) 1275 PASS detachedTextNode.textContent = "", with selected range collapsed at (detach edTextNode, detachedTextNode.length)
1276 PASS detachedTextNode.textContent = "foo", with unselected range collapsed at (d etachedTextNode, detachedTextNode.length) 1276 PASS detachedTextNode.textContent = "foo", with unselected range collapsed at (d etachedTextNode, detachedTextNode.length)
1277 PASS detachedTextNode.textContent = "foo", with selected range collapsed at (det achedTextNode, detachedTextNode.length) 1277 PASS detachedTextNode.textContent = "foo", with selected range collapsed at (det achedTextNode, detachedTextNode.length)
1278 FAIL detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range collapsed at (detachedTextNode, detachedTextNode.length) assert_equals: Wrong start offset expected 0 but got 8 1278 PASS detachedTextNode.textContent = detachedTextNode.textContent, with unselecte d range collapsed at (detachedTextNode, detachedTextNode.length)
1279 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, detachedTextNode.length) 1279 PASS detachedTextNode.textContent = detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, detachedTextNode.length)
1280 FAIL detachedTextNode.textContent += "", with unselected range collapsed at (det achedTextNode, detachedTextNode.length) assert_equals: Wrong start offset expect ed 0 but got 8 1280 PASS detachedTextNode.textContent += "", with unselected range collapsed at (det achedTextNode, detachedTextNode.length)
1281 PASS detachedTextNode.textContent += "", with selected range collapsed at (detac hedTextNode, detachedTextNode.length) 1281 PASS detachedTextNode.textContent += "", with selected range collapsed at (detac hedTextNode, detachedTextNode.length)
1282 PASS detachedTextNode.textContent += "foo", with unselected range collapsed at ( detachedTextNode, detachedTextNode.length) 1282 PASS detachedTextNode.textContent += "foo", with unselected range collapsed at ( detachedTextNode, detachedTextNode.length)
1283 PASS detachedTextNode.textContent += "foo", with selected range collapsed at (de tachedTextNode, detachedTextNode.length) 1283 PASS detachedTextNode.textContent += "foo", with selected range collapsed at (de tachedTextNode, detachedTextNode.length)
1284 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range collapsed at (detachedTextNode, detachedTextNode.length) 1284 PASS detachedTextNode.textContent += detachedTextNode.textContent, with unselect ed range collapsed at (detachedTextNode, detachedTextNode.length)
1285 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, detachedTextNode.length) 1285 PASS detachedTextNode.textContent += detachedTextNode.textContent, with selected range collapsed at (detachedTextNode, detachedTextNode.length)
1286 PASS detachedTextNode.nodeValue = "", with unselected range collapsed at (detach edTextNode, detachedTextNode.length) 1286 PASS detachedTextNode.nodeValue = "", with unselected range collapsed at (detach edTextNode, detachedTextNode.length)
1287 PASS detachedTextNode.nodeValue = "", with selected range collapsed at (detached TextNode, detachedTextNode.length) 1287 PASS detachedTextNode.nodeValue = "", with selected range collapsed at (detached TextNode, detachedTextNode.length)
1288 PASS detachedTextNode.nodeValue = "foo", with unselected range collapsed at (det achedTextNode, detachedTextNode.length) 1288 PASS detachedTextNode.nodeValue = "foo", with unselected range collapsed at (det achedTextNode, detachedTextNode.length)
1289 PASS detachedTextNode.nodeValue = "foo", with selected range collapsed at (detac hedTextNode, detachedTextNode.length) 1289 PASS detachedTextNode.nodeValue = "foo", with selected range collapsed at (detac hedTextNode, detachedTextNode.length)
1290 FAIL detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge collapsed at (detachedTextNode, detachedTextNode.length) assert_equals: Wron g start offset expected 0 but got 8 1290 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with unselected ra nge collapsed at (detachedTextNode, detachedTextNode.length)
1291 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e collapsed at (detachedTextNode, detachedTextNode.length) 1291 PASS detachedTextNode.nodeValue = detachedTextNode.nodeValue, with selected rang e collapsed at (detachedTextNode, detachedTextNode.length)
1292 FAIL detachedTextNode.nodeValue += "", with unselected range collapsed at (detac hedTextNode, detachedTextNode.length) assert_equals: Wrong start offset expected 0 but got 8 1292 PASS detachedTextNode.nodeValue += "", with unselected range collapsed at (detac hedTextNode, detachedTextNode.length)
1293 PASS detachedTextNode.nodeValue += "", with selected range collapsed at (detache dTextNode, detachedTextNode.length) 1293 PASS detachedTextNode.nodeValue += "", with selected range collapsed at (detache dTextNode, detachedTextNode.length)
1294 PASS detachedTextNode.nodeValue += "foo", with unselected range collapsed at (de tachedTextNode, detachedTextNode.length) 1294 PASS detachedTextNode.nodeValue += "foo", with unselected range collapsed at (de tachedTextNode, detachedTextNode.length)
1295 PASS detachedTextNode.nodeValue += "foo", with selected range collapsed at (deta chedTextNode, detachedTextNode.length) 1295 PASS detachedTextNode.nodeValue += "foo", with selected range collapsed at (deta chedTextNode, detachedTextNode.length)
1296 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange collapsed at (detachedTextNode, detachedTextNode.length) 1296 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with unselected r ange collapsed at (detachedTextNode, detachedTextNode.length)
1297 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge collapsed at (detachedTextNode, detachedTextNode.length) 1297 PASS detachedTextNode.nodeValue += detachedTextNode.nodeValue, with selected ran ge collapsed at (detachedTextNode, detachedTextNode.length)
1298 PASS detachedForeignTextNode.data = "", with unselected range collapsed at (deta chedForeignTextNode, 0) 1298 PASS detachedForeignTextNode.data = "", with unselected range collapsed at (deta chedForeignTextNode, 0)
1299 PASS detachedForeignTextNode.data = "", with selected range collapsed at (detach edForeignTextNode, 0) 1299 PASS detachedForeignTextNode.data = "", with selected range collapsed at (detach edForeignTextNode, 0)
1300 PASS detachedForeignTextNode.data = "foo", with unselected range collapsed at (d etachedForeignTextNode, 0) 1300 PASS detachedForeignTextNode.data = "foo", with unselected range collapsed at (d etachedForeignTextNode, 0)
1301 PASS detachedForeignTextNode.data = "foo", with selected range collapsed at (det achedForeignTextNode, 0) 1301 PASS detachedForeignTextNode.data = "foo", with selected range collapsed at (det achedForeignTextNode, 0)
1302 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range collapsed at (detachedForeignTextNode, 0) 1302 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range collapsed at (detachedForeignTextNode, 0)
(...skipping 25 matching lines...) Expand all
1328 PASS detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, 0) 1328 PASS detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, 0)
1329 PASS detachedForeignTextNode.nodeValue += "", with selected range collapsed at ( detachedForeignTextNode, 0) 1329 PASS detachedForeignTextNode.nodeValue += "", with selected range collapsed at ( detachedForeignTextNode, 0)
1330 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range collapsed at (detachedForeignTextNode, 0) 1330 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range collapsed at (detachedForeignTextNode, 0)
1331 PASS detachedForeignTextNode.nodeValue += "foo", with selected range collapsed a t (detachedForeignTextNode, 0) 1331 PASS detachedForeignTextNode.nodeValue += "foo", with selected range collapsed a t (detachedForeignTextNode, 0)
1332 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range collapsed at (detachedForeignTextNode, 0) 1332 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range collapsed at (detachedForeignTextNode, 0)
1333 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range collapsed at (detachedForeignTextNode, 0) 1333 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range collapsed at (detachedForeignTextNode, 0)
1334 PASS detachedForeignTextNode.data = "", with unselected range on detachedForeign TextNode from 0 to 1 1334 PASS detachedForeignTextNode.data = "", with unselected range on detachedForeign TextNode from 0 to 1
1335 PASS detachedForeignTextNode.data = "", with selected range on detachedForeignTe xtNode from 0 to 1 1335 PASS detachedForeignTextNode.data = "", with selected range on detachedForeignTe xtNode from 0 to 1
1336 PASS detachedForeignTextNode.data = "foo", with unselected range on detachedFore ignTextNode from 0 to 1 1336 PASS detachedForeignTextNode.data = "foo", with unselected range on detachedFore ignTextNode from 0 to 1
1337 PASS detachedForeignTextNode.data = "foo", with selected range on detachedForeig nTextNode from 0 to 1 1337 PASS detachedForeignTextNode.data = "foo", with selected range on detachedForeig nTextNode from 0 to 1
1338 FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range on detachedForeignTextNode from 0 to 1 assert_equals: Wrong end offset e xpected 0 but got 1 1338 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range on detachedForeignTextNode from 0 to 1
1339 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to 1 1339 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to 1
1340 FAIL detachedForeignTextNode.data += "", with unselected range on detachedForeig nTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1340 PASS detachedForeignTextNode.data += "", with unselected range on detachedForeig nTextNode from 0 to 1
1341 PASS detachedForeignTextNode.data += "", with selected range on detachedForeignT extNode from 0 to 1 1341 PASS detachedForeignTextNode.data += "", with selected range on detachedForeignT extNode from 0 to 1
1342 PASS detachedForeignTextNode.data += "foo", with unselected range on detachedFor eignTextNode from 0 to 1 1342 PASS detachedForeignTextNode.data += "foo", with unselected range on detachedFor eignTextNode from 0 to 1
1343 PASS detachedForeignTextNode.data += "foo", with selected range on detachedForei gnTextNode from 0 to 1 1343 PASS detachedForeignTextNode.data += "foo", with selected range on detachedForei gnTextNode from 0 to 1
1344 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range on detachedForeignTextNode from 0 to 1 1344 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range on detachedForeignTextNode from 0 to 1
1345 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to 1 1345 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to 1
1346 PASS detachedForeignTextNode.textContent = "", with unselected range on detached ForeignTextNode from 0 to 1 1346 PASS detachedForeignTextNode.textContent = "", with unselected range on detached ForeignTextNode from 0 to 1
1347 PASS detachedForeignTextNode.textContent = "", with selected range on detachedFo reignTextNode from 0 to 1 1347 PASS detachedForeignTextNode.textContent = "", with selected range on detachedFo reignTextNode from 0 to 1
1348 PASS detachedForeignTextNode.textContent = "foo", with unselected range on detac hedForeignTextNode from 0 to 1 1348 PASS detachedForeignTextNode.textContent = "foo", with unselected range on detac hedForeignTextNode from 0 to 1
1349 PASS detachedForeignTextNode.textContent = "foo", with selected range on detache dForeignTextNode from 0 to 1 1349 PASS detachedForeignTextNode.textContent = "foo", with selected range on detache dForeignTextNode from 0 to 1
1350 FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to 1 assert_equals: Wron g end offset expected 0 but got 1 1350 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to 1
1351 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to 1 1351 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to 1
1352 FAIL detachedForeignTextNode.textContent += "", with unselected range on detache dForeignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1352 PASS detachedForeignTextNode.textContent += "", with unselected range on detache dForeignTextNode from 0 to 1
1353 PASS detachedForeignTextNode.textContent += "", with selected range on detachedF oreignTextNode from 0 to 1 1353 PASS detachedForeignTextNode.textContent += "", with selected range on detachedF oreignTextNode from 0 to 1
1354 PASS detachedForeignTextNode.textContent += "foo", with unselected range on deta chedForeignTextNode from 0 to 1 1354 PASS detachedForeignTextNode.textContent += "foo", with unselected range on deta chedForeignTextNode from 0 to 1
1355 PASS detachedForeignTextNode.textContent += "foo", with selected range on detach edForeignTextNode from 0 to 1 1355 PASS detachedForeignTextNode.textContent += "foo", with selected range on detach edForeignTextNode from 0 to 1
1356 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to 1 1356 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to 1
1357 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to 1 1357 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to 1
1358 PASS detachedForeignTextNode.nodeValue = "", with unselected range on detachedFo reignTextNode from 0 to 1 1358 PASS detachedForeignTextNode.nodeValue = "", with unselected range on detachedFo reignTextNode from 0 to 1
1359 PASS detachedForeignTextNode.nodeValue = "", with selected range on detachedFore ignTextNode from 0 to 1 1359 PASS detachedForeignTextNode.nodeValue = "", with selected range on detachedFore ignTextNode from 0 to 1
1360 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range on detache dForeignTextNode from 0 to 1 1360 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range on detache dForeignTextNode from 0 to 1
1361 PASS detachedForeignTextNode.nodeValue = "foo", with selected range on detachedF oreignTextNode from 0 to 1 1361 PASS detachedForeignTextNode.nodeValue = "foo", with selected range on detachedF oreignTextNode from 0 to 1
1362 FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 0 to 1 assert_equals: Wrong en d offset expected 0 but got 1 1362 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 0 to 1
1363 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range on detachedForeignTextNode from 0 to 1 1363 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range on detachedForeignTextNode from 0 to 1
1364 FAIL detachedForeignTextNode.nodeValue += "", with unselected range on detachedF oreignTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1364 PASS detachedForeignTextNode.nodeValue += "", with unselected range on detachedF oreignTextNode from 0 to 1
1365 PASS detachedForeignTextNode.nodeValue += "", with selected range on detachedFor eignTextNode from 0 to 1 1365 PASS detachedForeignTextNode.nodeValue += "", with selected range on detachedFor eignTextNode from 0 to 1
1366 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range on detach edForeignTextNode from 0 to 1 1366 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range on detach edForeignTextNode from 0 to 1
1367 PASS detachedForeignTextNode.nodeValue += "foo", with selected range on detached ForeignTextNode from 0 to 1 1367 PASS detachedForeignTextNode.nodeValue += "foo", with selected range on detached ForeignTextNode from 0 to 1
1368 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range on detachedForeignTextNode from 0 to 1 1368 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range on detachedForeignTextNode from 0 to 1
1369 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range on detachedForeignTextNode from 0 to 1 1369 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range on detachedForeignTextNode from 0 to 1
1370 PASS detachedForeignTextNode.data = "", with unselected range collapsed at (deta chedForeignTextNode, 1) 1370 PASS detachedForeignTextNode.data = "", with unselected range collapsed at (deta chedForeignTextNode, 1)
1371 PASS detachedForeignTextNode.data = "", with selected range collapsed at (detach edForeignTextNode, 1) 1371 PASS detachedForeignTextNode.data = "", with selected range collapsed at (detach edForeignTextNode, 1)
1372 PASS detachedForeignTextNode.data = "foo", with unselected range collapsed at (d etachedForeignTextNode, 1) 1372 PASS detachedForeignTextNode.data = "foo", with unselected range collapsed at (d etachedForeignTextNode, 1)
1373 PASS detachedForeignTextNode.data = "foo", with selected range collapsed at (det achedForeignTextNode, 1) 1373 PASS detachedForeignTextNode.data = "foo", with selected range collapsed at (det achedForeignTextNode, 1)
1374 FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start off set expected 0 but got 1 1374 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range collapsed at (detachedForeignTextNode, 1)
1375 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, 1) 1375 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, 1)
1376 FAIL detachedForeignTextNode.data += "", with unselected range collapsed at (det achedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1376 PASS detachedForeignTextNode.data += "", with unselected range collapsed at (det achedForeignTextNode, 1)
1377 PASS detachedForeignTextNode.data += "", with selected range collapsed at (detac hedForeignTextNode, 1) 1377 PASS detachedForeignTextNode.data += "", with selected range collapsed at (detac hedForeignTextNode, 1)
1378 PASS detachedForeignTextNode.data += "foo", with unselected range collapsed at ( detachedForeignTextNode, 1) 1378 PASS detachedForeignTextNode.data += "foo", with unselected range collapsed at ( detachedForeignTextNode, 1)
1379 PASS detachedForeignTextNode.data += "foo", with selected range collapsed at (de tachedForeignTextNode, 1) 1379 PASS detachedForeignTextNode.data += "foo", with selected range collapsed at (de tachedForeignTextNode, 1)
1380 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range collapsed at (detachedForeignTextNode, 1) 1380 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range collapsed at (detachedForeignTextNode, 1)
1381 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, 1) 1381 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, 1)
1382 PASS detachedForeignTextNode.textContent = "", with unselected range collapsed a t (detachedForeignTextNode, 1) 1382 PASS detachedForeignTextNode.textContent = "", with unselected range collapsed a t (detachedForeignTextNode, 1)
1383 PASS detachedForeignTextNode.textContent = "", with selected range collapsed at (detachedForeignTextNode, 1) 1383 PASS detachedForeignTextNode.textContent = "", with selected range collapsed at (detachedForeignTextNode, 1)
1384 PASS detachedForeignTextNode.textContent = "foo", with unselected range collapse d at (detachedForeignTextNode, 1) 1384 PASS detachedForeignTextNode.textContent = "foo", with unselected range collapse d at (detachedForeignTextNode, 1)
1385 PASS detachedForeignTextNode.textContent = "foo", with selected range collapsed at (detachedForeignTextNode, 1) 1385 PASS detachedForeignTextNode.textContent = "foo", with selected range collapsed at (detachedForeignTextNode, 1)
1386 FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: W rong start offset expected 0 but got 1 1386 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, 1)
1387 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, 1) 1387 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, 1)
1388 FAIL detachedForeignTextNode.textContent += "", with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1388 PASS detachedForeignTextNode.textContent += "", with unselected range collapsed at (detachedForeignTextNode, 1)
1389 PASS detachedForeignTextNode.textContent += "", with selected range collapsed at (detachedForeignTextNode, 1) 1389 PASS detachedForeignTextNode.textContent += "", with selected range collapsed at (detachedForeignTextNode, 1)
1390 PASS detachedForeignTextNode.textContent += "foo", with unselected range collaps ed at (detachedForeignTextNode, 1) 1390 PASS detachedForeignTextNode.textContent += "foo", with unselected range collaps ed at (detachedForeignTextNode, 1)
1391 PASS detachedForeignTextNode.textContent += "foo", with selected range collapsed at (detachedForeignTextNode, 1) 1391 PASS detachedForeignTextNode.textContent += "foo", with selected range collapsed at (detachedForeignTextNode, 1)
1392 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, 1) 1392 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, 1)
1393 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, 1) 1393 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, 1)
1394 PASS detachedForeignTextNode.nodeValue = "", with unselected range collapsed at (detachedForeignTextNode, 1) 1394 PASS detachedForeignTextNode.nodeValue = "", with unselected range collapsed at (detachedForeignTextNode, 1)
1395 PASS detachedForeignTextNode.nodeValue = "", with selected range collapsed at (d etachedForeignTextNode, 1) 1395 PASS detachedForeignTextNode.nodeValue = "", with selected range collapsed at (d etachedForeignTextNode, 1)
1396 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range collapsed at (detachedForeignTextNode, 1) 1396 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range collapsed at (detachedForeignTextNode, 1)
1397 PASS detachedForeignTextNode.nodeValue = "foo", with selected range collapsed at (detachedForeignTextNode, 1) 1397 PASS detachedForeignTextNode.nodeValue = "foo", with selected range collapsed at (detachedForeignTextNode, 1)
1398 FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1398 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range collapsed at (detachedForeignTextNode, 1)
1399 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range collapsed at (detachedForeignTextNode, 1) 1399 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range collapsed at (detachedForeignTextNode, 1)
1400 FAIL detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, 1) assert_equals: Wrong start offset expected 0 but g ot 1 1400 PASS detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, 1)
1401 PASS detachedForeignTextNode.nodeValue += "", with selected range collapsed at ( detachedForeignTextNode, 1) 1401 PASS detachedForeignTextNode.nodeValue += "", with selected range collapsed at ( detachedForeignTextNode, 1)
1402 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range collapsed at (detachedForeignTextNode, 1) 1402 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range collapsed at (detachedForeignTextNode, 1)
1403 PASS detachedForeignTextNode.nodeValue += "foo", with selected range collapsed a t (detachedForeignTextNode, 1) 1403 PASS detachedForeignTextNode.nodeValue += "foo", with selected range collapsed a t (detachedForeignTextNode, 1)
1404 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range collapsed at (detachedForeignTextNode, 1) 1404 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range collapsed at (detachedForeignTextNode, 1)
1405 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range collapsed at (detachedForeignTextNode, 1) 1405 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range collapsed at (detachedForeignTextNode, 1)
1406 PASS detachedForeignTextNode.data = "", with unselected range on detachedForeign TextNode from 0 to detachedForeignTextNode.length 1406 PASS detachedForeignTextNode.data = "", with unselected range on detachedForeign TextNode from 0 to detachedForeignTextNode.length
1407 PASS detachedForeignTextNode.data = "", with selected range on detachedForeignTe xtNode from 0 to detachedForeignTextNode.length 1407 PASS detachedForeignTextNode.data = "", with selected range on detachedForeignTe xtNode from 0 to detachedForeignTextNode.length
1408 PASS detachedForeignTextNode.data = "foo", with unselected range on detachedFore ignTextNode from 0 to detachedForeignTextNode.length 1408 PASS detachedForeignTextNode.data = "foo", with unselected range on detachedFore ignTextNode from 0 to detachedForeignTextNode.length
1409 PASS detachedForeignTextNode.data = "foo", with selected range on detachedForeig nTextNode from 0 to detachedForeignTextNode.length 1409 PASS detachedForeignTextNode.data = "foo", with selected range on detachedForeig nTextNode from 0 to detachedForeignTextNode.length
1410 FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range on detachedForeignTextNode from 0 to detachedForeignTextNode.length asse rt_equals: Wrong end offset expected 0 but got 8 1410 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
1411 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length 1411 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
1412 FAIL detachedForeignTextNode.data += "", with unselected range on detachedForeig nTextNode from 0 to detachedForeignTextNode.length assert_equals: Wrong end offs et expected 0 but got 8 1412 PASS detachedForeignTextNode.data += "", with unselected range on detachedForeig nTextNode from 0 to detachedForeignTextNode.length
1413 PASS detachedForeignTextNode.data += "", with selected range on detachedForeignT extNode from 0 to detachedForeignTextNode.length 1413 PASS detachedForeignTextNode.data += "", with selected range on detachedForeignT extNode from 0 to detachedForeignTextNode.length
1414 PASS detachedForeignTextNode.data += "foo", with unselected range on detachedFor eignTextNode from 0 to detachedForeignTextNode.length 1414 PASS detachedForeignTextNode.data += "foo", with unselected range on detachedFor eignTextNode from 0 to detachedForeignTextNode.length
1415 PASS detachedForeignTextNode.data += "foo", with selected range on detachedForei gnTextNode from 0 to detachedForeignTextNode.length 1415 PASS detachedForeignTextNode.data += "foo", with selected range on detachedForei gnTextNode from 0 to detachedForeignTextNode.length
1416 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range on detachedForeignTextNode from 0 to detachedForeignTextNode.length 1416 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
1417 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length 1417 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.length
1418 PASS detachedForeignTextNode.textContent = "", with unselected range on detached ForeignTextNode from 0 to detachedForeignTextNode.length 1418 PASS detachedForeignTextNode.textContent = "", with unselected range on detached ForeignTextNode from 0 to detachedForeignTextNode.length
1419 PASS detachedForeignTextNode.textContent = "", with selected range on detachedFo reignTextNode from 0 to detachedForeignTextNode.length 1419 PASS detachedForeignTextNode.textContent = "", with selected range on detachedFo reignTextNode from 0 to detachedForeignTextNode.length
1420 PASS detachedForeignTextNode.textContent = "foo", with unselected range on detac hedForeignTextNode from 0 to detachedForeignTextNode.length 1420 PASS detachedForeignTextNode.textContent = "foo", with unselected range on detac hedForeignTextNode from 0 to detachedForeignTextNode.length
1421 PASS detachedForeignTextNode.textContent = "foo", with selected range on detache dForeignTextNode from 0 to detachedForeignTextNode.length 1421 PASS detachedForeignTextNode.textContent = "foo", with selected range on detache dForeignTextNode from 0 to detachedForeignTextNode.length
1422 FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNo de.length assert_equals: Wrong end offset expected 0 but got 8 1422 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNo de.length
1423 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode .length 1423 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode .length
1424 FAIL detachedForeignTextNode.textContent += "", with unselected range on detache dForeignTextNode from 0 to detachedForeignTextNode.length assert_equals: Wrong e nd offset expected 0 but got 8 1424 PASS detachedForeignTextNode.textContent += "", with unselected range on detache dForeignTextNode from 0 to detachedForeignTextNode.length
1425 PASS detachedForeignTextNode.textContent += "", with selected range on detachedF oreignTextNode from 0 to detachedForeignTextNode.length 1425 PASS detachedForeignTextNode.textContent += "", with selected range on detachedF oreignTextNode from 0 to detachedForeignTextNode.length
1426 PASS detachedForeignTextNode.textContent += "foo", with unselected range on deta chedForeignTextNode from 0 to detachedForeignTextNode.length 1426 PASS detachedForeignTextNode.textContent += "foo", with unselected range on deta chedForeignTextNode from 0 to detachedForeignTextNode.length
1427 PASS detachedForeignTextNode.textContent += "foo", with selected range on detach edForeignTextNode from 0 to detachedForeignTextNode.length 1427 PASS detachedForeignTextNode.textContent += "foo", with selected range on detach edForeignTextNode from 0 to detachedForeignTextNode.length
1428 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextN ode.length 1428 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextN ode.length
1429 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNod e.length 1429 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNod e.length
1430 PASS detachedForeignTextNode.nodeValue = "", with unselected range on detachedFo reignTextNode from 0 to detachedForeignTextNode.length 1430 PASS detachedForeignTextNode.nodeValue = "", with unselected range on detachedFo reignTextNode from 0 to detachedForeignTextNode.length
1431 PASS detachedForeignTextNode.nodeValue = "", with selected range on detachedFore ignTextNode from 0 to detachedForeignTextNode.length 1431 PASS detachedForeignTextNode.nodeValue = "", with selected range on detachedFore ignTextNode from 0 to detachedForeignTextNode.length
1432 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range on detache dForeignTextNode from 0 to detachedForeignTextNode.length 1432 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range on detache dForeignTextNode from 0 to detachedForeignTextNode.length
1433 PASS detachedForeignTextNode.nodeValue = "foo", with selected range on detachedF oreignTextNode from 0 to detachedForeignTextNode.length 1433 PASS detachedForeignTextNode.nodeValue = "foo", with selected range on detachedF oreignTextNode from 0 to detachedForeignTextNode.length
1434 FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.l ength assert_equals: Wrong end offset expected 0 but got 8 1434 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode.l ength
1435 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.len gth 1435 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.len gth
1436 FAIL detachedForeignTextNode.nodeValue += "", with unselected range on detachedF oreignTextNode from 0 to detachedForeignTextNode.length assert_equals: Wrong end offset expected 0 but got 8 1436 PASS detachedForeignTextNode.nodeValue += "", with unselected range on detachedF oreignTextNode from 0 to detachedForeignTextNode.length
1437 PASS detachedForeignTextNode.nodeValue += "", with selected range on detachedFor eignTextNode from 0 to detachedForeignTextNode.length 1437 PASS detachedForeignTextNode.nodeValue += "", with selected range on detachedFor eignTextNode from 0 to detachedForeignTextNode.length
1438 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range on detach edForeignTextNode from 0 to detachedForeignTextNode.length 1438 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range on detach edForeignTextNode from 0 to detachedForeignTextNode.length
1439 PASS detachedForeignTextNode.nodeValue += "foo", with selected range on detached ForeignTextNode from 0 to detachedForeignTextNode.length 1439 PASS detachedForeignTextNode.nodeValue += "foo", with selected range on detached ForeignTextNode from 0 to detachedForeignTextNode.length
1440 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode. length 1440 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range on detachedForeignTextNode from 0 to detachedForeignTextNode. length
1441 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.le ngth 1441 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range on detachedForeignTextNode from 0 to detachedForeignTextNode.le ngth
1442 PASS detachedForeignTextNode.data = "", with unselected range on detachedForeign TextNode from 1 to detachedForeignTextNode.length 1442 PASS detachedForeignTextNode.data = "", with unselected range on detachedForeign TextNode from 1 to detachedForeignTextNode.length
1443 PASS detachedForeignTextNode.data = "", with selected range on detachedForeignTe xtNode from 1 to detachedForeignTextNode.length 1443 PASS detachedForeignTextNode.data = "", with selected range on detachedForeignTe xtNode from 1 to detachedForeignTextNode.length
1444 PASS detachedForeignTextNode.data = "foo", with unselected range on detachedFore ignTextNode from 1 to detachedForeignTextNode.length 1444 PASS detachedForeignTextNode.data = "foo", with unselected range on detachedFore ignTextNode from 1 to detachedForeignTextNode.length
1445 PASS detachedForeignTextNode.data = "foo", with selected range on detachedForeig nTextNode from 1 to detachedForeignTextNode.length 1445 PASS detachedForeignTextNode.data = "foo", with selected range on detachedForeig nTextNode from 1 to detachedForeignTextNode.length
1446 FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range on detachedForeignTextNode from 1 to detachedForeignTextNode.length asse rt_equals: Wrong start offset expected 0 but got 1 1446 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
1447 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length 1447 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
1448 FAIL detachedForeignTextNode.data += "", with unselected range on detachedForeig nTextNode from 1 to detachedForeignTextNode.length assert_equals: Wrong start of fset expected 0 but got 1 1448 PASS detachedForeignTextNode.data += "", with unselected range on detachedForeig nTextNode from 1 to detachedForeignTextNode.length
1449 PASS detachedForeignTextNode.data += "", with selected range on detachedForeignT extNode from 1 to detachedForeignTextNode.length 1449 PASS detachedForeignTextNode.data += "", with selected range on detachedForeignT extNode from 1 to detachedForeignTextNode.length
1450 PASS detachedForeignTextNode.data += "foo", with unselected range on detachedFor eignTextNode from 1 to detachedForeignTextNode.length 1450 PASS detachedForeignTextNode.data += "foo", with unselected range on detachedFor eignTextNode from 1 to detachedForeignTextNode.length
1451 PASS detachedForeignTextNode.data += "foo", with selected range on detachedForei gnTextNode from 1 to detachedForeignTextNode.length 1451 PASS detachedForeignTextNode.data += "foo", with selected range on detachedForei gnTextNode from 1 to detachedForeignTextNode.length
1452 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range on detachedForeignTextNode from 1 to detachedForeignTextNode.length 1452 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
1453 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length 1453 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.length
1454 PASS detachedForeignTextNode.textContent = "", with unselected range on detached ForeignTextNode from 1 to detachedForeignTextNode.length 1454 PASS detachedForeignTextNode.textContent = "", with unselected range on detached ForeignTextNode from 1 to detachedForeignTextNode.length
1455 PASS detachedForeignTextNode.textContent = "", with selected range on detachedFo reignTextNode from 1 to detachedForeignTextNode.length 1455 PASS detachedForeignTextNode.textContent = "", with selected range on detachedFo reignTextNode from 1 to detachedForeignTextNode.length
1456 PASS detachedForeignTextNode.textContent = "foo", with unselected range on detac hedForeignTextNode from 1 to detachedForeignTextNode.length 1456 PASS detachedForeignTextNode.textContent = "foo", with unselected range on detac hedForeignTextNode from 1 to detachedForeignTextNode.length
1457 PASS detachedForeignTextNode.textContent = "foo", with selected range on detache dForeignTextNode from 1 to detachedForeignTextNode.length 1457 PASS detachedForeignTextNode.textContent = "foo", with selected range on detache dForeignTextNode from 1 to detachedForeignTextNode.length
1458 FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNo de.length assert_equals: Wrong start offset expected 0 but got 1 1458 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNo de.length
1459 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode .length 1459 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode .length
1460 FAIL detachedForeignTextNode.textContent += "", with unselected range on detache dForeignTextNode from 1 to detachedForeignTextNode.length assert_equals: Wrong s tart offset expected 0 but got 1 1460 PASS detachedForeignTextNode.textContent += "", with unselected range on detache dForeignTextNode from 1 to detachedForeignTextNode.length
1461 PASS detachedForeignTextNode.textContent += "", with selected range on detachedF oreignTextNode from 1 to detachedForeignTextNode.length 1461 PASS detachedForeignTextNode.textContent += "", with selected range on detachedF oreignTextNode from 1 to detachedForeignTextNode.length
1462 PASS detachedForeignTextNode.textContent += "foo", with unselected range on deta chedForeignTextNode from 1 to detachedForeignTextNode.length 1462 PASS detachedForeignTextNode.textContent += "foo", with unselected range on deta chedForeignTextNode from 1 to detachedForeignTextNode.length
1463 PASS detachedForeignTextNode.textContent += "foo", with selected range on detach edForeignTextNode from 1 to detachedForeignTextNode.length 1463 PASS detachedForeignTextNode.textContent += "foo", with selected range on detach edForeignTextNode from 1 to detachedForeignTextNode.length
1464 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextN ode.length 1464 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextN ode.length
1465 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNod e.length 1465 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNod e.length
1466 PASS detachedForeignTextNode.nodeValue = "", with unselected range on detachedFo reignTextNode from 1 to detachedForeignTextNode.length 1466 PASS detachedForeignTextNode.nodeValue = "", with unselected range on detachedFo reignTextNode from 1 to detachedForeignTextNode.length
1467 PASS detachedForeignTextNode.nodeValue = "", with selected range on detachedFore ignTextNode from 1 to detachedForeignTextNode.length 1467 PASS detachedForeignTextNode.nodeValue = "", with selected range on detachedFore ignTextNode from 1 to detachedForeignTextNode.length
1468 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range on detache dForeignTextNode from 1 to detachedForeignTextNode.length 1468 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range on detache dForeignTextNode from 1 to detachedForeignTextNode.length
1469 PASS detachedForeignTextNode.nodeValue = "foo", with selected range on detachedF oreignTextNode from 1 to detachedForeignTextNode.length 1469 PASS detachedForeignTextNode.nodeValue = "foo", with selected range on detachedF oreignTextNode from 1 to detachedForeignTextNode.length
1470 FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.l ength assert_equals: Wrong start offset expected 0 but got 1 1470 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode.l ength
1471 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.len gth 1471 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.len gth
1472 FAIL detachedForeignTextNode.nodeValue += "", with unselected range on detachedF oreignTextNode from 1 to detachedForeignTextNode.length assert_equals: Wrong sta rt offset expected 0 but got 1 1472 PASS detachedForeignTextNode.nodeValue += "", with unselected range on detachedF oreignTextNode from 1 to detachedForeignTextNode.length
1473 PASS detachedForeignTextNode.nodeValue += "", with selected range on detachedFor eignTextNode from 1 to detachedForeignTextNode.length 1473 PASS detachedForeignTextNode.nodeValue += "", with selected range on detachedFor eignTextNode from 1 to detachedForeignTextNode.length
1474 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range on detach edForeignTextNode from 1 to detachedForeignTextNode.length 1474 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range on detach edForeignTextNode from 1 to detachedForeignTextNode.length
1475 PASS detachedForeignTextNode.nodeValue += "foo", with selected range on detached ForeignTextNode from 1 to detachedForeignTextNode.length 1475 PASS detachedForeignTextNode.nodeValue += "foo", with selected range on detached ForeignTextNode from 1 to detachedForeignTextNode.length
1476 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode. length 1476 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range on detachedForeignTextNode from 1 to detachedForeignTextNode. length
1477 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.le ngth 1477 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range on detachedForeignTextNode from 1 to detachedForeignTextNode.le ngth
1478 PASS detachedForeignTextNode.data = "", with unselected range collapsed at (deta chedForeignTextNode, detachedForeignTextNode.length) 1478 PASS detachedForeignTextNode.data = "", with unselected range collapsed at (deta chedForeignTextNode, detachedForeignTextNode.length)
1479 PASS detachedForeignTextNode.data = "", with selected range collapsed at (detach edForeignTextNode, detachedForeignTextNode.length) 1479 PASS detachedForeignTextNode.data = "", with selected range collapsed at (detach edForeignTextNode, detachedForeignTextNode.length)
1480 PASS detachedForeignTextNode.data = "foo", with unselected range collapsed at (d etachedForeignTextNode, detachedForeignTextNode.length) 1480 PASS detachedForeignTextNode.data = "foo", with unselected range collapsed at (d etachedForeignTextNode, detachedForeignTextNode.length)
1481 PASS detachedForeignTextNode.data = "foo", with selected range collapsed at (det achedForeignTextNode, detachedForeignTextNode.length) 1481 PASS detachedForeignTextNode.data = "foo", with selected range collapsed at (det achedForeignTextNode, detachedForeignTextNode.length)
1482 FAIL detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) a ssert_equals: Wrong start offset expected 0 but got 8 1482 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with unselecte d range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1483 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1483 PASS detachedForeignTextNode.data = detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1484 FAIL detachedForeignTextNode.data += "", with unselected range collapsed at (det achedForeignTextNode, detachedForeignTextNode.length) assert_equals: Wrong start offset expected 0 but got 8 1484 PASS detachedForeignTextNode.data += "", with unselected range collapsed at (det achedForeignTextNode, detachedForeignTextNode.length)
1485 PASS detachedForeignTextNode.data += "", with selected range collapsed at (detac hedForeignTextNode, detachedForeignTextNode.length) 1485 PASS detachedForeignTextNode.data += "", with selected range collapsed at (detac hedForeignTextNode, detachedForeignTextNode.length)
1486 PASS detachedForeignTextNode.data += "foo", with unselected range collapsed at ( detachedForeignTextNode, detachedForeignTextNode.length) 1486 PASS detachedForeignTextNode.data += "foo", with unselected range collapsed at ( detachedForeignTextNode, detachedForeignTextNode.length)
1487 PASS detachedForeignTextNode.data += "foo", with selected range collapsed at (de tachedForeignTextNode, detachedForeignTextNode.length) 1487 PASS detachedForeignTextNode.data += "foo", with selected range collapsed at (de tachedForeignTextNode, detachedForeignTextNode.length)
1488 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1488 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with unselect ed range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1489 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1489 PASS detachedForeignTextNode.data += detachedForeignTextNode.data, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1490 PASS detachedForeignTextNode.textContent = "", with unselected range collapsed a t (detachedForeignTextNode, detachedForeignTextNode.length) 1490 PASS detachedForeignTextNode.textContent = "", with unselected range collapsed a t (detachedForeignTextNode, detachedForeignTextNode.length)
1491 PASS detachedForeignTextNode.textContent = "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1491 PASS detachedForeignTextNode.textContent = "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1492 PASS detachedForeignTextNode.textContent = "foo", with unselected range collapse d at (detachedForeignTextNode, detachedForeignTextNode.length) 1492 PASS detachedForeignTextNode.textContent = "foo", with unselected range collapse d at (detachedForeignTextNode, detachedForeignTextNode.length)
1493 PASS detachedForeignTextNode.textContent = "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1493 PASS detachedForeignTextNode.textContent = "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1494 FAIL detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, detachedForeignText Node.length) assert_equals: Wrong start offset expected 0 but got 8 1494 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, detachedForeignText Node.length)
1495 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNo de.length) 1495 PASS detachedForeignTextNode.textContent = detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNo de.length)
1496 FAIL detachedForeignTextNode.textContent += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) assert_equals: Wron g start offset expected 0 but got 8 1496 PASS detachedForeignTextNode.textContent += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1497 PASS detachedForeignTextNode.textContent += "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1497 PASS detachedForeignTextNode.textContent += "", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1498 PASS detachedForeignTextNode.textContent += "foo", with unselected range collaps ed at (detachedForeignTextNode, detachedForeignTextNode.length) 1498 PASS detachedForeignTextNode.textContent += "foo", with unselected range collaps ed at (detachedForeignTextNode, detachedForeignTextNode.length)
1499 PASS detachedForeignTextNode.textContent += "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1499 PASS detachedForeignTextNode.textContent += "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1500 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTex tNode.length) 1500 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTex tNode.length)
1501 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextN ode.length) 1501 PASS detachedForeignTextNode.textContent += detachedForeignTextNode.textContent, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextN ode.length)
1502 PASS detachedForeignTextNode.nodeValue = "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1502 PASS detachedForeignTextNode.nodeValue = "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1503 PASS detachedForeignTextNode.nodeValue = "", with selected range collapsed at (d etachedForeignTextNode, detachedForeignTextNode.length) 1503 PASS detachedForeignTextNode.nodeValue = "", with selected range collapsed at (d etachedForeignTextNode, detachedForeignTextNode.length)
1504 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1504 PASS detachedForeignTextNode.nodeValue = "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1505 PASS detachedForeignTextNode.nodeValue = "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1505 PASS detachedForeignTextNode.nodeValue = "foo", with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1506 FAIL detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode .length) assert_equals: Wrong start offset expected 0 but got 8 1506 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode .length)
1507 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.l ength) 1507 PASS detachedForeignTextNode.nodeValue = detachedForeignTextNode.nodeValue, with selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.l ength)
1508 FAIL detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) assert_equals: Wrong start offset expected 0 but got 8 1508 PASS detachedForeignTextNode.nodeValue += "", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1509 PASS detachedForeignTextNode.nodeValue += "", with selected range collapsed at ( detachedForeignTextNode, detachedForeignTextNode.length) 1509 PASS detachedForeignTextNode.nodeValue += "", with selected range collapsed at ( detachedForeignTextNode, detachedForeignTextNode.length)
1510 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length) 1510 PASS detachedForeignTextNode.nodeValue += "foo", with unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNode.length)
1511 PASS detachedForeignTextNode.nodeValue += "foo", with selected range collapsed a t (detachedForeignTextNode, detachedForeignTextNode.length) 1511 PASS detachedForeignTextNode.nodeValue += "foo", with selected range collapsed a t (detachedForeignTextNode, detachedForeignTextNode.length)
1512 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNod e.length) 1512 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h unselected range collapsed at (detachedForeignTextNode, detachedForeignTextNod e.length)
1513 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode. length) 1513 PASS detachedForeignTextNode.nodeValue += detachedForeignTextNode.nodeValue, wit h selected range collapsed at (detachedForeignTextNode, detachedForeignTextNode. length)
1514 PASS detachedXmlTextNode.data = "", with unselected range collapsed at (detached XmlTextNode, 0) 1514 PASS detachedXmlTextNode.data = "", with unselected range collapsed at (detached XmlTextNode, 0)
1515 PASS detachedXmlTextNode.data = "", with selected range collapsed at (detachedXm lTextNode, 0) 1515 PASS detachedXmlTextNode.data = "", with selected range collapsed at (detachedXm lTextNode, 0)
1516 PASS detachedXmlTextNode.data = "foo", with unselected range collapsed at (detac hedXmlTextNode, 0) 1516 PASS detachedXmlTextNode.data = "foo", with unselected range collapsed at (detac hedXmlTextNode, 0)
1517 PASS detachedXmlTextNode.data = "foo", with selected range collapsed at (detache dXmlTextNode, 0) 1517 PASS detachedXmlTextNode.data = "foo", with selected range collapsed at (detache dXmlTextNode, 0)
1518 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, 0) 1518 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, 0)
(...skipping 25 matching lines...) Expand all
1544 PASS detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (de tachedXmlTextNode, 0) 1544 PASS detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (de tachedXmlTextNode, 0)
1545 PASS detachedXmlTextNode.nodeValue += "", with selected range collapsed at (deta chedXmlTextNode, 0) 1545 PASS detachedXmlTextNode.nodeValue += "", with selected range collapsed at (deta chedXmlTextNode, 0)
1546 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range collapsed at (detachedXmlTextNode, 0) 1546 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range collapsed at (detachedXmlTextNode, 0)
1547 PASS detachedXmlTextNode.nodeValue += "foo", with selected range collapsed at (d etachedXmlTextNode, 0) 1547 PASS detachedXmlTextNode.nodeValue += "foo", with selected range collapsed at (d etachedXmlTextNode, 0)
1548 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range collapsed at (detachedXmlTextNode, 0) 1548 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range collapsed at (detachedXmlTextNode, 0)
1549 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range collapsed at (detachedXmlTextNode, 0) 1549 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range collapsed at (detachedXmlTextNode, 0)
1550 PASS detachedXmlTextNode.data = "", with unselected range on detachedXmlTextNode from 0 to 1 1550 PASS detachedXmlTextNode.data = "", with unselected range on detachedXmlTextNode from 0 to 1
1551 PASS detachedXmlTextNode.data = "", with selected range on detachedXmlTextNode f rom 0 to 1 1551 PASS detachedXmlTextNode.data = "", with selected range on detachedXmlTextNode f rom 0 to 1
1552 PASS detachedXmlTextNode.data = "foo", with unselected range on detachedXmlTextN ode from 0 to 1 1552 PASS detachedXmlTextNode.data = "foo", with unselected range on detachedXmlTextN ode from 0 to 1
1553 PASS detachedXmlTextNode.data = "foo", with selected range on detachedXmlTextNod e from 0 to 1 1553 PASS detachedXmlTextNode.data = "foo", with selected range on detachedXmlTextNod e from 0 to 1
1554 FAIL detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 bu t got 1 1554 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to 1
1555 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range on detachedXmlTextNode from 0 to 1 1555 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range on detachedXmlTextNode from 0 to 1
1556 FAIL detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNod e from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1556 PASS detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNod e from 0 to 1
1557 PASS detachedXmlTextNode.data += "", with selected range on detachedXmlTextNode from 0 to 1 1557 PASS detachedXmlTextNode.data += "", with selected range on detachedXmlTextNode from 0 to 1
1558 PASS detachedXmlTextNode.data += "foo", with unselected range on detachedXmlText Node from 0 to 1 1558 PASS detachedXmlTextNode.data += "foo", with unselected range on detachedXmlText Node from 0 to 1
1559 PASS detachedXmlTextNode.data += "foo", with selected range on detachedXmlTextNo de from 0 to 1 1559 PASS detachedXmlTextNode.data += "foo", with selected range on detachedXmlTextNo de from 0 to 1
1560 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to 1 1560 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to 1
1561 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range o n detachedXmlTextNode from 0 to 1 1561 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range o n detachedXmlTextNode from 0 to 1
1562 PASS detachedXmlTextNode.textContent = "", with unselected range on detachedXmlT extNode from 0 to 1 1562 PASS detachedXmlTextNode.textContent = "", with unselected range on detachedXmlT extNode from 0 to 1
1563 PASS detachedXmlTextNode.textContent = "", with selected range on detachedXmlTex tNode from 0 to 1 1563 PASS detachedXmlTextNode.textContent = "", with selected range on detachedXmlTex tNode from 0 to 1
1564 PASS detachedXmlTextNode.textContent = "foo", with unselected range on detachedX mlTextNode from 0 to 1 1564 PASS detachedXmlTextNode.textContent = "foo", with unselected range on detachedX mlTextNode from 0 to 1
1565 PASS detachedXmlTextNode.textContent = "foo", with selected range on detachedXml TextNode from 0 to 1 1565 PASS detachedXmlTextNode.textContent = "foo", with selected range on detachedXml TextNode from 0 to 1
1566 FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range on detachedXmlTextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1566 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range on detachedXmlTextNode from 0 to 1
1567 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range on detachedXmlTextNode from 0 to 1 1567 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range on detachedXmlTextNode from 0 to 1
1568 FAIL detachedXmlTextNode.textContent += "", with unselected range on detachedXml TextNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1568 PASS detachedXmlTextNode.textContent += "", with unselected range on detachedXml TextNode from 0 to 1
1569 PASS detachedXmlTextNode.textContent += "", with selected range on detachedXmlTe xtNode from 0 to 1 1569 PASS detachedXmlTextNode.textContent += "", with selected range on detachedXmlTe xtNode from 0 to 1
1570 PASS detachedXmlTextNode.textContent += "foo", with unselected range on detached XmlTextNode from 0 to 1 1570 PASS detachedXmlTextNode.textContent += "foo", with unselected range on detached XmlTextNode from 0 to 1
1571 PASS detachedXmlTextNode.textContent += "foo", with selected range on detachedXm lTextNode from 0 to 1 1571 PASS detachedXmlTextNode.textContent += "foo", with selected range on detachedXm lTextNode from 0 to 1
1572 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range on detachedXmlTextNode from 0 to 1 1572 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range on detachedXmlTextNode from 0 to 1
1573 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range on detachedXmlTextNode from 0 to 1 1573 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range on detachedXmlTextNode from 0 to 1
1574 PASS detachedXmlTextNode.nodeValue = "", with unselected range on detachedXmlTex tNode from 0 to 1 1574 PASS detachedXmlTextNode.nodeValue = "", with unselected range on detachedXmlTex tNode from 0 to 1
1575 PASS detachedXmlTextNode.nodeValue = "", with selected range on detachedXmlTextN ode from 0 to 1 1575 PASS detachedXmlTextNode.nodeValue = "", with selected range on detachedXmlTextN ode from 0 to 1
1576 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range on detachedXml TextNode from 0 to 1 1576 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range on detachedXml TextNode from 0 to 1
1577 PASS detachedXmlTextNode.nodeValue = "foo", with selected range on detachedXmlTe xtNode from 0 to 1 1577 PASS detachedXmlTextNode.nodeValue = "foo", with selected range on detachedXmlTe xtNode from 0 to 1
1578 FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range on detachedXmlTextNode from 0 to 1 assert_equals: Wrong end offset exp ected 0 but got 1 1578 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range on detachedXmlTextNode from 0 to 1
1579 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range on detachedXmlTextNode from 0 to 1 1579 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range on detachedXmlTextNode from 0 to 1
1580 FAIL detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTe xtNode from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1580 PASS detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTe xtNode from 0 to 1
1581 PASS detachedXmlTextNode.nodeValue += "", with selected range on detachedXmlText Node from 0 to 1 1581 PASS detachedXmlTextNode.nodeValue += "", with selected range on detachedXmlText Node from 0 to 1
1582 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range on detachedXm lTextNode from 0 to 1 1582 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range on detachedXm lTextNode from 0 to 1
1583 PASS detachedXmlTextNode.nodeValue += "foo", with selected range on detachedXmlT extNode from 0 to 1 1583 PASS detachedXmlTextNode.nodeValue += "foo", with selected range on detachedXmlT extNode from 0 to 1
1584 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range on detachedXmlTextNode from 0 to 1 1584 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range on detachedXmlTextNode from 0 to 1
1585 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range on detachedXmlTextNode from 0 to 1 1585 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range on detachedXmlTextNode from 0 to 1
1586 PASS detachedXmlTextNode.data = "", with unselected range collapsed at (detached XmlTextNode, 1) 1586 PASS detachedXmlTextNode.data = "", with unselected range collapsed at (detached XmlTextNode, 1)
1587 PASS detachedXmlTextNode.data = "", with selected range collapsed at (detachedXm lTextNode, 1) 1587 PASS detachedXmlTextNode.data = "", with selected range collapsed at (detachedXm lTextNode, 1)
1588 PASS detachedXmlTextNode.data = "foo", with unselected range collapsed at (detac hedXmlTextNode, 1) 1588 PASS detachedXmlTextNode.data = "foo", with unselected range collapsed at (detac hedXmlTextNode, 1)
1589 PASS detachedXmlTextNode.data = "foo", with selected range collapsed at (detache dXmlTextNode, 1) 1589 PASS detachedXmlTextNode.data = "foo", with selected range collapsed at (detache dXmlTextNode, 1)
1590 FAIL detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1590 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, 1)
1591 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range co llapsed at (detachedXmlTextNode, 1) 1591 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range co llapsed at (detachedXmlTextNode, 1)
1592 FAIL detachedXmlTextNode.data += "", with unselected range collapsed at (detache dXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1592 PASS detachedXmlTextNode.data += "", with unselected range collapsed at (detache dXmlTextNode, 1)
1593 PASS detachedXmlTextNode.data += "", with selected range collapsed at (detachedX mlTextNode, 1) 1593 PASS detachedXmlTextNode.data += "", with selected range collapsed at (detachedX mlTextNode, 1)
1594 PASS detachedXmlTextNode.data += "foo", with unselected range collapsed at (deta chedXmlTextNode, 1) 1594 PASS detachedXmlTextNode.data += "foo", with unselected range collapsed at (deta chedXmlTextNode, 1)
1595 PASS detachedXmlTextNode.data += "foo", with selected range collapsed at (detach edXmlTextNode, 1) 1595 PASS detachedXmlTextNode.data += "foo", with selected range collapsed at (detach edXmlTextNode, 1)
1596 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, 1) 1596 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, 1)
1597 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range c ollapsed at (detachedXmlTextNode, 1) 1597 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range c ollapsed at (detachedXmlTextNode, 1)
1598 PASS detachedXmlTextNode.textContent = "", with unselected range collapsed at (d etachedXmlTextNode, 1) 1598 PASS detachedXmlTextNode.textContent = "", with unselected range collapsed at (d etachedXmlTextNode, 1)
1599 PASS detachedXmlTextNode.textContent = "", with selected range collapsed at (det achedXmlTextNode, 1) 1599 PASS detachedXmlTextNode.textContent = "", with selected range collapsed at (det achedXmlTextNode, 1)
1600 PASS detachedXmlTextNode.textContent = "foo", with unselected range collapsed at (detachedXmlTextNode, 1) 1600 PASS detachedXmlTextNode.textContent = "foo", with unselected range collapsed at (detachedXmlTextNode, 1)
1601 PASS detachedXmlTextNode.textContent = "foo", with selected range collapsed at ( detachedXmlTextNode, 1) 1601 PASS detachedXmlTextNode.textContent = "foo", with selected range collapsed at ( detachedXmlTextNode, 1)
1602 FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range collapsed at (detachedXmlTextNode, 1) assert_equals: Wrong start o ffset expected 0 but got 1 1602 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range collapsed at (detachedXmlTextNode, 1)
1603 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range collapsed at (detachedXmlTextNode, 1) 1603 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range collapsed at (detachedXmlTextNode, 1)
1604 FAIL detachedXmlTextNode.textContent += "", with unselected range collapsed at ( detachedXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1604 PASS detachedXmlTextNode.textContent += "", with unselected range collapsed at ( detachedXmlTextNode, 1)
1605 PASS detachedXmlTextNode.textContent += "", with selected range collapsed at (de tachedXmlTextNode, 1) 1605 PASS detachedXmlTextNode.textContent += "", with selected range collapsed at (de tachedXmlTextNode, 1)
1606 PASS detachedXmlTextNode.textContent += "foo", with unselected range collapsed a t (detachedXmlTextNode, 1) 1606 PASS detachedXmlTextNode.textContent += "foo", with unselected range collapsed a t (detachedXmlTextNode, 1)
1607 PASS detachedXmlTextNode.textContent += "foo", with selected range collapsed at (detachedXmlTextNode, 1) 1607 PASS detachedXmlTextNode.textContent += "foo", with selected range collapsed at (detachedXmlTextNode, 1)
1608 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range collapsed at (detachedXmlTextNode, 1) 1608 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range collapsed at (detachedXmlTextNode, 1)
1609 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range collapsed at (detachedXmlTextNode, 1) 1609 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range collapsed at (detachedXmlTextNode, 1)
1610 PASS detachedXmlTextNode.nodeValue = "", with unselected range collapsed at (det achedXmlTextNode, 1) 1610 PASS detachedXmlTextNode.nodeValue = "", with unselected range collapsed at (det achedXmlTextNode, 1)
1611 PASS detachedXmlTextNode.nodeValue = "", with selected range collapsed at (detac hedXmlTextNode, 1) 1611 PASS detachedXmlTextNode.nodeValue = "", with selected range collapsed at (detac hedXmlTextNode, 1)
1612 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range collapsed at ( detachedXmlTextNode, 1) 1612 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range collapsed at ( detachedXmlTextNode, 1)
1613 PASS detachedXmlTextNode.nodeValue = "foo", with selected range collapsed at (de tachedXmlTextNode, 1) 1613 PASS detachedXmlTextNode.nodeValue = "foo", with selected range collapsed at (de tachedXmlTextNode, 1)
1614 FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range collapsed at (detachedXmlTextNode, 1) assert_equals: Wrong start offse t expected 0 but got 1 1614 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range collapsed at (detachedXmlTextNode, 1)
1615 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range collapsed at (detachedXmlTextNode, 1) 1615 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range collapsed at (detachedXmlTextNode, 1)
1616 FAIL detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (de tachedXmlTextNode, 1) assert_equals: Wrong start offset expected 0 but got 1 1616 PASS detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (de tachedXmlTextNode, 1)
1617 PASS detachedXmlTextNode.nodeValue += "", with selected range collapsed at (deta chedXmlTextNode, 1) 1617 PASS detachedXmlTextNode.nodeValue += "", with selected range collapsed at (deta chedXmlTextNode, 1)
1618 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range collapsed at (detachedXmlTextNode, 1) 1618 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range collapsed at (detachedXmlTextNode, 1)
1619 PASS detachedXmlTextNode.nodeValue += "foo", with selected range collapsed at (d etachedXmlTextNode, 1) 1619 PASS detachedXmlTextNode.nodeValue += "foo", with selected range collapsed at (d etachedXmlTextNode, 1)
1620 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range collapsed at (detachedXmlTextNode, 1) 1620 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range collapsed at (detachedXmlTextNode, 1)
1621 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range collapsed at (detachedXmlTextNode, 1) 1621 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range collapsed at (detachedXmlTextNode, 1)
1622 PASS detachedXmlTextNode.data = "", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1622 PASS detachedXmlTextNode.data = "", with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1623 PASS detachedXmlTextNode.data = "", with selected range on detachedXmlTextNode f rom 0 to detachedXmlTextNode.length 1623 PASS detachedXmlTextNode.data = "", with selected range on detachedXmlTextNode f rom 0 to detachedXmlTextNode.length
1624 PASS detachedXmlTextNode.data = "foo", with unselected range on detachedXmlTextN ode from 0 to detachedXmlTextNode.length 1624 PASS detachedXmlTextNode.data = "foo", with unselected range on detachedXmlTextN ode from 0 to detachedXmlTextNode.length
1625 PASS detachedXmlTextNode.data = "foo", with selected range on detachedXmlTextNod e from 0 to detachedXmlTextNode.length 1625 PASS detachedXmlTextNode.data = "foo", with selected range on detachedXmlTextNod e from 0 to detachedXmlTextNode.length
1626 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 1626 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1627 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1627 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1628 FAIL detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNod e from 0 to detachedXmlTextNode.length assert_equals: Wrong end offset expected 0 but got 8 1628 PASS detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNod e from 0 to detachedXmlTextNode.length
1629 PASS detachedXmlTextNode.data += "", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1629 PASS detachedXmlTextNode.data += "", with selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1630 PASS detachedXmlTextNode.data += "foo", with unselected range on detachedXmlText Node from 0 to detachedXmlTextNode.length 1630 PASS detachedXmlTextNode.data += "foo", with unselected range on detachedXmlText Node from 0 to detachedXmlTextNode.length
1631 PASS detachedXmlTextNode.data += "foo", with selected range on detachedXmlTextNo de from 0 to detachedXmlTextNode.length 1631 PASS detachedXmlTextNode.data += "foo", with selected range on detachedXmlTextNo de from 0 to detachedXmlTextNode.length
1632 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1632 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1633 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range o n detachedXmlTextNode from 0 to detachedXmlTextNode.length 1633 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range o n detachedXmlTextNode from 0 to detachedXmlTextNode.length
1634 PASS detachedXmlTextNode.textContent = "", with unselected range on detachedXmlT extNode from 0 to detachedXmlTextNode.length 1634 PASS detachedXmlTextNode.textContent = "", with unselected range on detachedXmlT extNode from 0 to detachedXmlTextNode.length
1635 PASS detachedXmlTextNode.textContent = "", with selected range on detachedXmlTex tNode from 0 to detachedXmlTextNode.length 1635 PASS detachedXmlTextNode.textContent = "", with selected range on detachedXmlTex tNode from 0 to detachedXmlTextNode.length
1636 PASS detachedXmlTextNode.textContent = "foo", with unselected range on detachedX mlTextNode from 0 to detachedXmlTextNode.length 1636 PASS detachedXmlTextNode.textContent = "foo", with unselected range on detachedX mlTextNode from 0 to detachedXmlTextNode.length
1637 PASS detachedXmlTextNode.textContent = "foo", with selected range on detachedXml TextNode from 0 to detachedXmlTextNode.length 1637 PASS detachedXmlTextNode.textContent = "foo", with selected range on detachedXml TextNode from 0 to detachedXmlTextNode.length
1638 FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length assert _equals: Wrong end offset expected 0 but got 8 1638 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1639 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1639 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1640 FAIL detachedXmlTextNode.textContent += "", with unselected range on detachedXml TextNode from 0 to detachedXmlTextNode.length assert_equals: Wrong end offset ex pected 0 but got 8 1640 PASS detachedXmlTextNode.textContent += "", with unselected range on detachedXml TextNode from 0 to detachedXmlTextNode.length
1641 PASS detachedXmlTextNode.textContent += "", with selected range on detachedXmlTe xtNode from 0 to detachedXmlTextNode.length 1641 PASS detachedXmlTextNode.textContent += "", with selected range on detachedXmlTe xtNode from 0 to detachedXmlTextNode.length
1642 PASS detachedXmlTextNode.textContent += "foo", with unselected range on detached XmlTextNode from 0 to detachedXmlTextNode.length 1642 PASS detachedXmlTextNode.textContent += "foo", with unselected range on detached XmlTextNode from 0 to detachedXmlTextNode.length
1643 PASS detachedXmlTextNode.textContent += "foo", with selected range on detachedXm lTextNode from 0 to detachedXmlTextNode.length 1643 PASS detachedXmlTextNode.textContent += "foo", with selected range on detachedXm lTextNode from 0 to detachedXmlTextNode.length
1644 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1644 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1645 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1645 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1646 PASS detachedXmlTextNode.nodeValue = "", with unselected range on detachedXmlTex tNode from 0 to detachedXmlTextNode.length 1646 PASS detachedXmlTextNode.nodeValue = "", with unselected range on detachedXmlTex tNode from 0 to detachedXmlTextNode.length
1647 PASS detachedXmlTextNode.nodeValue = "", with selected range on detachedXmlTextN ode from 0 to detachedXmlTextNode.length 1647 PASS detachedXmlTextNode.nodeValue = "", with selected range on detachedXmlTextN ode from 0 to detachedXmlTextNode.length
1648 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range on detachedXml TextNode from 0 to detachedXmlTextNode.length 1648 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range on detachedXml TextNode from 0 to detachedXmlTextNode.length
1649 PASS detachedXmlTextNode.nodeValue = "foo", with selected range on detachedXmlTe xtNode from 0 to detachedXmlTextNode.length 1649 PASS detachedXmlTextNode.nodeValue = "foo", with selected range on detachedXmlTe xtNode from 0 to detachedXmlTextNode.length
1650 FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range on detachedXmlTextNode from 0 to detachedXmlTextNode.length assert_equ als: Wrong end offset expected 0 but got 8 1650 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1651 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1651 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1652 FAIL detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTe xtNode from 0 to detachedXmlTextNode.length assert_equals: Wrong end offset expe cted 0 but got 8 1652 PASS detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTe xtNode from 0 to detachedXmlTextNode.length
1653 PASS detachedXmlTextNode.nodeValue += "", with selected range on detachedXmlText Node from 0 to detachedXmlTextNode.length 1653 PASS detachedXmlTextNode.nodeValue += "", with selected range on detachedXmlText Node from 0 to detachedXmlTextNode.length
1654 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range on detachedXm lTextNode from 0 to detachedXmlTextNode.length 1654 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range on detachedXm lTextNode from 0 to detachedXmlTextNode.length
1655 PASS detachedXmlTextNode.nodeValue += "foo", with selected range on detachedXmlT extNode from 0 to detachedXmlTextNode.length 1655 PASS detachedXmlTextNode.nodeValue += "foo", with selected range on detachedXmlT extNode from 0 to detachedXmlTextNode.length
1656 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1656 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1657 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range on detachedXmlTextNode from 0 to detachedXmlTextNode.length 1657 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range on detachedXmlTextNode from 0 to detachedXmlTextNode.length
1658 PASS detachedXmlTextNode.data = "", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1658 PASS detachedXmlTextNode.data = "", with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1659 PASS detachedXmlTextNode.data = "", with selected range on detachedXmlTextNode f rom 1 to detachedXmlTextNode.length 1659 PASS detachedXmlTextNode.data = "", with selected range on detachedXmlTextNode f rom 1 to detachedXmlTextNode.length
1660 PASS detachedXmlTextNode.data = "foo", with unselected range on detachedXmlTextN ode from 1 to detachedXmlTextNode.length 1660 PASS detachedXmlTextNode.data = "foo", with unselected range on detachedXmlTextN ode from 1 to detachedXmlTextNode.length
1661 PASS detachedXmlTextNode.data = "foo", with selected range on detachedXmlTextNod e from 1 to detachedXmlTextNode.length 1661 PASS detachedXmlTextNode.data = "foo", with selected range on detachedXmlTextNod e from 1 to detachedXmlTextNode.length
1662 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 1662 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1663 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1663 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1664 FAIL detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNod e from 1 to detachedXmlTextNode.length assert_equals: Wrong start offset expecte d 0 but got 1 1664 PASS detachedXmlTextNode.data += "", with unselected range on detachedXmlTextNod e from 1 to detachedXmlTextNode.length
1665 PASS detachedXmlTextNode.data += "", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1665 PASS detachedXmlTextNode.data += "", with selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1666 PASS detachedXmlTextNode.data += "foo", with unselected range on detachedXmlText Node from 1 to detachedXmlTextNode.length 1666 PASS detachedXmlTextNode.data += "foo", with unselected range on detachedXmlText Node from 1 to detachedXmlTextNode.length
1667 PASS detachedXmlTextNode.data += "foo", with selected range on detachedXmlTextNo de from 1 to detachedXmlTextNode.length 1667 PASS detachedXmlTextNode.data += "foo", with selected range on detachedXmlTextNo de from 1 to detachedXmlTextNode.length
1668 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1668 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1669 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range o n detachedXmlTextNode from 1 to detachedXmlTextNode.length 1669 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range o n detachedXmlTextNode from 1 to detachedXmlTextNode.length
1670 PASS detachedXmlTextNode.textContent = "", with unselected range on detachedXmlT extNode from 1 to detachedXmlTextNode.length 1670 PASS detachedXmlTextNode.textContent = "", with unselected range on detachedXmlT extNode from 1 to detachedXmlTextNode.length
1671 PASS detachedXmlTextNode.textContent = "", with selected range on detachedXmlTex tNode from 1 to detachedXmlTextNode.length 1671 PASS detachedXmlTextNode.textContent = "", with selected range on detachedXmlTex tNode from 1 to detachedXmlTextNode.length
1672 PASS detachedXmlTextNode.textContent = "foo", with unselected range on detachedX mlTextNode from 1 to detachedXmlTextNode.length 1672 PASS detachedXmlTextNode.textContent = "foo", with unselected range on detachedX mlTextNode from 1 to detachedXmlTextNode.length
1673 PASS detachedXmlTextNode.textContent = "foo", with selected range on detachedXml TextNode from 1 to detachedXmlTextNode.length 1673 PASS detachedXmlTextNode.textContent = "foo", with selected range on detachedXml TextNode from 1 to detachedXmlTextNode.length
1674 FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length assert _equals: Wrong start offset expected 0 but got 1 1674 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1675 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1675 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1676 FAIL detachedXmlTextNode.textContent += "", with unselected range on detachedXml TextNode from 1 to detachedXmlTextNode.length assert_equals: Wrong start offset expected 0 but got 1 1676 PASS detachedXmlTextNode.textContent += "", with unselected range on detachedXml TextNode from 1 to detachedXmlTextNode.length
1677 PASS detachedXmlTextNode.textContent += "", with selected range on detachedXmlTe xtNode from 1 to detachedXmlTextNode.length 1677 PASS detachedXmlTextNode.textContent += "", with selected range on detachedXmlTe xtNode from 1 to detachedXmlTextNode.length
1678 PASS detachedXmlTextNode.textContent += "foo", with unselected range on detached XmlTextNode from 1 to detachedXmlTextNode.length 1678 PASS detachedXmlTextNode.textContent += "foo", with unselected range on detached XmlTextNode from 1 to detachedXmlTextNode.length
1679 PASS detachedXmlTextNode.textContent += "foo", with selected range on detachedXm lTextNode from 1 to detachedXmlTextNode.length 1679 PASS detachedXmlTextNode.textContent += "foo", with selected range on detachedXm lTextNode from 1 to detachedXmlTextNode.length
1680 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1680 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1681 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1681 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1682 PASS detachedXmlTextNode.nodeValue = "", with unselected range on detachedXmlTex tNode from 1 to detachedXmlTextNode.length 1682 PASS detachedXmlTextNode.nodeValue = "", with unselected range on detachedXmlTex tNode from 1 to detachedXmlTextNode.length
1683 PASS detachedXmlTextNode.nodeValue = "", with selected range on detachedXmlTextN ode from 1 to detachedXmlTextNode.length 1683 PASS detachedXmlTextNode.nodeValue = "", with selected range on detachedXmlTextN ode from 1 to detachedXmlTextNode.length
1684 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range on detachedXml TextNode from 1 to detachedXmlTextNode.length 1684 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range on detachedXml TextNode from 1 to detachedXmlTextNode.length
1685 PASS detachedXmlTextNode.nodeValue = "foo", with selected range on detachedXmlTe xtNode from 1 to detachedXmlTextNode.length 1685 PASS detachedXmlTextNode.nodeValue = "foo", with selected range on detachedXmlTe xtNode from 1 to detachedXmlTextNode.length
1686 FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range on detachedXmlTextNode from 1 to detachedXmlTextNode.length assert_equ als: Wrong start offset expected 0 but got 1 1686 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1687 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1687 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1688 FAIL detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTe xtNode from 1 to detachedXmlTextNode.length assert_equals: Wrong start offset ex pected 0 but got 1 1688 PASS detachedXmlTextNode.nodeValue += "", with unselected range on detachedXmlTe xtNode from 1 to detachedXmlTextNode.length
1689 PASS detachedXmlTextNode.nodeValue += "", with selected range on detachedXmlText Node from 1 to detachedXmlTextNode.length 1689 PASS detachedXmlTextNode.nodeValue += "", with selected range on detachedXmlText Node from 1 to detachedXmlTextNode.length
1690 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range on detachedXm lTextNode from 1 to detachedXmlTextNode.length 1690 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range on detachedXm lTextNode from 1 to detachedXmlTextNode.length
1691 PASS detachedXmlTextNode.nodeValue += "foo", with selected range on detachedXmlT extNode from 1 to detachedXmlTextNode.length 1691 PASS detachedXmlTextNode.nodeValue += "foo", with selected range on detachedXmlT extNode from 1 to detachedXmlTextNode.length
1692 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1692 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1693 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range on detachedXmlTextNode from 1 to detachedXmlTextNode.length 1693 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range on detachedXmlTextNode from 1 to detachedXmlTextNode.length
1694 PASS detachedXmlTextNode.data = "", with unselected range collapsed at (detached XmlTextNode, detachedXmlTextNode.length) 1694 PASS detachedXmlTextNode.data = "", with unselected range collapsed at (detached XmlTextNode, detachedXmlTextNode.length)
1695 PASS detachedXmlTextNode.data = "", with selected range collapsed at (detachedXm lTextNode, detachedXmlTextNode.length) 1695 PASS detachedXmlTextNode.data = "", with selected range collapsed at (detachedXm lTextNode, detachedXmlTextNode.length)
1696 PASS detachedXmlTextNode.data = "foo", with unselected range collapsed at (detac hedXmlTextNode, detachedXmlTextNode.length) 1696 PASS detachedXmlTextNode.data = "foo", with unselected range collapsed at (detac hedXmlTextNode, detachedXmlTextNode.length)
1697 PASS detachedXmlTextNode.data = "foo", with selected range collapsed at (detache dXmlTextNode, detachedXmlTextNode.length) 1697 PASS detachedXmlTextNode.data = "foo", with selected range collapsed at (detache dXmlTextNode, detachedXmlTextNode.length)
1698 FAIL detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) assert_equals: Wr ong start offset expected 0 but got 8 1698 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1699 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range co llapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1699 PASS detachedXmlTextNode.data = detachedXmlTextNode.data, with selected range co llapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1700 FAIL detachedXmlTextNode.data += "", with unselected range collapsed at (detache dXmlTextNode, detachedXmlTextNode.length) assert_equals: Wrong start offset expe cted 0 but got 8 1700 PASS detachedXmlTextNode.data += "", with unselected range collapsed at (detache dXmlTextNode, detachedXmlTextNode.length)
1701 PASS detachedXmlTextNode.data += "", with selected range collapsed at (detachedX mlTextNode, detachedXmlTextNode.length) 1701 PASS detachedXmlTextNode.data += "", with selected range collapsed at (detachedX mlTextNode, detachedXmlTextNode.length)
1702 PASS detachedXmlTextNode.data += "foo", with unselected range collapsed at (deta chedXmlTextNode, detachedXmlTextNode.length) 1702 PASS detachedXmlTextNode.data += "foo", with unselected range collapsed at (deta chedXmlTextNode, detachedXmlTextNode.length)
1703 PASS detachedXmlTextNode.data += "foo", with selected range collapsed at (detach edXmlTextNode, detachedXmlTextNode.length) 1703 PASS detachedXmlTextNode.data += "foo", with selected range collapsed at (detach edXmlTextNode, detachedXmlTextNode.length)
1704 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1704 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1705 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range c ollapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1705 PASS detachedXmlTextNode.data += detachedXmlTextNode.data, with selected range c ollapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1706 PASS detachedXmlTextNode.textContent = "", with unselected range collapsed at (d etachedXmlTextNode, detachedXmlTextNode.length) 1706 PASS detachedXmlTextNode.textContent = "", with unselected range collapsed at (d etachedXmlTextNode, detachedXmlTextNode.length)
1707 PASS detachedXmlTextNode.textContent = "", with selected range collapsed at (det achedXmlTextNode, detachedXmlTextNode.length) 1707 PASS detachedXmlTextNode.textContent = "", with selected range collapsed at (det achedXmlTextNode, detachedXmlTextNode.length)
1708 PASS detachedXmlTextNode.textContent = "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1708 PASS detachedXmlTextNode.textContent = "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1709 PASS detachedXmlTextNode.textContent = "foo", with selected range collapsed at ( detachedXmlTextNode, detachedXmlTextNode.length) 1709 PASS detachedXmlTextNode.textContent = "foo", with selected range collapsed at ( detachedXmlTextNode, detachedXmlTextNode.length)
1710 FAIL detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) ass ert_equals: Wrong start offset expected 0 but got 8 1710 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with uns elected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1711 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1711 PASS detachedXmlTextNode.textContent = detachedXmlTextNode.textContent, with sel ected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1712 FAIL detachedXmlTextNode.textContent += "", with unselected range collapsed at ( detachedXmlTextNode, detachedXmlTextNode.length) assert_equals: Wrong start offs et expected 0 but got 8 1712 PASS detachedXmlTextNode.textContent += "", with unselected range collapsed at ( detachedXmlTextNode, detachedXmlTextNode.length)
1713 PASS detachedXmlTextNode.textContent += "", with selected range collapsed at (de tachedXmlTextNode, detachedXmlTextNode.length) 1713 PASS detachedXmlTextNode.textContent += "", with selected range collapsed at (de tachedXmlTextNode, detachedXmlTextNode.length)
1714 PASS detachedXmlTextNode.textContent += "foo", with unselected range collapsed a t (detachedXmlTextNode, detachedXmlTextNode.length) 1714 PASS detachedXmlTextNode.textContent += "foo", with unselected range collapsed a t (detachedXmlTextNode, detachedXmlTextNode.length)
1715 PASS detachedXmlTextNode.textContent += "foo", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1715 PASS detachedXmlTextNode.textContent += "foo", with selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1716 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1716 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with un selected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1717 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1717 PASS detachedXmlTextNode.textContent += detachedXmlTextNode.textContent, with se lected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1718 PASS detachedXmlTextNode.nodeValue = "", with unselected range collapsed at (det achedXmlTextNode, detachedXmlTextNode.length) 1718 PASS detachedXmlTextNode.nodeValue = "", with unselected range collapsed at (det achedXmlTextNode, detachedXmlTextNode.length)
1719 PASS detachedXmlTextNode.nodeValue = "", with selected range collapsed at (detac hedXmlTextNode, detachedXmlTextNode.length) 1719 PASS detachedXmlTextNode.nodeValue = "", with selected range collapsed at (detac hedXmlTextNode, detachedXmlTextNode.length)
1720 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range collapsed at ( detachedXmlTextNode, detachedXmlTextNode.length) 1720 PASS detachedXmlTextNode.nodeValue = "foo", with unselected range collapsed at ( detachedXmlTextNode, detachedXmlTextNode.length)
1721 PASS detachedXmlTextNode.nodeValue = "foo", with selected range collapsed at (de tachedXmlTextNode, detachedXmlTextNode.length) 1721 PASS detachedXmlTextNode.nodeValue = "foo", with selected range collapsed at (de tachedXmlTextNode, detachedXmlTextNode.length)
1722 FAIL detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) assert_ equals: Wrong start offset expected 0 but got 8 1722 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with unselec ted range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1723 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1723 PASS detachedXmlTextNode.nodeValue = detachedXmlTextNode.nodeValue, with selecte d range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1724 FAIL detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (de tachedXmlTextNode, detachedXmlTextNode.length) assert_equals: Wrong start offset expected 0 but got 8 1724 PASS detachedXmlTextNode.nodeValue += "", with unselected range collapsed at (de tachedXmlTextNode, detachedXmlTextNode.length)
1725 PASS detachedXmlTextNode.nodeValue += "", with selected range collapsed at (deta chedXmlTextNode, detachedXmlTextNode.length) 1725 PASS detachedXmlTextNode.nodeValue += "", with selected range collapsed at (deta chedXmlTextNode, detachedXmlTextNode.length)
1726 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1726 PASS detachedXmlTextNode.nodeValue += "foo", with unselected range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1727 PASS detachedXmlTextNode.nodeValue += "foo", with selected range collapsed at (d etachedXmlTextNode, detachedXmlTextNode.length) 1727 PASS detachedXmlTextNode.nodeValue += "foo", with selected range collapsed at (d etachedXmlTextNode, detachedXmlTextNode.length)
1728 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1728 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with unsele cted range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1729 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length) 1729 PASS detachedXmlTextNode.nodeValue += detachedXmlTextNode.nodeValue, with select ed range collapsed at (detachedXmlTextNode, detachedXmlTextNode.length)
1730 PASS comment.data = "", with unselected range collapsed at (comment, 0) 1730 PASS comment.data = "", with unselected range collapsed at (comment, 0)
1731 PASS comment.data = "", with selected range collapsed at (comment, 0) 1731 PASS comment.data = "", with selected range collapsed at (comment, 0)
1732 PASS comment.data = "foo", with unselected range collapsed at (comment, 0) 1732 PASS comment.data = "foo", with unselected range collapsed at (comment, 0)
1733 PASS comment.data = "foo", with selected range collapsed at (comment, 0) 1733 PASS comment.data = "foo", with selected range collapsed at (comment, 0)
1734 PASS comment.data = comment.data, with unselected range collapsed at (comment, 0 ) 1734 PASS comment.data = comment.data, with unselected range collapsed at (comment, 0 )
(...skipping 25 matching lines...) Expand all
1760 PASS comment.nodeValue += "", with unselected range collapsed at (comment, 0) 1760 PASS comment.nodeValue += "", with unselected range collapsed at (comment, 0)
1761 PASS comment.nodeValue += "", with selected range collapsed at (comment, 0) 1761 PASS comment.nodeValue += "", with selected range collapsed at (comment, 0)
1762 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, 0) 1762 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, 0)
1763 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, 0) 1763 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, 0)
1764 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, 0) 1764 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, 0)
1765 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, 0) 1765 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, 0)
1766 PASS comment.data = "", with unselected range on comment from 0 to 1 1766 PASS comment.data = "", with unselected range on comment from 0 to 1
1767 PASS comment.data = "", with selected range on comment from 0 to 1 1767 PASS comment.data = "", with selected range on comment from 0 to 1
1768 PASS comment.data = "foo", with unselected range on comment from 0 to 1 1768 PASS comment.data = "foo", with unselected range on comment from 0 to 1
1769 PASS comment.data = "foo", with selected range on comment from 0 to 1 1769 PASS comment.data = "foo", with selected range on comment from 0 to 1
1770 FAIL comment.data = comment.data, with unselected range on comment from 0 to 1 a ssert_equals: Wrong end offset expected 0 but got 1 1770 PASS comment.data = comment.data, with unselected range on comment from 0 to 1
1771 PASS comment.data = comment.data, with selected range on comment from 0 to 1 1771 PASS comment.data = comment.data, with selected range on comment from 0 to 1
1772 FAIL comment.data += "", with unselected range on comment from 0 to 1 assert_equ als: Wrong end offset expected 0 but got 1 1772 PASS comment.data += "", with unselected range on comment from 0 to 1
1773 PASS comment.data += "", with selected range on comment from 0 to 1 1773 PASS comment.data += "", with selected range on comment from 0 to 1
1774 PASS comment.data += "foo", with unselected range on comment from 0 to 1 1774 PASS comment.data += "foo", with unselected range on comment from 0 to 1
1775 PASS comment.data += "foo", with selected range on comment from 0 to 1 1775 PASS comment.data += "foo", with selected range on comment from 0 to 1
1776 PASS comment.data += comment.data, with unselected range on comment from 0 to 1 1776 PASS comment.data += comment.data, with unselected range on comment from 0 to 1
1777 PASS comment.data += comment.data, with selected range on comment from 0 to 1 1777 PASS comment.data += comment.data, with selected range on comment from 0 to 1
1778 PASS comment.textContent = "", with unselected range on comment from 0 to 1 1778 PASS comment.textContent = "", with unselected range on comment from 0 to 1
1779 PASS comment.textContent = "", with selected range on comment from 0 to 1 1779 PASS comment.textContent = "", with selected range on comment from 0 to 1
1780 PASS comment.textContent = "foo", with unselected range on comment from 0 to 1 1780 PASS comment.textContent = "foo", with unselected range on comment from 0 to 1
1781 PASS comment.textContent = "foo", with selected range on comment from 0 to 1 1781 PASS comment.textContent = "foo", with selected range on comment from 0 to 1
1782 FAIL comment.textContent = comment.textContent, with unselected range on comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1782 PASS comment.textContent = comment.textContent, with unselected range on comment from 0 to 1
1783 PASS comment.textContent = comment.textContent, with selected range on comment f rom 0 to 1 1783 PASS comment.textContent = comment.textContent, with selected range on comment f rom 0 to 1
1784 FAIL comment.textContent += "", with unselected range on comment from 0 to 1 ass ert_equals: Wrong end offset expected 0 but got 1 1784 PASS comment.textContent += "", with unselected range on comment from 0 to 1
1785 PASS comment.textContent += "", with selected range on comment from 0 to 1 1785 PASS comment.textContent += "", with selected range on comment from 0 to 1
1786 PASS comment.textContent += "foo", with unselected range on comment from 0 to 1 1786 PASS comment.textContent += "foo", with unselected range on comment from 0 to 1
1787 PASS comment.textContent += "foo", with selected range on comment from 0 to 1 1787 PASS comment.textContent += "foo", with selected range on comment from 0 to 1
1788 PASS comment.textContent += comment.textContent, with unselected range on commen t from 0 to 1 1788 PASS comment.textContent += comment.textContent, with unselected range on commen t from 0 to 1
1789 PASS comment.textContent += comment.textContent, with selected range on comment from 0 to 1 1789 PASS comment.textContent += comment.textContent, with selected range on comment from 0 to 1
1790 PASS comment.nodeValue = "", with unselected range on comment from 0 to 1 1790 PASS comment.nodeValue = "", with unselected range on comment from 0 to 1
1791 PASS comment.nodeValue = "", with selected range on comment from 0 to 1 1791 PASS comment.nodeValue = "", with selected range on comment from 0 to 1
1792 PASS comment.nodeValue = "foo", with unselected range on comment from 0 to 1 1792 PASS comment.nodeValue = "foo", with unselected range on comment from 0 to 1
1793 PASS comment.nodeValue = "foo", with selected range on comment from 0 to 1 1793 PASS comment.nodeValue = "foo", with selected range on comment from 0 to 1
1794 FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1794 PASS comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 0 to 1
1795 PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to 1 1795 PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to 1
1796 FAIL comment.nodeValue += "", with unselected range on comment from 0 to 1 asser t_equals: Wrong end offset expected 0 but got 1 1796 PASS comment.nodeValue += "", with unselected range on comment from 0 to 1
1797 PASS comment.nodeValue += "", with selected range on comment from 0 to 1 1797 PASS comment.nodeValue += "", with selected range on comment from 0 to 1
1798 PASS comment.nodeValue += "foo", with unselected range on comment from 0 to 1 1798 PASS comment.nodeValue += "foo", with unselected range on comment from 0 to 1
1799 PASS comment.nodeValue += "foo", with selected range on comment from 0 to 1 1799 PASS comment.nodeValue += "foo", with selected range on comment from 0 to 1
1800 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 0 to 1 1800 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 0 to 1
1801 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 0 to 1 1801 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 0 to 1
1802 PASS comment.data = "", with unselected range collapsed at (comment, 1) 1802 PASS comment.data = "", with unselected range collapsed at (comment, 1)
1803 PASS comment.data = "", with selected range collapsed at (comment, 1) 1803 PASS comment.data = "", with selected range collapsed at (comment, 1)
1804 PASS comment.data = "foo", with unselected range collapsed at (comment, 1) 1804 PASS comment.data = "foo", with unselected range collapsed at (comment, 1)
1805 PASS comment.data = "foo", with selected range collapsed at (comment, 1) 1805 PASS comment.data = "foo", with selected range collapsed at (comment, 1)
1806 FAIL comment.data = comment.data, with unselected range collapsed at (comment, 1 ) assert_equals: Wrong start offset expected 0 but got 1 1806 PASS comment.data = comment.data, with unselected range collapsed at (comment, 1 )
1807 PASS comment.data = comment.data, with selected range collapsed at (comment, 1) 1807 PASS comment.data = comment.data, with selected range collapsed at (comment, 1)
1808 FAIL comment.data += "", with unselected range collapsed at (comment, 1) assert_ equals: Wrong start offset expected 0 but got 1 1808 PASS comment.data += "", with unselected range collapsed at (comment, 1)
1809 PASS comment.data += "", with selected range collapsed at (comment, 1) 1809 PASS comment.data += "", with selected range collapsed at (comment, 1)
1810 PASS comment.data += "foo", with unselected range collapsed at (comment, 1) 1810 PASS comment.data += "foo", with unselected range collapsed at (comment, 1)
1811 PASS comment.data += "foo", with selected range collapsed at (comment, 1) 1811 PASS comment.data += "foo", with selected range collapsed at (comment, 1)
1812 PASS comment.data += comment.data, with unselected range collapsed at (comment, 1) 1812 PASS comment.data += comment.data, with unselected range collapsed at (comment, 1)
1813 PASS comment.data += comment.data, with selected range collapsed at (comment, 1) 1813 PASS comment.data += comment.data, with selected range collapsed at (comment, 1)
1814 PASS comment.textContent = "", with unselected range collapsed at (comment, 1) 1814 PASS comment.textContent = "", with unselected range collapsed at (comment, 1)
1815 PASS comment.textContent = "", with selected range collapsed at (comment, 1) 1815 PASS comment.textContent = "", with selected range collapsed at (comment, 1)
1816 PASS comment.textContent = "foo", with unselected range collapsed at (comment, 1 ) 1816 PASS comment.textContent = "foo", with unselected range collapsed at (comment, 1 )
1817 PASS comment.textContent = "foo", with selected range collapsed at (comment, 1) 1817 PASS comment.textContent = "foo", with selected range collapsed at (comment, 1)
1818 FAIL comment.textContent = comment.textContent, with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1 1818 PASS comment.textContent = comment.textContent, with unselected range collapsed at (comment, 1)
1819 PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, 1) 1819 PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, 1)
1820 FAIL comment.textContent += "", with unselected range collapsed at (comment, 1) assert_equals: Wrong start offset expected 0 but got 1 1820 PASS comment.textContent += "", with unselected range collapsed at (comment, 1)
1821 PASS comment.textContent += "", with selected range collapsed at (comment, 1) 1821 PASS comment.textContent += "", with selected range collapsed at (comment, 1)
1822 PASS comment.textContent += "foo", with unselected range collapsed at (comment, 1) 1822 PASS comment.textContent += "foo", with unselected range collapsed at (comment, 1)
1823 PASS comment.textContent += "foo", with selected range collapsed at (comment, 1) 1823 PASS comment.textContent += "foo", with selected range collapsed at (comment, 1)
1824 PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, 1) 1824 PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, 1)
1825 PASS comment.textContent += comment.textContent, with selected range collapsed a t (comment, 1) 1825 PASS comment.textContent += comment.textContent, with selected range collapsed a t (comment, 1)
1826 PASS comment.nodeValue = "", with unselected range collapsed at (comment, 1) 1826 PASS comment.nodeValue = "", with unselected range collapsed at (comment, 1)
1827 PASS comment.nodeValue = "", with selected range collapsed at (comment, 1) 1827 PASS comment.nodeValue = "", with selected range collapsed at (comment, 1)
1828 PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, 1) 1828 PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, 1)
1829 PASS comment.nodeValue = "foo", with selected range collapsed at (comment, 1) 1829 PASS comment.nodeValue = "foo", with selected range collapsed at (comment, 1)
1830 FAIL comment.nodeValue = comment.nodeValue, with unselected range collapsed at ( comment, 1) assert_equals: Wrong start offset expected 0 but got 1 1830 PASS comment.nodeValue = comment.nodeValue, with unselected range collapsed at ( comment, 1)
1831 PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (co mment, 1) 1831 PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (co mment, 1)
1832 FAIL comment.nodeValue += "", with unselected range collapsed at (comment, 1) as sert_equals: Wrong start offset expected 0 but got 1 1832 PASS comment.nodeValue += "", with unselected range collapsed at (comment, 1)
1833 PASS comment.nodeValue += "", with selected range collapsed at (comment, 1) 1833 PASS comment.nodeValue += "", with selected range collapsed at (comment, 1)
1834 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, 1) 1834 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, 1)
1835 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, 1) 1835 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, 1)
1836 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, 1) 1836 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, 1)
1837 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, 1) 1837 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, 1)
1838 PASS comment.data = "", with unselected range on comment from 0 to comment.lengt h 1838 PASS comment.data = "", with unselected range on comment from 0 to comment.lengt h
1839 PASS comment.data = "", with selected range on comment from 0 to comment.length 1839 PASS comment.data = "", with selected range on comment from 0 to comment.length
1840 PASS comment.data = "foo", with unselected range on comment from 0 to comment.le ngth 1840 PASS comment.data = "foo", with unselected range on comment from 0 to comment.le ngth
1841 PASS comment.data = "foo", with selected range on comment from 0 to comment.leng th 1841 PASS comment.data = "foo", with selected range on comment from 0 to comment.leng th
1842 FAIL comment.data = comment.data, with unselected range on comment from 0 to com ment.length assert_equals: Wrong end offset expected 0 but got 14 1842 PASS comment.data = comment.data, with unselected range on comment from 0 to com ment.length
1843 PASS comment.data = comment.data, with selected range on comment from 0 to comme nt.length 1843 PASS comment.data = comment.data, with selected range on comment from 0 to comme nt.length
1844 FAIL comment.data += "", with unselected range on comment from 0 to comment.leng th assert_equals: Wrong end offset expected 0 but got 14 1844 PASS comment.data += "", with unselected range on comment from 0 to comment.leng th
1845 PASS comment.data += "", with selected range on comment from 0 to comment.length 1845 PASS comment.data += "", with selected range on comment from 0 to comment.length
1846 PASS comment.data += "foo", with unselected range on comment from 0 to comment.l ength 1846 PASS comment.data += "foo", with unselected range on comment from 0 to comment.l ength
1847 PASS comment.data += "foo", with selected range on comment from 0 to comment.len gth 1847 PASS comment.data += "foo", with selected range on comment from 0 to comment.len gth
1848 PASS comment.data += comment.data, with unselected range on comment from 0 to co mment.length 1848 PASS comment.data += comment.data, with unselected range on comment from 0 to co mment.length
1849 PASS comment.data += comment.data, with selected range on comment from 0 to comm ent.length 1849 PASS comment.data += comment.data, with selected range on comment from 0 to comm ent.length
1850 PASS comment.textContent = "", with unselected range on comment from 0 to commen t.length 1850 PASS comment.textContent = "", with unselected range on comment from 0 to commen t.length
1851 PASS comment.textContent = "", with selected range on comment from 0 to comment. length 1851 PASS comment.textContent = "", with selected range on comment from 0 to comment. length
1852 PASS comment.textContent = "foo", with unselected range on comment from 0 to com ment.length 1852 PASS comment.textContent = "foo", with unselected range on comment from 0 to com ment.length
1853 PASS comment.textContent = "foo", with selected range on comment from 0 to comme nt.length 1853 PASS comment.textContent = "foo", with selected range on comment from 0 to comme nt.length
1854 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 1854 PASS comment.textContent = comment.textContent, with unselected range on comment from 0 to comment.length
1855 PASS comment.textContent = comment.textContent, with selected range on comment f rom 0 to comment.length 1855 PASS comment.textContent = comment.textContent, with selected range on comment f rom 0 to comment.length
1856 FAIL comment.textContent += "", with unselected range on comment from 0 to comme nt.length assert_equals: Wrong end offset expected 0 but got 14 1856 PASS comment.textContent += "", with unselected range on comment from 0 to comme nt.length
1857 PASS comment.textContent += "", with selected range on comment from 0 to comment .length 1857 PASS comment.textContent += "", with selected range on comment from 0 to comment .length
1858 PASS comment.textContent += "foo", with unselected range on comment from 0 to co mment.length 1858 PASS comment.textContent += "foo", with unselected range on comment from 0 to co mment.length
1859 PASS comment.textContent += "foo", with selected range on comment from 0 to comm ent.length 1859 PASS comment.textContent += "foo", with selected range on comment from 0 to comm ent.length
1860 PASS comment.textContent += comment.textContent, with unselected range on commen t from 0 to comment.length 1860 PASS comment.textContent += comment.textContent, with unselected range on commen t from 0 to comment.length
1861 PASS comment.textContent += comment.textContent, with selected range on comment from 0 to comment.length 1861 PASS comment.textContent += comment.textContent, with selected range on comment from 0 to comment.length
1862 PASS comment.nodeValue = "", with unselected range on comment from 0 to comment. length 1862 PASS comment.nodeValue = "", with unselected range on comment from 0 to comment. length
1863 PASS comment.nodeValue = "", with selected range on comment from 0 to comment.le ngth 1863 PASS comment.nodeValue = "", with selected range on comment from 0 to comment.le ngth
1864 PASS comment.nodeValue = "foo", with unselected range on comment from 0 to comme nt.length 1864 PASS comment.nodeValue = "foo", with unselected range on comment from 0 to comme nt.length
1865 PASS comment.nodeValue = "foo", with selected range on comment from 0 to comment .length 1865 PASS comment.nodeValue = "foo", with selected range on comment from 0 to comment .length
1866 FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 0 to comment.length assert_equals: Wrong end offset expected 0 but got 14 1866 PASS comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 0 to comment.length
1867 PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to comment.length 1867 PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 0 to comment.length
1868 FAIL comment.nodeValue += "", with unselected range on comment from 0 to comment .length assert_equals: Wrong end offset expected 0 but got 14 1868 PASS comment.nodeValue += "", with unselected range on comment from 0 to comment .length
1869 PASS comment.nodeValue += "", with selected range on comment from 0 to comment.l ength 1869 PASS comment.nodeValue += "", with selected range on comment from 0 to comment.l ength
1870 PASS comment.nodeValue += "foo", with unselected range on comment from 0 to comm ent.length 1870 PASS comment.nodeValue += "foo", with unselected range on comment from 0 to comm ent.length
1871 PASS comment.nodeValue += "foo", with selected range on comment from 0 to commen t.length 1871 PASS comment.nodeValue += "foo", with selected range on comment from 0 to commen t.length
1872 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 0 to comment.length 1872 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 0 to comment.length
1873 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 0 to comment.length 1873 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 0 to comment.length
1874 PASS comment.data = "", with unselected range on comment from 1 to comment.lengt h 1874 PASS comment.data = "", with unselected range on comment from 1 to comment.lengt h
1875 PASS comment.data = "", with selected range on comment from 1 to comment.length 1875 PASS comment.data = "", with selected range on comment from 1 to comment.length
1876 PASS comment.data = "foo", with unselected range on comment from 1 to comment.le ngth 1876 PASS comment.data = "foo", with unselected range on comment from 1 to comment.le ngth
1877 PASS comment.data = "foo", with selected range on comment from 1 to comment.leng th 1877 PASS comment.data = "foo", with selected range on comment from 1 to comment.leng th
1878 FAIL comment.data = comment.data, with unselected range on comment from 1 to com ment.length assert_equals: Wrong start offset expected 0 but got 1 1878 PASS comment.data = comment.data, with unselected range on comment from 1 to com ment.length
1879 PASS comment.data = comment.data, with selected range on comment from 1 to comme nt.length 1879 PASS comment.data = comment.data, with selected range on comment from 1 to comme nt.length
1880 FAIL comment.data += "", with unselected range on comment from 1 to comment.leng th assert_equals: Wrong start offset expected 0 but got 1 1880 PASS comment.data += "", with unselected range on comment from 1 to comment.leng th
1881 PASS comment.data += "", with selected range on comment from 1 to comment.length 1881 PASS comment.data += "", with selected range on comment from 1 to comment.length
1882 PASS comment.data += "foo", with unselected range on comment from 1 to comment.l ength 1882 PASS comment.data += "foo", with unselected range on comment from 1 to comment.l ength
1883 PASS comment.data += "foo", with selected range on comment from 1 to comment.len gth 1883 PASS comment.data += "foo", with selected range on comment from 1 to comment.len gth
1884 PASS comment.data += comment.data, with unselected range on comment from 1 to co mment.length 1884 PASS comment.data += comment.data, with unselected range on comment from 1 to co mment.length
1885 PASS comment.data += comment.data, with selected range on comment from 1 to comm ent.length 1885 PASS comment.data += comment.data, with selected range on comment from 1 to comm ent.length
1886 PASS comment.textContent = "", with unselected range on comment from 1 to commen t.length 1886 PASS comment.textContent = "", with unselected range on comment from 1 to commen t.length
1887 PASS comment.textContent = "", with selected range on comment from 1 to comment. length 1887 PASS comment.textContent = "", with selected range on comment from 1 to comment. length
1888 PASS comment.textContent = "foo", with unselected range on comment from 1 to com ment.length 1888 PASS comment.textContent = "foo", with unselected range on comment from 1 to com ment.length
1889 PASS comment.textContent = "foo", with selected range on comment from 1 to comme nt.length 1889 PASS comment.textContent = "foo", with selected range on comment from 1 to comme nt.length
1890 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 1890 PASS comment.textContent = comment.textContent, with unselected range on comment from 1 to comment.length
1891 PASS comment.textContent = comment.textContent, with selected range on comment f rom 1 to comment.length 1891 PASS comment.textContent = comment.textContent, with selected range on comment f rom 1 to comment.length
1892 FAIL comment.textContent += "", with unselected range on comment from 1 to comme nt.length assert_equals: Wrong start offset expected 0 but got 1 1892 PASS comment.textContent += "", with unselected range on comment from 1 to comme nt.length
1893 PASS comment.textContent += "", with selected range on comment from 1 to comment .length 1893 PASS comment.textContent += "", with selected range on comment from 1 to comment .length
1894 PASS comment.textContent += "foo", with unselected range on comment from 1 to co mment.length 1894 PASS comment.textContent += "foo", with unselected range on comment from 1 to co mment.length
1895 PASS comment.textContent += "foo", with selected range on comment from 1 to comm ent.length 1895 PASS comment.textContent += "foo", with selected range on comment from 1 to comm ent.length
1896 PASS comment.textContent += comment.textContent, with unselected range on commen t from 1 to comment.length 1896 PASS comment.textContent += comment.textContent, with unselected range on commen t from 1 to comment.length
1897 PASS comment.textContent += comment.textContent, with selected range on comment from 1 to comment.length 1897 PASS comment.textContent += comment.textContent, with selected range on comment from 1 to comment.length
1898 PASS comment.nodeValue = "", with unselected range on comment from 1 to comment. length 1898 PASS comment.nodeValue = "", with unselected range on comment from 1 to comment. length
1899 PASS comment.nodeValue = "", with selected range on comment from 1 to comment.le ngth 1899 PASS comment.nodeValue = "", with selected range on comment from 1 to comment.le ngth
1900 PASS comment.nodeValue = "foo", with unselected range on comment from 1 to comme nt.length 1900 PASS comment.nodeValue = "foo", with unselected range on comment from 1 to comme nt.length
1901 PASS comment.nodeValue = "foo", with selected range on comment from 1 to comment .length 1901 PASS comment.nodeValue = "foo", with selected range on comment from 1 to comment .length
1902 FAIL comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 1 to comment.length assert_equals: Wrong start offset expected 0 but got 1 1902 PASS comment.nodeValue = comment.nodeValue, with unselected range on comment fro m 1 to comment.length
1903 PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 1 to comment.length 1903 PASS comment.nodeValue = comment.nodeValue, with selected range on comment from 1 to comment.length
1904 FAIL comment.nodeValue += "", with unselected range on comment from 1 to comment .length assert_equals: Wrong start offset expected 0 but got 1 1904 PASS comment.nodeValue += "", with unselected range on comment from 1 to comment .length
1905 PASS comment.nodeValue += "", with selected range on comment from 1 to comment.l ength 1905 PASS comment.nodeValue += "", with selected range on comment from 1 to comment.l ength
1906 PASS comment.nodeValue += "foo", with unselected range on comment from 1 to comm ent.length 1906 PASS comment.nodeValue += "foo", with unselected range on comment from 1 to comm ent.length
1907 PASS comment.nodeValue += "foo", with selected range on comment from 1 to commen t.length 1907 PASS comment.nodeValue += "foo", with selected range on comment from 1 to commen t.length
1908 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 1 to comment.length 1908 PASS comment.nodeValue += comment.nodeValue, with unselected range on comment fr om 1 to comment.length
1909 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 1 to comment.length 1909 PASS comment.nodeValue += comment.nodeValue, with selected range on comment from 1 to comment.length
1910 PASS comment.data = "", with unselected range collapsed at (comment, comment.len gth) 1910 PASS comment.data = "", with unselected range collapsed at (comment, comment.len gth)
1911 PASS comment.data = "", with selected range collapsed at (comment, comment.lengt h) 1911 PASS comment.data = "", with selected range collapsed at (comment, comment.lengt h)
1912 PASS comment.data = "foo", with unselected range collapsed at (comment, comment. length) 1912 PASS comment.data = "foo", with unselected range collapsed at (comment, comment. length)
1913 PASS comment.data = "foo", with selected range collapsed at (comment, comment.le ngth) 1913 PASS comment.data = "foo", with selected range collapsed at (comment, comment.le ngth)
1914 FAIL comment.data = comment.data, with unselected range collapsed at (comment, c omment.length) assert_equals: Wrong start offset expected 0 but got 14 1914 PASS comment.data = comment.data, with unselected range collapsed at (comment, c omment.length)
1915 PASS comment.data = comment.data, with selected range collapsed at (comment, com ment.length) 1915 PASS comment.data = comment.data, with selected range collapsed at (comment, com ment.length)
1916 FAIL comment.data += "", with unselected range collapsed at (comment, comment.le ngth) assert_equals: Wrong start offset expected 0 but got 14 1916 PASS comment.data += "", with unselected range collapsed at (comment, comment.le ngth)
1917 PASS comment.data += "", with selected range collapsed at (comment, comment.leng th) 1917 PASS comment.data += "", with selected range collapsed at (comment, comment.leng th)
1918 PASS comment.data += "foo", with unselected range collapsed at (comment, comment .length) 1918 PASS comment.data += "foo", with unselected range collapsed at (comment, comment .length)
1919 PASS comment.data += "foo", with selected range collapsed at (comment, comment.l ength) 1919 PASS comment.data += "foo", with selected range collapsed at (comment, comment.l ength)
1920 PASS comment.data += comment.data, with unselected range collapsed at (comment, comment.length) 1920 PASS comment.data += comment.data, with unselected range collapsed at (comment, comment.length)
1921 PASS comment.data += comment.data, with selected range collapsed at (comment, co mment.length) 1921 PASS comment.data += comment.data, with selected range collapsed at (comment, co mment.length)
1922 PASS comment.textContent = "", with unselected range collapsed at (comment, comm ent.length) 1922 PASS comment.textContent = "", with unselected range collapsed at (comment, comm ent.length)
1923 PASS comment.textContent = "", with selected range collapsed at (comment, commen t.length) 1923 PASS comment.textContent = "", with selected range collapsed at (comment, commen t.length)
1924 PASS comment.textContent = "foo", with unselected range collapsed at (comment, c omment.length) 1924 PASS comment.textContent = "foo", with unselected range collapsed at (comment, c omment.length)
1925 PASS comment.textContent = "foo", with selected range collapsed at (comment, com ment.length) 1925 PASS comment.textContent = "foo", with selected range collapsed at (comment, com ment.length)
1926 FAIL comment.textContent = comment.textContent, with unselected range collapsed at (comment, comment.length) assert_equals: Wrong start offset expected 0 but go t 14 1926 PASS comment.textContent = comment.textContent, with unselected range collapsed at (comment, comment.length)
1927 PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, comment.length) 1927 PASS comment.textContent = comment.textContent, with selected range collapsed at (comment, comment.length)
1928 FAIL comment.textContent += "", with unselected range collapsed at (comment, com ment.length) assert_equals: Wrong start offset expected 0 but got 14 1928 PASS comment.textContent += "", with unselected range collapsed at (comment, com ment.length)
1929 PASS comment.textContent += "", with selected range collapsed at (comment, comme nt.length) 1929 PASS comment.textContent += "", with selected range collapsed at (comment, comme nt.length)
1930 PASS comment.textContent += "foo", with unselected range collapsed at (comment, comment.length) 1930 PASS comment.textContent += "foo", with unselected range collapsed at (comment, comment.length)
1931 PASS comment.textContent += "foo", with selected range collapsed at (comment, co mment.length) 1931 PASS comment.textContent += "foo", with selected range collapsed at (comment, co mment.length)
1932 PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, comment.length) 1932 PASS comment.textContent += comment.textContent, with unselected range collapsed at (comment, comment.length)
1933 PASS comment.textContent += comment.textContent, with selected range collapsed a t (comment, comment.length) 1933 PASS comment.textContent += comment.textContent, with selected range collapsed a t (comment, comment.length)
1934 PASS comment.nodeValue = "", with unselected range collapsed at (comment, commen t.length) 1934 PASS comment.nodeValue = "", with unselected range collapsed at (comment, commen t.length)
1935 PASS comment.nodeValue = "", with selected range collapsed at (comment, comment. length) 1935 PASS comment.nodeValue = "", with selected range collapsed at (comment, comment. length)
1936 PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, com ment.length) 1936 PASS comment.nodeValue = "foo", with unselected range collapsed at (comment, com ment.length)
1937 PASS comment.nodeValue = "foo", with selected range collapsed at (comment, comme nt.length) 1937 PASS comment.nodeValue = "foo", with selected range collapsed at (comment, comme nt.length)
1938 FAIL comment.nodeValue = comment.nodeValue, with unselected range collapsed at ( comment, comment.length) assert_equals: Wrong start offset expected 0 but got 14 1938 PASS comment.nodeValue = comment.nodeValue, with unselected range collapsed at ( comment, comment.length)
1939 PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (co mment, comment.length) 1939 PASS comment.nodeValue = comment.nodeValue, with selected range collapsed at (co mment, comment.length)
1940 FAIL comment.nodeValue += "", with unselected range collapsed at (comment, comme nt.length) assert_equals: Wrong start offset expected 0 but got 14 1940 PASS comment.nodeValue += "", with unselected range collapsed at (comment, comme nt.length)
1941 PASS comment.nodeValue += "", with selected range collapsed at (comment, comment .length) 1941 PASS comment.nodeValue += "", with selected range collapsed at (comment, comment .length)
1942 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, co mment.length) 1942 PASS comment.nodeValue += "foo", with unselected range collapsed at (comment, co mment.length)
1943 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, comm ent.length) 1943 PASS comment.nodeValue += "foo", with selected range collapsed at (comment, comm ent.length)
1944 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, comment.length) 1944 PASS comment.nodeValue += comment.nodeValue, with unselected range collapsed at (comment, comment.length)
1945 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, comment.length) 1945 PASS comment.nodeValue += comment.nodeValue, with selected range collapsed at (c omment, comment.length)
1946 PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen t, 0) 1946 PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen t, 0)
1947 PASS foreignComment.data = "", with selected range collapsed at (foreignComment, 0) 1947 PASS foreignComment.data = "", with selected range collapsed at (foreignComment, 0)
1948 PASS foreignComment.data = "foo", with unselected range collapsed at (foreignCom ment, 0) 1948 PASS foreignComment.data = "foo", with unselected range collapsed at (foreignCom ment, 0)
1949 PASS foreignComment.data = "foo", with selected range collapsed at (foreignComme nt, 0) 1949 PASS foreignComment.data = "foo", with selected range collapsed at (foreignComme nt, 0)
1950 PASS foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, 0) 1950 PASS foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, 0)
(...skipping 25 matching lines...) Expand all
1976 PASS foreignComment.nodeValue += "", with unselected range collapsed at (foreign Comment, 0) 1976 PASS foreignComment.nodeValue += "", with unselected range collapsed at (foreign Comment, 0)
1977 PASS foreignComment.nodeValue += "", with selected range collapsed at (foreignCo mment, 0) 1977 PASS foreignComment.nodeValue += "", with selected range collapsed at (foreignCo mment, 0)
1978 PASS foreignComment.nodeValue += "foo", with unselected range collapsed at (fore ignComment, 0) 1978 PASS foreignComment.nodeValue += "foo", with unselected range collapsed at (fore ignComment, 0)
1979 PASS foreignComment.nodeValue += "foo", with selected range collapsed at (foreig nComment, 0) 1979 PASS foreignComment.nodeValue += "foo", with selected range collapsed at (foreig nComment, 0)
1980 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range collapsed at (foreignComment, 0) 1980 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range collapsed at (foreignComment, 0)
1981 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range c ollapsed at (foreignComment, 0) 1981 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range c ollapsed at (foreignComment, 0)
1982 PASS foreignComment.data = "", with unselected range on foreignComment from 0 to 1 1982 PASS foreignComment.data = "", with unselected range on foreignComment from 0 to 1
1983 PASS foreignComment.data = "", with selected range on foreignComment from 0 to 1 1983 PASS foreignComment.data = "", with selected range on foreignComment from 0 to 1
1984 PASS foreignComment.data = "foo", with unselected range on foreignComment from 0 to 1 1984 PASS foreignComment.data = "foo", with unselected range on foreignComment from 0 to 1
1985 PASS foreignComment.data = "foo", with selected range on foreignComment from 0 t o 1 1985 PASS foreignComment.data = "foo", with selected range on foreignComment from 0 t o 1
1986 FAIL foreignComment.data = foreignComment.data, with unselected range on foreign Comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1986 PASS foreignComment.data = foreignComment.data, with unselected range on foreign Comment from 0 to 1
1987 PASS foreignComment.data = foreignComment.data, with selected range on foreignCo mment from 0 to 1 1987 PASS foreignComment.data = foreignComment.data, with selected range on foreignCo mment from 0 to 1
1988 FAIL foreignComment.data += "", with unselected range on foreignComment from 0 t o 1 assert_equals: Wrong end offset expected 0 but got 1 1988 PASS foreignComment.data += "", with unselected range on foreignComment from 0 t o 1
1989 PASS foreignComment.data += "", with selected range on foreignComment from 0 to 1 1989 PASS foreignComment.data += "", with selected range on foreignComment from 0 to 1
1990 PASS foreignComment.data += "foo", with unselected range on foreignComment from 0 to 1 1990 PASS foreignComment.data += "foo", with unselected range on foreignComment from 0 to 1
1991 PASS foreignComment.data += "foo", with selected range on foreignComment from 0 to 1 1991 PASS foreignComment.data += "foo", with selected range on foreignComment from 0 to 1
1992 PASS foreignComment.data += foreignComment.data, with unselected range on foreig nComment from 0 to 1 1992 PASS foreignComment.data += foreignComment.data, with unselected range on foreig nComment from 0 to 1
1993 PASS foreignComment.data += foreignComment.data, with selected range on foreignC omment from 0 to 1 1993 PASS foreignComment.data += foreignComment.data, with selected range on foreignC omment from 0 to 1
1994 PASS foreignComment.textContent = "", with unselected range on foreignComment fr om 0 to 1 1994 PASS foreignComment.textContent = "", with unselected range on foreignComment fr om 0 to 1
1995 PASS foreignComment.textContent = "", with selected range on foreignComment from 0 to 1 1995 PASS foreignComment.textContent = "", with selected range on foreignComment from 0 to 1
1996 PASS foreignComment.textContent = "foo", with unselected range on foreignComment from 0 to 1 1996 PASS foreignComment.textContent = "foo", with unselected range on foreignComment from 0 to 1
1997 PASS foreignComment.textContent = "foo", with selected range on foreignComment f rom 0 to 1 1997 PASS foreignComment.textContent = "foo", with selected range on foreignComment f rom 0 to 1
1998 FAIL foreignComment.textContent = foreignComment.textContent, with unselected ra nge on foreignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 1998 PASS foreignComment.textContent = foreignComment.textContent, with unselected ra nge on foreignComment from 0 to 1
1999 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e on foreignComment from 0 to 1 1999 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e on foreignComment from 0 to 1
2000 FAIL foreignComment.textContent += "", with unselected range on foreignComment f rom 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2000 PASS foreignComment.textContent += "", with unselected range on foreignComment f rom 0 to 1
2001 PASS foreignComment.textContent += "", with selected range on foreignComment fro m 0 to 1 2001 PASS foreignComment.textContent += "", with selected range on foreignComment fro m 0 to 1
2002 PASS foreignComment.textContent += "foo", with unselected range on foreignCommen t from 0 to 1 2002 PASS foreignComment.textContent += "foo", with unselected range on foreignCommen t from 0 to 1
2003 PASS foreignComment.textContent += "foo", with selected range on foreignComment from 0 to 1 2003 PASS foreignComment.textContent += "foo", with selected range on foreignComment from 0 to 1
2004 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange on foreignComment from 0 to 1 2004 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange on foreignComment from 0 to 1
2005 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge on foreignComment from 0 to 1 2005 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge on foreignComment from 0 to 1
2006 PASS foreignComment.nodeValue = "", with unselected range on foreignComment from 0 to 1 2006 PASS foreignComment.nodeValue = "", with unselected range on foreignComment from 0 to 1
2007 PASS foreignComment.nodeValue = "", with selected range on foreignComment from 0 to 1 2007 PASS foreignComment.nodeValue = "", with selected range on foreignComment from 0 to 1
2008 PASS foreignComment.nodeValue = "foo", with unselected range on foreignComment f rom 0 to 1 2008 PASS foreignComment.nodeValue = "foo", with unselected range on foreignComment f rom 0 to 1
2009 PASS foreignComment.nodeValue = "foo", with selected range on foreignComment fro m 0 to 1 2009 PASS foreignComment.nodeValue = "foo", with selected range on foreignComment fro m 0 to 1
2010 FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2010 PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 0 to 1
2011 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range on foreignComment from 0 to 1 2011 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range on foreignComment from 0 to 1
2012 FAIL foreignComment.nodeValue += "", with unselected range on foreignComment fro m 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2012 PASS foreignComment.nodeValue += "", with unselected range on foreignComment fro m 0 to 1
2013 PASS foreignComment.nodeValue += "", with selected range on foreignComment from 0 to 1 2013 PASS foreignComment.nodeValue += "", with selected range on foreignComment from 0 to 1
2014 PASS foreignComment.nodeValue += "foo", with unselected range on foreignComment from 0 to 1 2014 PASS foreignComment.nodeValue += "foo", with unselected range on foreignComment from 0 to 1
2015 PASS foreignComment.nodeValue += "foo", with selected range on foreignComment fr om 0 to 1 2015 PASS foreignComment.nodeValue += "foo", with selected range on foreignComment fr om 0 to 1
2016 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range on foreignComment from 0 to 1 2016 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range on foreignComment from 0 to 1
2017 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range o n foreignComment from 0 to 1 2017 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range o n foreignComment from 0 to 1
2018 PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen t, 1) 2018 PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen t, 1)
2019 PASS foreignComment.data = "", with selected range collapsed at (foreignComment, 1) 2019 PASS foreignComment.data = "", with selected range collapsed at (foreignComment, 1)
2020 PASS foreignComment.data = "foo", with unselected range collapsed at (foreignCom ment, 1) 2020 PASS foreignComment.data = "foo", with unselected range collapsed at (foreignCom ment, 1)
2021 PASS foreignComment.data = "foo", with selected range collapsed at (foreignComme nt, 1) 2021 PASS foreignComment.data = "foo", with selected range collapsed at (foreignComme nt, 1)
2022 FAIL foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2022 PASS foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, 1)
2023 PASS foreignComment.data = foreignComment.data, with selected range collapsed at (foreignComment, 1) 2023 PASS foreignComment.data = foreignComment.data, with selected range collapsed at (foreignComment, 1)
2024 FAIL foreignComment.data += "", with unselected range collapsed at (foreignComme nt, 1) assert_equals: Wrong start offset expected 0 but got 1 2024 PASS foreignComment.data += "", with unselected range collapsed at (foreignComme nt, 1)
2025 PASS foreignComment.data += "", with selected range collapsed at (foreignComment , 1) 2025 PASS foreignComment.data += "", with selected range collapsed at (foreignComment , 1)
2026 PASS foreignComment.data += "foo", with unselected range collapsed at (foreignCo mment, 1) 2026 PASS foreignComment.data += "foo", with unselected range collapsed at (foreignCo mment, 1)
2027 PASS foreignComment.data += "foo", with selected range collapsed at (foreignComm ent, 1) 2027 PASS foreignComment.data += "foo", with selected range collapsed at (foreignComm ent, 1)
2028 PASS foreignComment.data += foreignComment.data, with unselected range collapsed at (foreignComment, 1) 2028 PASS foreignComment.data += foreignComment.data, with unselected range collapsed at (foreignComment, 1)
2029 PASS foreignComment.data += foreignComment.data, with selected range collapsed a t (foreignComment, 1) 2029 PASS foreignComment.data += foreignComment.data, with selected range collapsed a t (foreignComment, 1)
2030 PASS foreignComment.textContent = "", with unselected range collapsed at (foreig nComment, 1) 2030 PASS foreignComment.textContent = "", with unselected range collapsed at (foreig nComment, 1)
2031 PASS foreignComment.textContent = "", with selected range collapsed at (foreignC omment, 1) 2031 PASS foreignComment.textContent = "", with selected range collapsed at (foreignC omment, 1)
2032 PASS foreignComment.textContent = "foo", with unselected range collapsed at (for eignComment, 1) 2032 PASS foreignComment.textContent = "foo", with unselected range collapsed at (for eignComment, 1)
2033 PASS foreignComment.textContent = "foo", with selected range collapsed at (forei gnComment, 1) 2033 PASS foreignComment.textContent = "foo", with selected range collapsed at (forei gnComment, 1)
2034 FAIL foreignComment.textContent = foreignComment.textContent, with unselected ra nge collapsed at (foreignComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2034 PASS foreignComment.textContent = foreignComment.textContent, with unselected ra nge collapsed at (foreignComment, 1)
2035 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e collapsed at (foreignComment, 1) 2035 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e collapsed at (foreignComment, 1)
2036 FAIL foreignComment.textContent += "", with unselected range collapsed at (forei gnComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2036 PASS foreignComment.textContent += "", with unselected range collapsed at (forei gnComment, 1)
2037 PASS foreignComment.textContent += "", with selected range collapsed at (foreign Comment, 1) 2037 PASS foreignComment.textContent += "", with selected range collapsed at (foreign Comment, 1)
2038 PASS foreignComment.textContent += "foo", with unselected range collapsed at (fo reignComment, 1) 2038 PASS foreignComment.textContent += "foo", with unselected range collapsed at (fo reignComment, 1)
2039 PASS foreignComment.textContent += "foo", with selected range collapsed at (fore ignComment, 1) 2039 PASS foreignComment.textContent += "foo", with selected range collapsed at (fore ignComment, 1)
2040 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange collapsed at (foreignComment, 1) 2040 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange collapsed at (foreignComment, 1)
2041 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge collapsed at (foreignComment, 1) 2041 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge collapsed at (foreignComment, 1)
2042 PASS foreignComment.nodeValue = "", with unselected range collapsed at (foreignC omment, 1) 2042 PASS foreignComment.nodeValue = "", with unselected range collapsed at (foreignC omment, 1)
2043 PASS foreignComment.nodeValue = "", with selected range collapsed at (foreignCom ment, 1) 2043 PASS foreignComment.nodeValue = "", with selected range collapsed at (foreignCom ment, 1)
2044 PASS foreignComment.nodeValue = "foo", with unselected range collapsed at (forei gnComment, 1) 2044 PASS foreignComment.nodeValue = "foo", with unselected range collapsed at (forei gnComment, 1)
2045 PASS foreignComment.nodeValue = "foo", with selected range collapsed at (foreign Comment, 1) 2045 PASS foreignComment.nodeValue = "foo", with selected range collapsed at (foreign Comment, 1)
2046 FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range collapsed at (foreignComment, 1) assert_equals: Wrong start offset expected 0 bu t got 1 2046 PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range collapsed at (foreignComment, 1)
2047 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range co llapsed at (foreignComment, 1) 2047 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range co llapsed at (foreignComment, 1)
2048 FAIL foreignComment.nodeValue += "", with unselected range collapsed at (foreign Comment, 1) assert_equals: Wrong start offset expected 0 but got 1 2048 PASS foreignComment.nodeValue += "", with unselected range collapsed at (foreign Comment, 1)
2049 PASS foreignComment.nodeValue += "", with selected range collapsed at (foreignCo mment, 1) 2049 PASS foreignComment.nodeValue += "", with selected range collapsed at (foreignCo mment, 1)
2050 PASS foreignComment.nodeValue += "foo", with unselected range collapsed at (fore ignComment, 1) 2050 PASS foreignComment.nodeValue += "foo", with unselected range collapsed at (fore ignComment, 1)
2051 PASS foreignComment.nodeValue += "foo", with selected range collapsed at (foreig nComment, 1) 2051 PASS foreignComment.nodeValue += "foo", with selected range collapsed at (foreig nComment, 1)
2052 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range collapsed at (foreignComment, 1) 2052 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range collapsed at (foreignComment, 1)
2053 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range c ollapsed at (foreignComment, 1) 2053 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range c ollapsed at (foreignComment, 1)
2054 PASS foreignComment.data = "", with unselected range on foreignComment from 0 to foreignComment.length 2054 PASS foreignComment.data = "", with unselected range on foreignComment from 0 to foreignComment.length
2055 PASS foreignComment.data = "", with selected range on foreignComment from 0 to f oreignComment.length 2055 PASS foreignComment.data = "", with selected range on foreignComment from 0 to f oreignComment.length
2056 PASS foreignComment.data = "foo", with unselected range on foreignComment from 0 to foreignComment.length 2056 PASS foreignComment.data = "foo", with unselected range on foreignComment from 0 to foreignComment.length
2057 PASS foreignComment.data = "foo", with selected range on foreignComment from 0 t o foreignComment.length 2057 PASS foreignComment.data = "foo", with selected range on foreignComment from 0 t o foreignComment.length
2058 FAIL foreignComment.data = foreignComment.data, with unselected range on foreign Comment from 0 to foreignComment.length assert_equals: Wrong end offset expected 0 but got 100 2058 PASS foreignComment.data = foreignComment.data, with unselected range on foreign Comment from 0 to foreignComment.length
2059 PASS foreignComment.data = foreignComment.data, with selected range on foreignCo mment from 0 to foreignComment.length 2059 PASS foreignComment.data = foreignComment.data, with selected range on foreignCo mment from 0 to foreignComment.length
2060 FAIL foreignComment.data += "", with unselected range on foreignComment from 0 t o foreignComment.length assert_equals: Wrong end offset expected 0 but got 100 2060 PASS foreignComment.data += "", with unselected range on foreignComment from 0 t o foreignComment.length
2061 PASS foreignComment.data += "", with selected range on foreignComment from 0 to foreignComment.length 2061 PASS foreignComment.data += "", with selected range on foreignComment from 0 to foreignComment.length
2062 PASS foreignComment.data += "foo", with unselected range on foreignComment from 0 to foreignComment.length 2062 PASS foreignComment.data += "foo", with unselected range on foreignComment from 0 to foreignComment.length
2063 PASS foreignComment.data += "foo", with selected range on foreignComment from 0 to foreignComment.length 2063 PASS foreignComment.data += "foo", with selected range on foreignComment from 0 to foreignComment.length
2064 PASS foreignComment.data += foreignComment.data, with unselected range on foreig nComment from 0 to foreignComment.length 2064 PASS foreignComment.data += foreignComment.data, with unselected range on foreig nComment from 0 to foreignComment.length
2065 PASS foreignComment.data += foreignComment.data, with selected range on foreignC omment from 0 to foreignComment.length 2065 PASS foreignComment.data += foreignComment.data, with selected range on foreignC omment from 0 to foreignComment.length
2066 PASS foreignComment.textContent = "", with unselected range on foreignComment fr om 0 to foreignComment.length 2066 PASS foreignComment.textContent = "", with unselected range on foreignComment fr om 0 to foreignComment.length
2067 PASS foreignComment.textContent = "", with selected range on foreignComment from 0 to foreignComment.length 2067 PASS foreignComment.textContent = "", with selected range on foreignComment from 0 to foreignComment.length
2068 PASS foreignComment.textContent = "foo", with unselected range on foreignComment from 0 to foreignComment.length 2068 PASS foreignComment.textContent = "foo", with unselected range on foreignComment from 0 to foreignComment.length
2069 PASS foreignComment.textContent = "foo", with selected range on foreignComment f rom 0 to foreignComment.length 2069 PASS foreignComment.textContent = "foo", with selected range on foreignComment f rom 0 to foreignComment.length
2070 FAIL foreignComment.textContent = foreignComment.textContent, with unselected ra nge on foreignComment from 0 to foreignComment.length assert_equals: Wrong end o ffset expected 0 but got 100 2070 PASS foreignComment.textContent = foreignComment.textContent, with unselected ra nge on foreignComment from 0 to foreignComment.length
2071 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e on foreignComment from 0 to foreignComment.length 2071 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e on foreignComment from 0 to foreignComment.length
2072 FAIL foreignComment.textContent += "", with unselected range on foreignComment f rom 0 to foreignComment.length assert_equals: Wrong end offset expected 0 but go t 100 2072 PASS foreignComment.textContent += "", with unselected range on foreignComment f rom 0 to foreignComment.length
2073 PASS foreignComment.textContent += "", with selected range on foreignComment fro m 0 to foreignComment.length 2073 PASS foreignComment.textContent += "", with selected range on foreignComment fro m 0 to foreignComment.length
2074 PASS foreignComment.textContent += "foo", with unselected range on foreignCommen t from 0 to foreignComment.length 2074 PASS foreignComment.textContent += "foo", with unselected range on foreignCommen t from 0 to foreignComment.length
2075 PASS foreignComment.textContent += "foo", with selected range on foreignComment from 0 to foreignComment.length 2075 PASS foreignComment.textContent += "foo", with selected range on foreignComment from 0 to foreignComment.length
2076 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange on foreignComment from 0 to foreignComment.length 2076 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange on foreignComment from 0 to foreignComment.length
2077 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge on foreignComment from 0 to foreignComment.length 2077 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge on foreignComment from 0 to foreignComment.length
2078 PASS foreignComment.nodeValue = "", with unselected range on foreignComment from 0 to foreignComment.length 2078 PASS foreignComment.nodeValue = "", with unselected range on foreignComment from 0 to foreignComment.length
2079 PASS foreignComment.nodeValue = "", with selected range on foreignComment from 0 to foreignComment.length 2079 PASS foreignComment.nodeValue = "", with selected range on foreignComment from 0 to foreignComment.length
2080 PASS foreignComment.nodeValue = "foo", with unselected range on foreignComment f rom 0 to foreignComment.length 2080 PASS foreignComment.nodeValue = "foo", with unselected range on foreignComment f rom 0 to foreignComment.length
2081 PASS foreignComment.nodeValue = "foo", with selected range on foreignComment fro m 0 to foreignComment.length 2081 PASS foreignComment.nodeValue = "foo", with selected range on foreignComment fro m 0 to foreignComment.length
2082 FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 0 to foreignComment.length assert_equals: Wrong end offse t expected 0 but got 100 2082 PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 0 to foreignComment.length
2083 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range on foreignComment from 0 to foreignComment.length 2083 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range on foreignComment from 0 to foreignComment.length
2084 FAIL foreignComment.nodeValue += "", with unselected range on foreignComment fro m 0 to foreignComment.length assert_equals: Wrong end offset expected 0 but got 100 2084 PASS foreignComment.nodeValue += "", with unselected range on foreignComment fro m 0 to foreignComment.length
2085 PASS foreignComment.nodeValue += "", with selected range on foreignComment from 0 to foreignComment.length 2085 PASS foreignComment.nodeValue += "", with selected range on foreignComment from 0 to foreignComment.length
2086 PASS foreignComment.nodeValue += "foo", with unselected range on foreignComment from 0 to foreignComment.length 2086 PASS foreignComment.nodeValue += "foo", with unselected range on foreignComment from 0 to foreignComment.length
2087 PASS foreignComment.nodeValue += "foo", with selected range on foreignComment fr om 0 to foreignComment.length 2087 PASS foreignComment.nodeValue += "foo", with selected range on foreignComment fr om 0 to foreignComment.length
2088 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range on foreignComment from 0 to foreignComment.length 2088 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range on foreignComment from 0 to foreignComment.length
2089 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range o n foreignComment from 0 to foreignComment.length 2089 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range o n foreignComment from 0 to foreignComment.length
2090 PASS foreignComment.data = "", with unselected range on foreignComment from 1 to foreignComment.length 2090 PASS foreignComment.data = "", with unselected range on foreignComment from 1 to foreignComment.length
2091 PASS foreignComment.data = "", with selected range on foreignComment from 1 to f oreignComment.length 2091 PASS foreignComment.data = "", with selected range on foreignComment from 1 to f oreignComment.length
2092 PASS foreignComment.data = "foo", with unselected range on foreignComment from 1 to foreignComment.length 2092 PASS foreignComment.data = "foo", with unselected range on foreignComment from 1 to foreignComment.length
2093 PASS foreignComment.data = "foo", with selected range on foreignComment from 1 t o foreignComment.length 2093 PASS foreignComment.data = "foo", with selected range on foreignComment from 1 t o foreignComment.length
2094 FAIL foreignComment.data = foreignComment.data, with unselected range on foreign Comment from 1 to foreignComment.length assert_equals: Wrong start offset expect ed 0 but got 1 2094 PASS foreignComment.data = foreignComment.data, with unselected range on foreign Comment from 1 to foreignComment.length
2095 PASS foreignComment.data = foreignComment.data, with selected range on foreignCo mment from 1 to foreignComment.length 2095 PASS foreignComment.data = foreignComment.data, with selected range on foreignCo mment from 1 to foreignComment.length
2096 FAIL foreignComment.data += "", with unselected range on foreignComment from 1 t o foreignComment.length assert_equals: Wrong start offset expected 0 but got 1 2096 PASS foreignComment.data += "", with unselected range on foreignComment from 1 t o foreignComment.length
2097 PASS foreignComment.data += "", with selected range on foreignComment from 1 to foreignComment.length 2097 PASS foreignComment.data += "", with selected range on foreignComment from 1 to foreignComment.length
2098 PASS foreignComment.data += "foo", with unselected range on foreignComment from 1 to foreignComment.length 2098 PASS foreignComment.data += "foo", with unselected range on foreignComment from 1 to foreignComment.length
2099 PASS foreignComment.data += "foo", with selected range on foreignComment from 1 to foreignComment.length 2099 PASS foreignComment.data += "foo", with selected range on foreignComment from 1 to foreignComment.length
2100 PASS foreignComment.data += foreignComment.data, with unselected range on foreig nComment from 1 to foreignComment.length 2100 PASS foreignComment.data += foreignComment.data, with unselected range on foreig nComment from 1 to foreignComment.length
2101 PASS foreignComment.data += foreignComment.data, with selected range on foreignC omment from 1 to foreignComment.length 2101 PASS foreignComment.data += foreignComment.data, with selected range on foreignC omment from 1 to foreignComment.length
2102 PASS foreignComment.textContent = "", with unselected range on foreignComment fr om 1 to foreignComment.length 2102 PASS foreignComment.textContent = "", with unselected range on foreignComment fr om 1 to foreignComment.length
2103 PASS foreignComment.textContent = "", with selected range on foreignComment from 1 to foreignComment.length 2103 PASS foreignComment.textContent = "", with selected range on foreignComment from 1 to foreignComment.length
2104 PASS foreignComment.textContent = "foo", with unselected range on foreignComment from 1 to foreignComment.length 2104 PASS foreignComment.textContent = "foo", with unselected range on foreignComment from 1 to foreignComment.length
2105 PASS foreignComment.textContent = "foo", with selected range on foreignComment f rom 1 to foreignComment.length 2105 PASS foreignComment.textContent = "foo", with selected range on foreignComment f rom 1 to foreignComment.length
2106 FAIL foreignComment.textContent = foreignComment.textContent, with unselected ra nge on foreignComment from 1 to foreignComment.length assert_equals: Wrong start offset expected 0 but got 1 2106 PASS foreignComment.textContent = foreignComment.textContent, with unselected ra nge on foreignComment from 1 to foreignComment.length
2107 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e on foreignComment from 1 to foreignComment.length 2107 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e on foreignComment from 1 to foreignComment.length
2108 FAIL foreignComment.textContent += "", with unselected range on foreignComment f rom 1 to foreignComment.length assert_equals: Wrong start offset expected 0 but got 1 2108 PASS foreignComment.textContent += "", with unselected range on foreignComment f rom 1 to foreignComment.length
2109 PASS foreignComment.textContent += "", with selected range on foreignComment fro m 1 to foreignComment.length 2109 PASS foreignComment.textContent += "", with selected range on foreignComment fro m 1 to foreignComment.length
2110 PASS foreignComment.textContent += "foo", with unselected range on foreignCommen t from 1 to foreignComment.length 2110 PASS foreignComment.textContent += "foo", with unselected range on foreignCommen t from 1 to foreignComment.length
2111 PASS foreignComment.textContent += "foo", with selected range on foreignComment from 1 to foreignComment.length 2111 PASS foreignComment.textContent += "foo", with selected range on foreignComment from 1 to foreignComment.length
2112 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange on foreignComment from 1 to foreignComment.length 2112 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange on foreignComment from 1 to foreignComment.length
2113 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge on foreignComment from 1 to foreignComment.length 2113 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge on foreignComment from 1 to foreignComment.length
2114 PASS foreignComment.nodeValue = "", with unselected range on foreignComment from 1 to foreignComment.length 2114 PASS foreignComment.nodeValue = "", with unselected range on foreignComment from 1 to foreignComment.length
2115 PASS foreignComment.nodeValue = "", with selected range on foreignComment from 1 to foreignComment.length 2115 PASS foreignComment.nodeValue = "", with selected range on foreignComment from 1 to foreignComment.length
2116 PASS foreignComment.nodeValue = "foo", with unselected range on foreignComment f rom 1 to foreignComment.length 2116 PASS foreignComment.nodeValue = "foo", with unselected range on foreignComment f rom 1 to foreignComment.length
2117 PASS foreignComment.nodeValue = "foo", with selected range on foreignComment fro m 1 to foreignComment.length 2117 PASS foreignComment.nodeValue = "foo", with selected range on foreignComment fro m 1 to foreignComment.length
2118 FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 1 to foreignComment.length assert_equals: Wrong start off set expected 0 but got 1 2118 PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range on foreignComment from 1 to foreignComment.length
2119 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range on foreignComment from 1 to foreignComment.length 2119 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range on foreignComment from 1 to foreignComment.length
2120 FAIL foreignComment.nodeValue += "", with unselected range on foreignComment fro m 1 to foreignComment.length assert_equals: Wrong start offset expected 0 but go t 1 2120 PASS foreignComment.nodeValue += "", with unselected range on foreignComment fro m 1 to foreignComment.length
2121 PASS foreignComment.nodeValue += "", with selected range on foreignComment from 1 to foreignComment.length 2121 PASS foreignComment.nodeValue += "", with selected range on foreignComment from 1 to foreignComment.length
2122 PASS foreignComment.nodeValue += "foo", with unselected range on foreignComment from 1 to foreignComment.length 2122 PASS foreignComment.nodeValue += "foo", with unselected range on foreignComment from 1 to foreignComment.length
2123 PASS foreignComment.nodeValue += "foo", with selected range on foreignComment fr om 1 to foreignComment.length 2123 PASS foreignComment.nodeValue += "foo", with selected range on foreignComment fr om 1 to foreignComment.length
2124 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range on foreignComment from 1 to foreignComment.length 2124 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range on foreignComment from 1 to foreignComment.length
2125 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range o n foreignComment from 1 to foreignComment.length 2125 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range o n foreignComment from 1 to foreignComment.length
2126 PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen t, foreignComment.length) 2126 PASS foreignComment.data = "", with unselected range collapsed at (foreignCommen t, foreignComment.length)
2127 PASS foreignComment.data = "", with selected range collapsed at (foreignComment, foreignComment.length) 2127 PASS foreignComment.data = "", with selected range collapsed at (foreignComment, foreignComment.length)
2128 PASS foreignComment.data = "foo", with unselected range collapsed at (foreignCom ment, foreignComment.length) 2128 PASS foreignComment.data = "foo", with unselected range collapsed at (foreignCom ment, foreignComment.length)
2129 PASS foreignComment.data = "foo", with selected range collapsed at (foreignComme nt, foreignComment.length) 2129 PASS foreignComment.data = "foo", with selected range collapsed at (foreignComme nt, foreignComment.length)
2130 FAIL foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, foreignComment.length) assert_equals: Wrong start offset exp ected 0 but got 100 2130 PASS foreignComment.data = foreignComment.data, with unselected range collapsed at (foreignComment, foreignComment.length)
2131 PASS foreignComment.data = foreignComment.data, with selected range collapsed at (foreignComment, foreignComment.length) 2131 PASS foreignComment.data = foreignComment.data, with selected range collapsed at (foreignComment, foreignComment.length)
2132 FAIL foreignComment.data += "", with unselected range collapsed at (foreignComme nt, foreignComment.length) assert_equals: Wrong start offset expected 0 but got 100 2132 PASS foreignComment.data += "", with unselected range collapsed at (foreignComme nt, foreignComment.length)
2133 PASS foreignComment.data += "", with selected range collapsed at (foreignComment , foreignComment.length) 2133 PASS foreignComment.data += "", with selected range collapsed at (foreignComment , foreignComment.length)
2134 PASS foreignComment.data += "foo", with unselected range collapsed at (foreignCo mment, foreignComment.length) 2134 PASS foreignComment.data += "foo", with unselected range collapsed at (foreignCo mment, foreignComment.length)
2135 PASS foreignComment.data += "foo", with selected range collapsed at (foreignComm ent, foreignComment.length) 2135 PASS foreignComment.data += "foo", with selected range collapsed at (foreignComm ent, foreignComment.length)
2136 PASS foreignComment.data += foreignComment.data, with unselected range collapsed at (foreignComment, foreignComment.length) 2136 PASS foreignComment.data += foreignComment.data, with unselected range collapsed at (foreignComment, foreignComment.length)
2137 PASS foreignComment.data += foreignComment.data, with selected range collapsed a t (foreignComment, foreignComment.length) 2137 PASS foreignComment.data += foreignComment.data, with selected range collapsed a t (foreignComment, foreignComment.length)
2138 PASS foreignComment.textContent = "", with unselected range collapsed at (foreig nComment, foreignComment.length) 2138 PASS foreignComment.textContent = "", with unselected range collapsed at (foreig nComment, foreignComment.length)
2139 PASS foreignComment.textContent = "", with selected range collapsed at (foreignC omment, foreignComment.length) 2139 PASS foreignComment.textContent = "", with selected range collapsed at (foreignC omment, foreignComment.length)
2140 PASS foreignComment.textContent = "foo", with unselected range collapsed at (for eignComment, foreignComment.length) 2140 PASS foreignComment.textContent = "foo", with unselected range collapsed at (for eignComment, foreignComment.length)
2141 PASS foreignComment.textContent = "foo", with selected range collapsed at (forei gnComment, foreignComment.length) 2141 PASS foreignComment.textContent = "foo", with selected range collapsed at (forei gnComment, foreignComment.length)
2142 FAIL foreignComment.textContent = foreignComment.textContent, with unselected ra nge collapsed at (foreignComment, foreignComment.length) assert_equals: Wrong st art offset expected 0 but got 100 2142 PASS foreignComment.textContent = foreignComment.textContent, with unselected ra nge collapsed at (foreignComment, foreignComment.length)
2143 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e collapsed at (foreignComment, foreignComment.length) 2143 PASS foreignComment.textContent = foreignComment.textContent, with selected rang e collapsed at (foreignComment, foreignComment.length)
2144 FAIL foreignComment.textContent += "", with unselected range collapsed at (forei gnComment, foreignComment.length) assert_equals: Wrong start offset expected 0 b ut got 100 2144 PASS foreignComment.textContent += "", with unselected range collapsed at (forei gnComment, foreignComment.length)
2145 PASS foreignComment.textContent += "", with selected range collapsed at (foreign Comment, foreignComment.length) 2145 PASS foreignComment.textContent += "", with selected range collapsed at (foreign Comment, foreignComment.length)
2146 PASS foreignComment.textContent += "foo", with unselected range collapsed at (fo reignComment, foreignComment.length) 2146 PASS foreignComment.textContent += "foo", with unselected range collapsed at (fo reignComment, foreignComment.length)
2147 PASS foreignComment.textContent += "foo", with selected range collapsed at (fore ignComment, foreignComment.length) 2147 PASS foreignComment.textContent += "foo", with selected range collapsed at (fore ignComment, foreignComment.length)
2148 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange collapsed at (foreignComment, foreignComment.length) 2148 PASS foreignComment.textContent += foreignComment.textContent, with unselected r ange collapsed at (foreignComment, foreignComment.length)
2149 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge collapsed at (foreignComment, foreignComment.length) 2149 PASS foreignComment.textContent += foreignComment.textContent, with selected ran ge collapsed at (foreignComment, foreignComment.length)
2150 PASS foreignComment.nodeValue = "", with unselected range collapsed at (foreignC omment, foreignComment.length) 2150 PASS foreignComment.nodeValue = "", with unselected range collapsed at (foreignC omment, foreignComment.length)
2151 PASS foreignComment.nodeValue = "", with selected range collapsed at (foreignCom ment, foreignComment.length) 2151 PASS foreignComment.nodeValue = "", with selected range collapsed at (foreignCom ment, foreignComment.length)
2152 PASS foreignComment.nodeValue = "foo", with unselected range collapsed at (forei gnComment, foreignComment.length) 2152 PASS foreignComment.nodeValue = "foo", with unselected range collapsed at (forei gnComment, foreignComment.length)
2153 PASS foreignComment.nodeValue = "foo", with selected range collapsed at (foreign Comment, foreignComment.length) 2153 PASS foreignComment.nodeValue = "foo", with selected range collapsed at (foreign Comment, foreignComment.length)
2154 FAIL foreignComment.nodeValue = foreignComment.nodeValue, with unselected range collapsed at (foreignComment, foreignComment.length) assert_equals: Wrong start offset expected 0 but got 100 2154 PASS foreignComment.nodeValue = foreignComment.nodeValue, with unselected range collapsed at (foreignComment, foreignComment.length)
2155 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range co llapsed at (foreignComment, foreignComment.length) 2155 PASS foreignComment.nodeValue = foreignComment.nodeValue, with selected range co llapsed at (foreignComment, foreignComment.length)
2156 FAIL foreignComment.nodeValue += "", with unselected range collapsed at (foreign Comment, foreignComment.length) assert_equals: Wrong start offset expected 0 but got 100 2156 PASS foreignComment.nodeValue += "", with unselected range collapsed at (foreign Comment, foreignComment.length)
2157 PASS foreignComment.nodeValue += "", with selected range collapsed at (foreignCo mment, foreignComment.length) 2157 PASS foreignComment.nodeValue += "", with selected range collapsed at (foreignCo mment, foreignComment.length)
2158 PASS foreignComment.nodeValue += "foo", with unselected range collapsed at (fore ignComment, foreignComment.length) 2158 PASS foreignComment.nodeValue += "foo", with unselected range collapsed at (fore ignComment, foreignComment.length)
2159 PASS foreignComment.nodeValue += "foo", with selected range collapsed at (foreig nComment, foreignComment.length) 2159 PASS foreignComment.nodeValue += "foo", with selected range collapsed at (foreig nComment, foreignComment.length)
2160 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range collapsed at (foreignComment, foreignComment.length) 2160 PASS foreignComment.nodeValue += foreignComment.nodeValue, with unselected range collapsed at (foreignComment, foreignComment.length)
2161 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range c ollapsed at (foreignComment, foreignComment.length) 2161 PASS foreignComment.nodeValue += foreignComment.nodeValue, with selected range c ollapsed at (foreignComment, foreignComment.length)
2162 PASS xmlComment.data = "", with unselected range collapsed at (xmlComment, 0) 2162 PASS xmlComment.data = "", with unselected range collapsed at (xmlComment, 0)
2163 PASS xmlComment.data = "", with selected range collapsed at (xmlComment, 0) 2163 PASS xmlComment.data = "", with selected range collapsed at (xmlComment, 0)
2164 PASS xmlComment.data = "foo", with unselected range collapsed at (xmlComment, 0) 2164 PASS xmlComment.data = "foo", with unselected range collapsed at (xmlComment, 0)
2165 PASS xmlComment.data = "foo", with selected range collapsed at (xmlComment, 0) 2165 PASS xmlComment.data = "foo", with selected range collapsed at (xmlComment, 0)
2166 PASS xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlC omment, 0) 2166 PASS xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlC omment, 0)
(...skipping 25 matching lines...) Expand all
2192 PASS xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, 0) 2192 PASS xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, 0)
2193 PASS xmlComment.nodeValue += "", with selected range collapsed at (xmlComment, 0 ) 2193 PASS xmlComment.nodeValue += "", with selected range collapsed at (xmlComment, 0 )
2194 PASS xmlComment.nodeValue += "foo", with unselected range collapsed at (xmlComme nt, 0) 2194 PASS xmlComment.nodeValue += "foo", with unselected range collapsed at (xmlComme nt, 0)
2195 PASS xmlComment.nodeValue += "foo", with selected range collapsed at (xmlComment , 0) 2195 PASS xmlComment.nodeValue += "foo", with selected range collapsed at (xmlComment , 0)
2196 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range collaps ed at (xmlComment, 0) 2196 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range collaps ed at (xmlComment, 0)
2197 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range collapsed at (xmlComment, 0) 2197 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range collapsed at (xmlComment, 0)
2198 PASS xmlComment.data = "", with unselected range on xmlComment from 0 to 1 2198 PASS xmlComment.data = "", with unselected range on xmlComment from 0 to 1
2199 PASS xmlComment.data = "", with selected range on xmlComment from 0 to 1 2199 PASS xmlComment.data = "", with selected range on xmlComment from 0 to 1
2200 PASS xmlComment.data = "foo", with unselected range on xmlComment from 0 to 1 2200 PASS xmlComment.data = "foo", with unselected range on xmlComment from 0 to 1
2201 PASS xmlComment.data = "foo", with selected range on xmlComment from 0 to 1 2201 PASS xmlComment.data = "foo", with selected range on xmlComment from 0 to 1
2202 FAIL xmlComment.data = xmlComment.data, with unselected range on xmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2202 PASS xmlComment.data = xmlComment.data, with unselected range on xmlComment from 0 to 1
2203 PASS xmlComment.data = xmlComment.data, with selected range on xmlComment from 0 to 1 2203 PASS xmlComment.data = xmlComment.data, with selected range on xmlComment from 0 to 1
2204 FAIL xmlComment.data += "", with unselected range on xmlComment from 0 to 1 asse rt_equals: Wrong end offset expected 0 but got 1 2204 PASS xmlComment.data += "", with unselected range on xmlComment from 0 to 1
2205 PASS xmlComment.data += "", with selected range on xmlComment from 0 to 1 2205 PASS xmlComment.data += "", with selected range on xmlComment from 0 to 1
2206 PASS xmlComment.data += "foo", with unselected range on xmlComment from 0 to 1 2206 PASS xmlComment.data += "foo", with unselected range on xmlComment from 0 to 1
2207 PASS xmlComment.data += "foo", with selected range on xmlComment from 0 to 1 2207 PASS xmlComment.data += "foo", with selected range on xmlComment from 0 to 1
2208 PASS xmlComment.data += xmlComment.data, with unselected range on xmlComment fro m 0 to 1 2208 PASS xmlComment.data += xmlComment.data, with unselected range on xmlComment fro m 0 to 1
2209 PASS xmlComment.data += xmlComment.data, with selected range on xmlComment from 0 to 1 2209 PASS xmlComment.data += xmlComment.data, with selected range on xmlComment from 0 to 1
2210 PASS xmlComment.textContent = "", with unselected range on xmlComment from 0 to 1 2210 PASS xmlComment.textContent = "", with unselected range on xmlComment from 0 to 1
2211 PASS xmlComment.textContent = "", with selected range on xmlComment from 0 to 1 2211 PASS xmlComment.textContent = "", with selected range on xmlComment from 0 to 1
2212 PASS xmlComment.textContent = "foo", with unselected range on xmlComment from 0 to 1 2212 PASS xmlComment.textContent = "foo", with unselected range on xmlComment from 0 to 1
2213 PASS xmlComment.textContent = "foo", with selected range on xmlComment from 0 to 1 2213 PASS xmlComment.textContent = "foo", with selected range on xmlComment from 0 to 1
2214 FAIL xmlComment.textContent = xmlComment.textContent, with unselected range on x mlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2214 PASS xmlComment.textContent = xmlComment.textContent, with unselected range on x mlComment from 0 to 1
2215 PASS xmlComment.textContent = xmlComment.textContent, with selected range on xml Comment from 0 to 1 2215 PASS xmlComment.textContent = xmlComment.textContent, with selected range on xml Comment from 0 to 1
2216 FAIL xmlComment.textContent += "", with unselected range on xmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2216 PASS xmlComment.textContent += "", with unselected range on xmlComment from 0 to 1
2217 PASS xmlComment.textContent += "", with selected range on xmlComment from 0 to 1 2217 PASS xmlComment.textContent += "", with selected range on xmlComment from 0 to 1
2218 PASS xmlComment.textContent += "foo", with unselected range on xmlComment from 0 to 1 2218 PASS xmlComment.textContent += "foo", with unselected range on xmlComment from 0 to 1
2219 PASS xmlComment.textContent += "foo", with selected range on xmlComment from 0 t o 1 2219 PASS xmlComment.textContent += "foo", with selected range on xmlComment from 0 t o 1
2220 PASS xmlComment.textContent += xmlComment.textContent, with unselected range on xmlComment from 0 to 1 2220 PASS xmlComment.textContent += xmlComment.textContent, with unselected range on xmlComment from 0 to 1
2221 PASS xmlComment.textContent += xmlComment.textContent, with selected range on xm lComment from 0 to 1 2221 PASS xmlComment.textContent += xmlComment.textContent, with selected range on xm lComment from 0 to 1
2222 PASS xmlComment.nodeValue = "", with unselected range on xmlComment from 0 to 1 2222 PASS xmlComment.nodeValue = "", with unselected range on xmlComment from 0 to 1
2223 PASS xmlComment.nodeValue = "", with selected range on xmlComment from 0 to 1 2223 PASS xmlComment.nodeValue = "", with selected range on xmlComment from 0 to 1
2224 PASS xmlComment.nodeValue = "foo", with unselected range on xmlComment from 0 to 1 2224 PASS xmlComment.nodeValue = "foo", with unselected range on xmlComment from 0 to 1
2225 PASS xmlComment.nodeValue = "foo", with selected range on xmlComment from 0 to 1 2225 PASS xmlComment.nodeValue = "foo", with selected range on xmlComment from 0 to 1
2226 FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlCo mment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2226 PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlCo mment from 0 to 1
2227 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range on xmlComm ent from 0 to 1 2227 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range on xmlComm ent from 0 to 1
2228 FAIL xmlComment.nodeValue += "", with unselected range on xmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2228 PASS xmlComment.nodeValue += "", with unselected range on xmlComment from 0 to 1
2229 PASS xmlComment.nodeValue += "", with selected range on xmlComment from 0 to 1 2229 PASS xmlComment.nodeValue += "", with selected range on xmlComment from 0 to 1
2230 PASS xmlComment.nodeValue += "foo", with unselected range on xmlComment from 0 t o 1 2230 PASS xmlComment.nodeValue += "foo", with unselected range on xmlComment from 0 t o 1
2231 PASS xmlComment.nodeValue += "foo", with selected range on xmlComment from 0 to 1 2231 PASS xmlComment.nodeValue += "foo", with selected range on xmlComment from 0 to 1
2232 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range on xmlC omment from 0 to 1 2232 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range on xmlC omment from 0 to 1
2233 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range on xmlCom ment from 0 to 1 2233 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range on xmlCom ment from 0 to 1
2234 PASS xmlComment.data = "", with unselected range collapsed at (xmlComment, 1) 2234 PASS xmlComment.data = "", with unselected range collapsed at (xmlComment, 1)
2235 PASS xmlComment.data = "", with selected range collapsed at (xmlComment, 1) 2235 PASS xmlComment.data = "", with selected range collapsed at (xmlComment, 1)
2236 PASS xmlComment.data = "foo", with unselected range collapsed at (xmlComment, 1) 2236 PASS xmlComment.data = "foo", with unselected range collapsed at (xmlComment, 1)
2237 PASS xmlComment.data = "foo", with selected range collapsed at (xmlComment, 1) 2237 PASS xmlComment.data = "foo", with selected range collapsed at (xmlComment, 1)
2238 FAIL xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlC omment, 1) assert_equals: Wrong start offset expected 0 but got 1 2238 PASS xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlC omment, 1)
2239 PASS xmlComment.data = xmlComment.data, with selected range collapsed at (xmlCom ment, 1) 2239 PASS xmlComment.data = xmlComment.data, with selected range collapsed at (xmlCom ment, 1)
2240 FAIL xmlComment.data += "", with unselected range collapsed at (xmlComment, 1) a ssert_equals: Wrong start offset expected 0 but got 1 2240 PASS xmlComment.data += "", with unselected range collapsed at (xmlComment, 1)
2241 PASS xmlComment.data += "", with selected range collapsed at (xmlComment, 1) 2241 PASS xmlComment.data += "", with selected range collapsed at (xmlComment, 1)
2242 PASS xmlComment.data += "foo", with unselected range collapsed at (xmlComment, 1 ) 2242 PASS xmlComment.data += "foo", with unselected range collapsed at (xmlComment, 1 )
2243 PASS xmlComment.data += "foo", with selected range collapsed at (xmlComment, 1) 2243 PASS xmlComment.data += "foo", with selected range collapsed at (xmlComment, 1)
2244 PASS xmlComment.data += xmlComment.data, with unselected range collapsed at (xml Comment, 1) 2244 PASS xmlComment.data += xmlComment.data, with unselected range collapsed at (xml Comment, 1)
2245 PASS xmlComment.data += xmlComment.data, with selected range collapsed at (xmlCo mment, 1) 2245 PASS xmlComment.data += xmlComment.data, with selected range collapsed at (xmlCo mment, 1)
2246 PASS xmlComment.textContent = "", with unselected range collapsed at (xmlComment , 1) 2246 PASS xmlComment.textContent = "", with unselected range collapsed at (xmlComment , 1)
2247 PASS xmlComment.textContent = "", with selected range collapsed at (xmlComment, 1) 2247 PASS xmlComment.textContent = "", with selected range collapsed at (xmlComment, 1)
2248 PASS xmlComment.textContent = "foo", with unselected range collapsed at (xmlComm ent, 1) 2248 PASS xmlComment.textContent = "foo", with unselected range collapsed at (xmlComm ent, 1)
2249 PASS xmlComment.textContent = "foo", with selected range collapsed at (xmlCommen t, 1) 2249 PASS xmlComment.textContent = "foo", with selected range collapsed at (xmlCommen t, 1)
2250 FAIL xmlComment.textContent = xmlComment.textContent, with unselected range coll apsed at (xmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2250 PASS xmlComment.textContent = xmlComment.textContent, with unselected range coll apsed at (xmlComment, 1)
2251 PASS xmlComment.textContent = xmlComment.textContent, with selected range collap sed at (xmlComment, 1) 2251 PASS xmlComment.textContent = xmlComment.textContent, with selected range collap sed at (xmlComment, 1)
2252 FAIL xmlComment.textContent += "", with unselected range collapsed at (xmlCommen t, 1) assert_equals: Wrong start offset expected 0 but got 1 2252 PASS xmlComment.textContent += "", with unselected range collapsed at (xmlCommen t, 1)
2253 PASS xmlComment.textContent += "", with selected range collapsed at (xmlComment, 1) 2253 PASS xmlComment.textContent += "", with selected range collapsed at (xmlComment, 1)
2254 PASS xmlComment.textContent += "foo", with unselected range collapsed at (xmlCom ment, 1) 2254 PASS xmlComment.textContent += "foo", with unselected range collapsed at (xmlCom ment, 1)
2255 PASS xmlComment.textContent += "foo", with selected range collapsed at (xmlComme nt, 1) 2255 PASS xmlComment.textContent += "foo", with selected range collapsed at (xmlComme nt, 1)
2256 PASS xmlComment.textContent += xmlComment.textContent, with unselected range col lapsed at (xmlComment, 1) 2256 PASS xmlComment.textContent += xmlComment.textContent, with unselected range col lapsed at (xmlComment, 1)
2257 PASS xmlComment.textContent += xmlComment.textContent, with selected range colla psed at (xmlComment, 1) 2257 PASS xmlComment.textContent += xmlComment.textContent, with selected range colla psed at (xmlComment, 1)
2258 PASS xmlComment.nodeValue = "", with unselected range collapsed at (xmlComment, 1) 2258 PASS xmlComment.nodeValue = "", with unselected range collapsed at (xmlComment, 1)
2259 PASS xmlComment.nodeValue = "", with selected range collapsed at (xmlComment, 1) 2259 PASS xmlComment.nodeValue = "", with selected range collapsed at (xmlComment, 1)
2260 PASS xmlComment.nodeValue = "foo", with unselected range collapsed at (xmlCommen t, 1) 2260 PASS xmlComment.nodeValue = "foo", with unselected range collapsed at (xmlCommen t, 1)
2261 PASS xmlComment.nodeValue = "foo", with selected range collapsed at (xmlComment, 1) 2261 PASS xmlComment.nodeValue = "foo", with selected range collapsed at (xmlComment, 1)
2262 FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range collapse d at (xmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2262 PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range collapse d at (xmlComment, 1)
2263 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range collapsed at (xmlComment, 1) 2263 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range collapsed at (xmlComment, 1)
2264 FAIL xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2264 PASS xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, 1)
2265 PASS xmlComment.nodeValue += "", with selected range collapsed at (xmlComment, 1 ) 2265 PASS xmlComment.nodeValue += "", with selected range collapsed at (xmlComment, 1 )
2266 PASS xmlComment.nodeValue += "foo", with unselected range collapsed at (xmlComme nt, 1) 2266 PASS xmlComment.nodeValue += "foo", with unselected range collapsed at (xmlComme nt, 1)
2267 PASS xmlComment.nodeValue += "foo", with selected range collapsed at (xmlComment , 1) 2267 PASS xmlComment.nodeValue += "foo", with selected range collapsed at (xmlComment , 1)
2268 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range collaps ed at (xmlComment, 1) 2268 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range collaps ed at (xmlComment, 1)
2269 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range collapsed at (xmlComment, 1) 2269 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range collapsed at (xmlComment, 1)
2270 PASS xmlComment.data = "", with unselected range on xmlComment from 0 to xmlComm ent.length 2270 PASS xmlComment.data = "", with unselected range on xmlComment from 0 to xmlComm ent.length
2271 PASS xmlComment.data = "", with selected range on xmlComment from 0 to xmlCommen t.length 2271 PASS xmlComment.data = "", with selected range on xmlComment from 0 to xmlCommen t.length
2272 PASS xmlComment.data = "foo", with unselected range on xmlComment from 0 to xmlC omment.length 2272 PASS xmlComment.data = "foo", with unselected range on xmlComment from 0 to xmlC omment.length
2273 PASS xmlComment.data = "foo", with selected range on xmlComment from 0 to xmlCom ment.length 2273 PASS xmlComment.data = "foo", with selected range on xmlComment from 0 to xmlCom ment.length
2274 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 2274 PASS xmlComment.data = xmlComment.data, with unselected range on xmlComment from 0 to xmlComment.length
2275 PASS xmlComment.data = xmlComment.data, with selected range on xmlComment from 0 to xmlComment.length 2275 PASS xmlComment.data = xmlComment.data, with selected range on xmlComment from 0 to xmlComment.length
2276 FAIL xmlComment.data += "", with unselected range on xmlComment from 0 to xmlCom ment.length assert_equals: Wrong end offset expected 0 but got 143 2276 PASS xmlComment.data += "", with unselected range on xmlComment from 0 to xmlCom ment.length
2277 PASS xmlComment.data += "", with selected range on xmlComment from 0 to xmlComme nt.length 2277 PASS xmlComment.data += "", with selected range on xmlComment from 0 to xmlComme nt.length
2278 PASS xmlComment.data += "foo", with unselected range on xmlComment from 0 to xml Comment.length 2278 PASS xmlComment.data += "foo", with unselected range on xmlComment from 0 to xml Comment.length
2279 PASS xmlComment.data += "foo", with selected range on xmlComment from 0 to xmlCo mment.length 2279 PASS xmlComment.data += "foo", with selected range on xmlComment from 0 to xmlCo mment.length
2280 PASS xmlComment.data += xmlComment.data, with unselected range on xmlComment fro m 0 to xmlComment.length 2280 PASS xmlComment.data += xmlComment.data, with unselected range on xmlComment fro m 0 to xmlComment.length
2281 PASS xmlComment.data += xmlComment.data, with selected range on xmlComment from 0 to xmlComment.length 2281 PASS xmlComment.data += xmlComment.data, with selected range on xmlComment from 0 to xmlComment.length
2282 PASS xmlComment.textContent = "", with unselected range on xmlComment from 0 to xmlComment.length 2282 PASS xmlComment.textContent = "", with unselected range on xmlComment from 0 to xmlComment.length
2283 PASS xmlComment.textContent = "", with selected range on xmlComment from 0 to xm lComment.length 2283 PASS xmlComment.textContent = "", with selected range on xmlComment from 0 to xm lComment.length
2284 PASS xmlComment.textContent = "foo", with unselected range on xmlComment from 0 to xmlComment.length 2284 PASS xmlComment.textContent = "foo", with unselected range on xmlComment from 0 to xmlComment.length
2285 PASS xmlComment.textContent = "foo", with selected range on xmlComment from 0 to xmlComment.length 2285 PASS xmlComment.textContent = "foo", with selected range on xmlComment from 0 to xmlComment.length
2286 FAIL xmlComment.textContent = xmlComment.textContent, with unselected range on x mlComment from 0 to xmlComment.length assert_equals: Wrong end offset expected 0 but got 143 2286 PASS xmlComment.textContent = xmlComment.textContent, with unselected range on x mlComment from 0 to xmlComment.length
2287 PASS xmlComment.textContent = xmlComment.textContent, with selected range on xml Comment from 0 to xmlComment.length 2287 PASS xmlComment.textContent = xmlComment.textContent, with selected range on xml Comment from 0 to xmlComment.length
2288 FAIL xmlComment.textContent += "", with unselected range on xmlComment from 0 to xmlComment.length assert_equals: Wrong end offset expected 0 but got 143 2288 PASS xmlComment.textContent += "", with unselected range on xmlComment from 0 to xmlComment.length
2289 PASS xmlComment.textContent += "", with selected range on xmlComment from 0 to x mlComment.length 2289 PASS xmlComment.textContent += "", with selected range on xmlComment from 0 to x mlComment.length
2290 PASS xmlComment.textContent += "foo", with unselected range on xmlComment from 0 to xmlComment.length 2290 PASS xmlComment.textContent += "foo", with unselected range on xmlComment from 0 to xmlComment.length
2291 PASS xmlComment.textContent += "foo", with selected range on xmlComment from 0 t o xmlComment.length 2291 PASS xmlComment.textContent += "foo", with selected range on xmlComment from 0 t o xmlComment.length
2292 PASS xmlComment.textContent += xmlComment.textContent, with unselected range on xmlComment from 0 to xmlComment.length 2292 PASS xmlComment.textContent += xmlComment.textContent, with unselected range on xmlComment from 0 to xmlComment.length
2293 PASS xmlComment.textContent += xmlComment.textContent, with selected range on xm lComment from 0 to xmlComment.length 2293 PASS xmlComment.textContent += xmlComment.textContent, with selected range on xm lComment from 0 to xmlComment.length
2294 PASS xmlComment.nodeValue = "", with unselected range on xmlComment from 0 to xm lComment.length 2294 PASS xmlComment.nodeValue = "", with unselected range on xmlComment from 0 to xm lComment.length
2295 PASS xmlComment.nodeValue = "", with selected range on xmlComment from 0 to xmlC omment.length 2295 PASS xmlComment.nodeValue = "", with selected range on xmlComment from 0 to xmlC omment.length
2296 PASS xmlComment.nodeValue = "foo", with unselected range on xmlComment from 0 to xmlComment.length 2296 PASS xmlComment.nodeValue = "foo", with unselected range on xmlComment from 0 to xmlComment.length
2297 PASS xmlComment.nodeValue = "foo", with selected range on xmlComment from 0 to x mlComment.length 2297 PASS xmlComment.nodeValue = "foo", with selected range on xmlComment from 0 to x mlComment.length
2298 FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlCo mment from 0 to xmlComment.length assert_equals: Wrong end offset expected 0 but got 143 2298 PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlCo mment from 0 to xmlComment.length
2299 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range on xmlComm ent from 0 to xmlComment.length 2299 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range on xmlComm ent from 0 to xmlComment.length
2300 FAIL xmlComment.nodeValue += "", with unselected range on xmlComment from 0 to x mlComment.length assert_equals: Wrong end offset expected 0 but got 143 2300 PASS xmlComment.nodeValue += "", with unselected range on xmlComment from 0 to x mlComment.length
2301 PASS xmlComment.nodeValue += "", with selected range on xmlComment from 0 to xml Comment.length 2301 PASS xmlComment.nodeValue += "", with selected range on xmlComment from 0 to xml Comment.length
2302 PASS xmlComment.nodeValue += "foo", with unselected range on xmlComment from 0 t o xmlComment.length 2302 PASS xmlComment.nodeValue += "foo", with unselected range on xmlComment from 0 t o xmlComment.length
2303 PASS xmlComment.nodeValue += "foo", with selected range on xmlComment from 0 to xmlComment.length 2303 PASS xmlComment.nodeValue += "foo", with selected range on xmlComment from 0 to xmlComment.length
2304 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range on xmlC omment from 0 to xmlComment.length 2304 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range on xmlC omment from 0 to xmlComment.length
2305 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range on xmlCom ment from 0 to xmlComment.length 2305 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range on xmlCom ment from 0 to xmlComment.length
2306 PASS xmlComment.data = "", with unselected range on xmlComment from 1 to xmlComm ent.length 2306 PASS xmlComment.data = "", with unselected range on xmlComment from 1 to xmlComm ent.length
2307 PASS xmlComment.data = "", with selected range on xmlComment from 1 to xmlCommen t.length 2307 PASS xmlComment.data = "", with selected range on xmlComment from 1 to xmlCommen t.length
2308 PASS xmlComment.data = "foo", with unselected range on xmlComment from 1 to xmlC omment.length 2308 PASS xmlComment.data = "foo", with unselected range on xmlComment from 1 to xmlC omment.length
2309 PASS xmlComment.data = "foo", with selected range on xmlComment from 1 to xmlCom ment.length 2309 PASS xmlComment.data = "foo", with selected range on xmlComment from 1 to xmlCom ment.length
2310 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 2310 PASS xmlComment.data = xmlComment.data, with unselected range on xmlComment from 1 to xmlComment.length
2311 PASS xmlComment.data = xmlComment.data, with selected range on xmlComment from 1 to xmlComment.length 2311 PASS xmlComment.data = xmlComment.data, with selected range on xmlComment from 1 to xmlComment.length
2312 FAIL xmlComment.data += "", with unselected range on xmlComment from 1 to xmlCom ment.length assert_equals: Wrong start offset expected 0 but got 1 2312 PASS xmlComment.data += "", with unselected range on xmlComment from 1 to xmlCom ment.length
2313 PASS xmlComment.data += "", with selected range on xmlComment from 1 to xmlComme nt.length 2313 PASS xmlComment.data += "", with selected range on xmlComment from 1 to xmlComme nt.length
2314 PASS xmlComment.data += "foo", with unselected range on xmlComment from 1 to xml Comment.length 2314 PASS xmlComment.data += "foo", with unselected range on xmlComment from 1 to xml Comment.length
2315 PASS xmlComment.data += "foo", with selected range on xmlComment from 1 to xmlCo mment.length 2315 PASS xmlComment.data += "foo", with selected range on xmlComment from 1 to xmlCo mment.length
2316 PASS xmlComment.data += xmlComment.data, with unselected range on xmlComment fro m 1 to xmlComment.length 2316 PASS xmlComment.data += xmlComment.data, with unselected range on xmlComment fro m 1 to xmlComment.length
2317 PASS xmlComment.data += xmlComment.data, with selected range on xmlComment from 1 to xmlComment.length 2317 PASS xmlComment.data += xmlComment.data, with selected range on xmlComment from 1 to xmlComment.length
2318 PASS xmlComment.textContent = "", with unselected range on xmlComment from 1 to xmlComment.length 2318 PASS xmlComment.textContent = "", with unselected range on xmlComment from 1 to xmlComment.length
2319 PASS xmlComment.textContent = "", with selected range on xmlComment from 1 to xm lComment.length 2319 PASS xmlComment.textContent = "", with selected range on xmlComment from 1 to xm lComment.length
2320 PASS xmlComment.textContent = "foo", with unselected range on xmlComment from 1 to xmlComment.length 2320 PASS xmlComment.textContent = "foo", with unselected range on xmlComment from 1 to xmlComment.length
2321 PASS xmlComment.textContent = "foo", with selected range on xmlComment from 1 to xmlComment.length 2321 PASS xmlComment.textContent = "foo", with selected range on xmlComment from 1 to xmlComment.length
2322 FAIL xmlComment.textContent = xmlComment.textContent, with unselected range on x mlComment from 1 to xmlComment.length assert_equals: Wrong start offset expected 0 but got 1 2322 PASS xmlComment.textContent = xmlComment.textContent, with unselected range on x mlComment from 1 to xmlComment.length
2323 PASS xmlComment.textContent = xmlComment.textContent, with selected range on xml Comment from 1 to xmlComment.length 2323 PASS xmlComment.textContent = xmlComment.textContent, with selected range on xml Comment from 1 to xmlComment.length
2324 FAIL xmlComment.textContent += "", with unselected range on xmlComment from 1 to xmlComment.length assert_equals: Wrong start offset expected 0 but got 1 2324 PASS xmlComment.textContent += "", with unselected range on xmlComment from 1 to xmlComment.length
2325 PASS xmlComment.textContent += "", with selected range on xmlComment from 1 to x mlComment.length 2325 PASS xmlComment.textContent += "", with selected range on xmlComment from 1 to x mlComment.length
2326 PASS xmlComment.textContent += "foo", with unselected range on xmlComment from 1 to xmlComment.length 2326 PASS xmlComment.textContent += "foo", with unselected range on xmlComment from 1 to xmlComment.length
2327 PASS xmlComment.textContent += "foo", with selected range on xmlComment from 1 t o xmlComment.length 2327 PASS xmlComment.textContent += "foo", with selected range on xmlComment from 1 t o xmlComment.length
2328 PASS xmlComment.textContent += xmlComment.textContent, with unselected range on xmlComment from 1 to xmlComment.length 2328 PASS xmlComment.textContent += xmlComment.textContent, with unselected range on xmlComment from 1 to xmlComment.length
2329 PASS xmlComment.textContent += xmlComment.textContent, with selected range on xm lComment from 1 to xmlComment.length 2329 PASS xmlComment.textContent += xmlComment.textContent, with selected range on xm lComment from 1 to xmlComment.length
2330 PASS xmlComment.nodeValue = "", with unselected range on xmlComment from 1 to xm lComment.length 2330 PASS xmlComment.nodeValue = "", with unselected range on xmlComment from 1 to xm lComment.length
2331 PASS xmlComment.nodeValue = "", with selected range on xmlComment from 1 to xmlC omment.length 2331 PASS xmlComment.nodeValue = "", with selected range on xmlComment from 1 to xmlC omment.length
2332 PASS xmlComment.nodeValue = "foo", with unselected range on xmlComment from 1 to xmlComment.length 2332 PASS xmlComment.nodeValue = "foo", with unselected range on xmlComment from 1 to xmlComment.length
2333 PASS xmlComment.nodeValue = "foo", with selected range on xmlComment from 1 to x mlComment.length 2333 PASS xmlComment.nodeValue = "foo", with selected range on xmlComment from 1 to x mlComment.length
2334 FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlCo mment from 1 to xmlComment.length assert_equals: Wrong start offset expected 0 b ut got 1 2334 PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range on xmlCo mment from 1 to xmlComment.length
2335 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range on xmlComm ent from 1 to xmlComment.length 2335 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range on xmlComm ent from 1 to xmlComment.length
2336 FAIL xmlComment.nodeValue += "", with unselected range on xmlComment from 1 to x mlComment.length assert_equals: Wrong start offset expected 0 but got 1 2336 PASS xmlComment.nodeValue += "", with unselected range on xmlComment from 1 to x mlComment.length
2337 PASS xmlComment.nodeValue += "", with selected range on xmlComment from 1 to xml Comment.length 2337 PASS xmlComment.nodeValue += "", with selected range on xmlComment from 1 to xml Comment.length
2338 PASS xmlComment.nodeValue += "foo", with unselected range on xmlComment from 1 t o xmlComment.length 2338 PASS xmlComment.nodeValue += "foo", with unselected range on xmlComment from 1 t o xmlComment.length
2339 PASS xmlComment.nodeValue += "foo", with selected range on xmlComment from 1 to xmlComment.length 2339 PASS xmlComment.nodeValue += "foo", with selected range on xmlComment from 1 to xmlComment.length
2340 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range on xmlC omment from 1 to xmlComment.length 2340 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range on xmlC omment from 1 to xmlComment.length
2341 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range on xmlCom ment from 1 to xmlComment.length 2341 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range on xmlCom ment from 1 to xmlComment.length
2342 PASS xmlComment.data = "", with unselected range collapsed at (xmlComment, xmlCo mment.length) 2342 PASS xmlComment.data = "", with unselected range collapsed at (xmlComment, xmlCo mment.length)
2343 PASS xmlComment.data = "", with selected range collapsed at (xmlComment, xmlComm ent.length) 2343 PASS xmlComment.data = "", with selected range collapsed at (xmlComment, xmlComm ent.length)
2344 PASS xmlComment.data = "foo", with unselected range collapsed at (xmlComment, xm lComment.length) 2344 PASS xmlComment.data = "foo", with unselected range collapsed at (xmlComment, xm lComment.length)
2345 PASS xmlComment.data = "foo", with selected range collapsed at (xmlComment, xmlC omment.length) 2345 PASS xmlComment.data = "foo", with selected range collapsed at (xmlComment, xmlC omment.length)
2346 FAIL xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlC omment, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143 2346 PASS xmlComment.data = xmlComment.data, with unselected range collapsed at (xmlC omment, xmlComment.length)
2347 PASS xmlComment.data = xmlComment.data, with selected range collapsed at (xmlCom ment, xmlComment.length) 2347 PASS xmlComment.data = xmlComment.data, with selected range collapsed at (xmlCom ment, xmlComment.length)
2348 FAIL xmlComment.data += "", with unselected range collapsed at (xmlComment, xmlC omment.length) assert_equals: Wrong start offset expected 0 but got 143 2348 PASS xmlComment.data += "", with unselected range collapsed at (xmlComment, xmlC omment.length)
2349 PASS xmlComment.data += "", with selected range collapsed at (xmlComment, xmlCom ment.length) 2349 PASS xmlComment.data += "", with selected range collapsed at (xmlComment, xmlCom ment.length)
2350 PASS xmlComment.data += "foo", with unselected range collapsed at (xmlComment, x mlComment.length) 2350 PASS xmlComment.data += "foo", with unselected range collapsed at (xmlComment, x mlComment.length)
2351 PASS xmlComment.data += "foo", with selected range collapsed at (xmlComment, xml Comment.length) 2351 PASS xmlComment.data += "foo", with selected range collapsed at (xmlComment, xml Comment.length)
2352 PASS xmlComment.data += xmlComment.data, with unselected range collapsed at (xml Comment, xmlComment.length) 2352 PASS xmlComment.data += xmlComment.data, with unselected range collapsed at (xml Comment, xmlComment.length)
2353 PASS xmlComment.data += xmlComment.data, with selected range collapsed at (xmlCo mment, xmlComment.length) 2353 PASS xmlComment.data += xmlComment.data, with selected range collapsed at (xmlCo mment, xmlComment.length)
2354 PASS xmlComment.textContent = "", with unselected range collapsed at (xmlComment , xmlComment.length) 2354 PASS xmlComment.textContent = "", with unselected range collapsed at (xmlComment , xmlComment.length)
2355 PASS xmlComment.textContent = "", with selected range collapsed at (xmlComment, xmlComment.length) 2355 PASS xmlComment.textContent = "", with selected range collapsed at (xmlComment, xmlComment.length)
2356 PASS xmlComment.textContent = "foo", with unselected range collapsed at (xmlComm ent, xmlComment.length) 2356 PASS xmlComment.textContent = "foo", with unselected range collapsed at (xmlComm ent, xmlComment.length)
2357 PASS xmlComment.textContent = "foo", with selected range collapsed at (xmlCommen t, xmlComment.length) 2357 PASS xmlComment.textContent = "foo", with selected range collapsed at (xmlCommen t, xmlComment.length)
2358 FAIL xmlComment.textContent = xmlComment.textContent, with unselected range coll apsed at (xmlComment, xmlComment.length) assert_equals: Wrong start offset expec ted 0 but got 143 2358 PASS xmlComment.textContent = xmlComment.textContent, with unselected range coll apsed at (xmlComment, xmlComment.length)
2359 PASS xmlComment.textContent = xmlComment.textContent, with selected range collap sed at (xmlComment, xmlComment.length) 2359 PASS xmlComment.textContent = xmlComment.textContent, with selected range collap sed at (xmlComment, xmlComment.length)
2360 FAIL xmlComment.textContent += "", with unselected range collapsed at (xmlCommen t, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143 2360 PASS xmlComment.textContent += "", with unselected range collapsed at (xmlCommen t, xmlComment.length)
2361 PASS xmlComment.textContent += "", with selected range collapsed at (xmlComment, xmlComment.length) 2361 PASS xmlComment.textContent += "", with selected range collapsed at (xmlComment, xmlComment.length)
2362 PASS xmlComment.textContent += "foo", with unselected range collapsed at (xmlCom ment, xmlComment.length) 2362 PASS xmlComment.textContent += "foo", with unselected range collapsed at (xmlCom ment, xmlComment.length)
2363 PASS xmlComment.textContent += "foo", with selected range collapsed at (xmlComme nt, xmlComment.length) 2363 PASS xmlComment.textContent += "foo", with selected range collapsed at (xmlComme nt, xmlComment.length)
2364 PASS xmlComment.textContent += xmlComment.textContent, with unselected range col lapsed at (xmlComment, xmlComment.length) 2364 PASS xmlComment.textContent += xmlComment.textContent, with unselected range col lapsed at (xmlComment, xmlComment.length)
2365 PASS xmlComment.textContent += xmlComment.textContent, with selected range colla psed at (xmlComment, xmlComment.length) 2365 PASS xmlComment.textContent += xmlComment.textContent, with selected range colla psed at (xmlComment, xmlComment.length)
2366 PASS xmlComment.nodeValue = "", with unselected range collapsed at (xmlComment, xmlComment.length) 2366 PASS xmlComment.nodeValue = "", with unselected range collapsed at (xmlComment, xmlComment.length)
2367 PASS xmlComment.nodeValue = "", with selected range collapsed at (xmlComment, xm lComment.length) 2367 PASS xmlComment.nodeValue = "", with selected range collapsed at (xmlComment, xm lComment.length)
2368 PASS xmlComment.nodeValue = "foo", with unselected range collapsed at (xmlCommen t, xmlComment.length) 2368 PASS xmlComment.nodeValue = "foo", with unselected range collapsed at (xmlCommen t, xmlComment.length)
2369 PASS xmlComment.nodeValue = "foo", with selected range collapsed at (xmlComment, xmlComment.length) 2369 PASS xmlComment.nodeValue = "foo", with selected range collapsed at (xmlComment, xmlComment.length)
2370 FAIL xmlComment.nodeValue = xmlComment.nodeValue, with unselected range collapse d at (xmlComment, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143 2370 PASS xmlComment.nodeValue = xmlComment.nodeValue, with unselected range collapse d at (xmlComment, xmlComment.length)
2371 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range collapsed at (xmlComment, xmlComment.length) 2371 PASS xmlComment.nodeValue = xmlComment.nodeValue, with selected range collapsed at (xmlComment, xmlComment.length)
2372 FAIL xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, xmlComment.length) assert_equals: Wrong start offset expected 0 but got 143 2372 PASS xmlComment.nodeValue += "", with unselected range collapsed at (xmlComment, xmlComment.length)
2373 PASS xmlComment.nodeValue += "", with selected range collapsed at (xmlComment, x mlComment.length) 2373 PASS xmlComment.nodeValue += "", with selected range collapsed at (xmlComment, x mlComment.length)
2374 PASS xmlComment.nodeValue += "foo", with unselected range collapsed at (xmlComme nt, xmlComment.length) 2374 PASS xmlComment.nodeValue += "foo", with unselected range collapsed at (xmlComme nt, xmlComment.length)
2375 PASS xmlComment.nodeValue += "foo", with selected range collapsed at (xmlComment , xmlComment.length) 2375 PASS xmlComment.nodeValue += "foo", with selected range collapsed at (xmlComment , xmlComment.length)
2376 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range collaps ed at (xmlComment, xmlComment.length) 2376 PASS xmlComment.nodeValue += xmlComment.nodeValue, with unselected range collaps ed at (xmlComment, xmlComment.length)
2377 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range collapsed at (xmlComment, xmlComment.length) 2377 PASS xmlComment.nodeValue += xmlComment.nodeValue, with selected range collapsed at (xmlComment, xmlComment.length)
2378 PASS detachedComment.data = "", with unselected range collapsed at (detachedComm ent, 0) 2378 PASS detachedComment.data = "", with unselected range collapsed at (detachedComm ent, 0)
2379 PASS detachedComment.data = "", with selected range collapsed at (detachedCommen t, 0) 2379 PASS detachedComment.data = "", with selected range collapsed at (detachedCommen t, 0)
2380 PASS detachedComment.data = "foo", with unselected range collapsed at (detachedC omment, 0) 2380 PASS detachedComment.data = "foo", with unselected range collapsed at (detachedC omment, 0)
2381 PASS detachedComment.data = "foo", with selected range collapsed at (detachedCom ment, 0) 2381 PASS detachedComment.data = "foo", with selected range collapsed at (detachedCom ment, 0)
2382 PASS detachedComment.data = detachedComment.data, with unselected range collapse d at (detachedComment, 0) 2382 PASS detachedComment.data = detachedComment.data, with unselected range collapse d at (detachedComment, 0)
(...skipping 25 matching lines...) Expand all
2408 PASS detachedComment.nodeValue += "", with unselected range collapsed at (detach edComment, 0) 2408 PASS detachedComment.nodeValue += "", with unselected range collapsed at (detach edComment, 0)
2409 PASS detachedComment.nodeValue += "", with selected range collapsed at (detached Comment, 0) 2409 PASS detachedComment.nodeValue += "", with selected range collapsed at (detached Comment, 0)
2410 PASS detachedComment.nodeValue += "foo", with unselected range collapsed at (det achedComment, 0) 2410 PASS detachedComment.nodeValue += "foo", with unselected range collapsed at (det achedComment, 0)
2411 PASS detachedComment.nodeValue += "foo", with selected range collapsed at (detac hedComment, 0) 2411 PASS detachedComment.nodeValue += "foo", with selected range collapsed at (detac hedComment, 0)
2412 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge collapsed at (detachedComment, 0) 2412 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge collapsed at (detachedComment, 0)
2413 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range collapsed at (detachedComment, 0) 2413 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range collapsed at (detachedComment, 0)
2414 PASS detachedComment.data = "", with unselected range on detachedComment from 0 to 1 2414 PASS detachedComment.data = "", with unselected range on detachedComment from 0 to 1
2415 PASS detachedComment.data = "", with selected range on detachedComment from 0 to 1 2415 PASS detachedComment.data = "", with selected range on detachedComment from 0 to 1
2416 PASS detachedComment.data = "foo", with unselected range on detachedComment from 0 to 1 2416 PASS detachedComment.data = "foo", with unselected range on detachedComment from 0 to 1
2417 PASS detachedComment.data = "foo", with selected range on detachedComment from 0 to 1 2417 PASS detachedComment.data = "foo", with selected range on detachedComment from 0 to 1
2418 FAIL detachedComment.data = detachedComment.data, with unselected range on detac hedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2418 PASS detachedComment.data = detachedComment.data, with unselected range on detac hedComment from 0 to 1
2419 PASS detachedComment.data = detachedComment.data, with selected range on detache dComment from 0 to 1 2419 PASS detachedComment.data = detachedComment.data, with selected range on detache dComment from 0 to 1
2420 FAIL detachedComment.data += "", with unselected range on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2420 PASS detachedComment.data += "", with unselected range on detachedComment from 0 to 1
2421 PASS detachedComment.data += "", with selected range on detachedComment from 0 t o 1 2421 PASS detachedComment.data += "", with selected range on detachedComment from 0 t o 1
2422 PASS detachedComment.data += "foo", with unselected range on detachedComment fro m 0 to 1 2422 PASS detachedComment.data += "foo", with unselected range on detachedComment fro m 0 to 1
2423 PASS detachedComment.data += "foo", with selected range on detachedComment from 0 to 1 2423 PASS detachedComment.data += "foo", with selected range on detachedComment from 0 to 1
2424 PASS detachedComment.data += detachedComment.data, with unselected range on deta chedComment from 0 to 1 2424 PASS detachedComment.data += detachedComment.data, with unselected range on deta chedComment from 0 to 1
2425 PASS detachedComment.data += detachedComment.data, with selected range on detach edComment from 0 to 1 2425 PASS detachedComment.data += detachedComment.data, with selected range on detach edComment from 0 to 1
2426 PASS detachedComment.textContent = "", with unselected range on detachedComment from 0 to 1 2426 PASS detachedComment.textContent = "", with unselected range on detachedComment from 0 to 1
2427 PASS detachedComment.textContent = "", with selected range on detachedComment fr om 0 to 1 2427 PASS detachedComment.textContent = "", with selected range on detachedComment fr om 0 to 1
2428 PASS detachedComment.textContent = "foo", with unselected range on detachedComme nt from 0 to 1 2428 PASS detachedComment.textContent = "foo", with unselected range on detachedComme nt from 0 to 1
2429 PASS detachedComment.textContent = "foo", with selected range on detachedComment from 0 to 1 2429 PASS detachedComment.textContent = "foo", with selected range on detachedComment from 0 to 1
2430 FAIL detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2430 PASS detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 0 to 1
2431 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge on detachedComment from 0 to 1 2431 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge on detachedComment from 0 to 1
2432 FAIL detachedComment.textContent += "", with unselected range on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2432 PASS detachedComment.textContent += "", with unselected range on detachedComment from 0 to 1
2433 PASS detachedComment.textContent += "", with selected range on detachedComment f rom 0 to 1 2433 PASS detachedComment.textContent += "", with selected range on detachedComment f rom 0 to 1
2434 PASS detachedComment.textContent += "foo", with unselected range on detachedComm ent from 0 to 1 2434 PASS detachedComment.textContent += "foo", with unselected range on detachedComm ent from 0 to 1
2435 PASS detachedComment.textContent += "foo", with selected range on detachedCommen t from 0 to 1 2435 PASS detachedComment.textContent += "foo", with selected range on detachedCommen t from 0 to 1
2436 PASS detachedComment.textContent += detachedComment.textContent, with unselected range on detachedComment from 0 to 1 2436 PASS detachedComment.textContent += detachedComment.textContent, with unselected range on detachedComment from 0 to 1
2437 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange on detachedComment from 0 to 1 2437 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange on detachedComment from 0 to 1
2438 PASS detachedComment.nodeValue = "", with unselected range on detachedComment fr om 0 to 1 2438 PASS detachedComment.nodeValue = "", with unselected range on detachedComment fr om 0 to 1
2439 PASS detachedComment.nodeValue = "", with selected range on detachedComment from 0 to 1 2439 PASS detachedComment.nodeValue = "", with selected range on detachedComment from 0 to 1
2440 PASS detachedComment.nodeValue = "foo", with unselected range on detachedComment from 0 to 1 2440 PASS detachedComment.nodeValue = "foo", with unselected range on detachedComment from 0 to 1
2441 PASS detachedComment.nodeValue = "foo", with selected range on detachedComment f rom 0 to 1 2441 PASS detachedComment.nodeValue = "foo", with selected range on detachedComment f rom 0 to 1
2442 FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e on detachedComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2442 PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e on detachedComment from 0 to 1
2443 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range on detachedComment from 0 to 1 2443 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range on detachedComment from 0 to 1
2444 FAIL detachedComment.nodeValue += "", with unselected range on detachedComment f rom 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2444 PASS detachedComment.nodeValue += "", with unselected range on detachedComment f rom 0 to 1
2445 PASS detachedComment.nodeValue += "", with selected range on detachedComment fro m 0 to 1 2445 PASS detachedComment.nodeValue += "", with selected range on detachedComment fro m 0 to 1
2446 PASS detachedComment.nodeValue += "foo", with unselected range on detachedCommen t from 0 to 1 2446 PASS detachedComment.nodeValue += "foo", with unselected range on detachedCommen t from 0 to 1
2447 PASS detachedComment.nodeValue += "foo", with selected range on detachedComment from 0 to 1 2447 PASS detachedComment.nodeValue += "foo", with selected range on detachedComment from 0 to 1
2448 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge on detachedComment from 0 to 1 2448 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge on detachedComment from 0 to 1
2449 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range on detachedComment from 0 to 1 2449 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range on detachedComment from 0 to 1
2450 PASS detachedComment.data = "", with unselected range collapsed at (detachedComm ent, 1) 2450 PASS detachedComment.data = "", with unselected range collapsed at (detachedComm ent, 1)
2451 PASS detachedComment.data = "", with selected range collapsed at (detachedCommen t, 1) 2451 PASS detachedComment.data = "", with selected range collapsed at (detachedCommen t, 1)
2452 PASS detachedComment.data = "foo", with unselected range collapsed at (detachedC omment, 1) 2452 PASS detachedComment.data = "foo", with unselected range collapsed at (detachedC omment, 1)
2453 PASS detachedComment.data = "foo", with selected range collapsed at (detachedCom ment, 1) 2453 PASS detachedComment.data = "foo", with selected range collapsed at (detachedCom ment, 1)
2454 FAIL detachedComment.data = detachedComment.data, with unselected range collapse d at (detachedComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2454 PASS detachedComment.data = detachedComment.data, with unselected range collapse d at (detachedComment, 1)
2455 PASS detachedComment.data = detachedComment.data, with selected range collapsed at (detachedComment, 1) 2455 PASS detachedComment.data = detachedComment.data, with selected range collapsed at (detachedComment, 1)
2456 FAIL detachedComment.data += "", with unselected range collapsed at (detachedCom ment, 1) assert_equals: Wrong start offset expected 0 but got 1 2456 PASS detachedComment.data += "", with unselected range collapsed at (detachedCom ment, 1)
2457 PASS detachedComment.data += "", with selected range collapsed at (detachedComme nt, 1) 2457 PASS detachedComment.data += "", with selected range collapsed at (detachedComme nt, 1)
2458 PASS detachedComment.data += "foo", with unselected range collapsed at (detached Comment, 1) 2458 PASS detachedComment.data += "foo", with unselected range collapsed at (detached Comment, 1)
2459 PASS detachedComment.data += "foo", with selected range collapsed at (detachedCo mment, 1) 2459 PASS detachedComment.data += "foo", with selected range collapsed at (detachedCo mment, 1)
2460 PASS detachedComment.data += detachedComment.data, with unselected range collaps ed at (detachedComment, 1) 2460 PASS detachedComment.data += detachedComment.data, with unselected range collaps ed at (detachedComment, 1)
2461 PASS detachedComment.data += detachedComment.data, with selected range collapsed at (detachedComment, 1) 2461 PASS detachedComment.data += detachedComment.data, with selected range collapsed at (detachedComment, 1)
2462 PASS detachedComment.textContent = "", with unselected range collapsed at (detac hedComment, 1) 2462 PASS detachedComment.textContent = "", with unselected range collapsed at (detac hedComment, 1)
2463 PASS detachedComment.textContent = "", with selected range collapsed at (detache dComment, 1) 2463 PASS detachedComment.textContent = "", with selected range collapsed at (detache dComment, 1)
2464 PASS detachedComment.textContent = "foo", with unselected range collapsed at (de tachedComment, 1) 2464 PASS detachedComment.textContent = "foo", with unselected range collapsed at (de tachedComment, 1)
2465 PASS detachedComment.textContent = "foo", with selected range collapsed at (deta chedComment, 1) 2465 PASS detachedComment.textContent = "foo", with selected range collapsed at (deta chedComment, 1)
2466 FAIL detachedComment.textContent = detachedComment.textContent, with unselected range collapsed at (detachedComment, 1) assert_equals: Wrong start offset expect ed 0 but got 1 2466 PASS detachedComment.textContent = detachedComment.textContent, with unselected range collapsed at (detachedComment, 1)
2467 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge collapsed at (detachedComment, 1) 2467 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge collapsed at (detachedComment, 1)
2468 FAIL detachedComment.textContent += "", with unselected range collapsed at (deta chedComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2468 PASS detachedComment.textContent += "", with unselected range collapsed at (deta chedComment, 1)
2469 PASS detachedComment.textContent += "", with selected range collapsed at (detach edComment, 1) 2469 PASS detachedComment.textContent += "", with selected range collapsed at (detach edComment, 1)
2470 PASS detachedComment.textContent += "foo", with unselected range collapsed at (d etachedComment, 1) 2470 PASS detachedComment.textContent += "foo", with unselected range collapsed at (d etachedComment, 1)
2471 PASS detachedComment.textContent += "foo", with selected range collapsed at (det achedComment, 1) 2471 PASS detachedComment.textContent += "foo", with selected range collapsed at (det achedComment, 1)
2472 PASS detachedComment.textContent += detachedComment.textContent, with unselected range collapsed at (detachedComment, 1) 2472 PASS detachedComment.textContent += detachedComment.textContent, with unselected range collapsed at (detachedComment, 1)
2473 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange collapsed at (detachedComment, 1) 2473 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange collapsed at (detachedComment, 1)
2474 PASS detachedComment.nodeValue = "", with unselected range collapsed at (detache dComment, 1) 2474 PASS detachedComment.nodeValue = "", with unselected range collapsed at (detache dComment, 1)
2475 PASS detachedComment.nodeValue = "", with selected range collapsed at (detachedC omment, 1) 2475 PASS detachedComment.nodeValue = "", with selected range collapsed at (detachedC omment, 1)
2476 PASS detachedComment.nodeValue = "foo", with unselected range collapsed at (deta chedComment, 1) 2476 PASS detachedComment.nodeValue = "foo", with unselected range collapsed at (deta chedComment, 1)
2477 PASS detachedComment.nodeValue = "foo", with selected range collapsed at (detach edComment, 1) 2477 PASS detachedComment.nodeValue = "foo", with selected range collapsed at (detach edComment, 1)
2478 FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e collapsed at (detachedComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2478 PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e collapsed at (detachedComment, 1)
2479 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range collapsed at (detachedComment, 1) 2479 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range collapsed at (detachedComment, 1)
2480 FAIL detachedComment.nodeValue += "", with unselected range collapsed at (detach edComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2480 PASS detachedComment.nodeValue += "", with unselected range collapsed at (detach edComment, 1)
2481 PASS detachedComment.nodeValue += "", with selected range collapsed at (detached Comment, 1) 2481 PASS detachedComment.nodeValue += "", with selected range collapsed at (detached Comment, 1)
2482 PASS detachedComment.nodeValue += "foo", with unselected range collapsed at (det achedComment, 1) 2482 PASS detachedComment.nodeValue += "foo", with unselected range collapsed at (det achedComment, 1)
2483 PASS detachedComment.nodeValue += "foo", with selected range collapsed at (detac hedComment, 1) 2483 PASS detachedComment.nodeValue += "foo", with selected range collapsed at (detac hedComment, 1)
2484 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge collapsed at (detachedComment, 1) 2484 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge collapsed at (detachedComment, 1)
2485 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range collapsed at (detachedComment, 1) 2485 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range collapsed at (detachedComment, 1)
2486 PASS detachedComment.data = "", with unselected range on detachedComment from 0 to detachedComment.length 2486 PASS detachedComment.data = "", with unselected range on detachedComment from 0 to detachedComment.length
2487 PASS detachedComment.data = "", with selected range on detachedComment from 0 to detachedComment.length 2487 PASS detachedComment.data = "", with selected range on detachedComment from 0 to detachedComment.length
2488 PASS detachedComment.data = "foo", with unselected range on detachedComment from 0 to detachedComment.length 2488 PASS detachedComment.data = "foo", with unselected range on detachedComment from 0 to detachedComment.length
2489 PASS detachedComment.data = "foo", with selected range on detachedComment from 0 to detachedComment.length 2489 PASS detachedComment.data = "foo", with selected range on detachedComment from 0 to detachedComment.length
2490 FAIL detachedComment.data = detachedComment.data, with unselected range on detac hedComment from 0 to detachedComment.length assert_equals: Wrong end offset expe cted 0 but got 8 2490 PASS detachedComment.data = detachedComment.data, with unselected range on detac hedComment from 0 to detachedComment.length
2491 PASS detachedComment.data = detachedComment.data, with selected range on detache dComment from 0 to detachedComment.length 2491 PASS detachedComment.data = detachedComment.data, with selected range on detache dComment from 0 to detachedComment.length
2492 FAIL detachedComment.data += "", with unselected range on detachedComment from 0 to detachedComment.length assert_equals: Wrong end offset expected 0 but got 8 2492 PASS detachedComment.data += "", with unselected range on detachedComment from 0 to detachedComment.length
2493 PASS detachedComment.data += "", with selected range on detachedComment from 0 t o detachedComment.length 2493 PASS detachedComment.data += "", with selected range on detachedComment from 0 t o detachedComment.length
2494 PASS detachedComment.data += "foo", with unselected range on detachedComment fro m 0 to detachedComment.length 2494 PASS detachedComment.data += "foo", with unselected range on detachedComment fro m 0 to detachedComment.length
2495 PASS detachedComment.data += "foo", with selected range on detachedComment from 0 to detachedComment.length 2495 PASS detachedComment.data += "foo", with selected range on detachedComment from 0 to detachedComment.length
2496 PASS detachedComment.data += detachedComment.data, with unselected range on deta chedComment from 0 to detachedComment.length 2496 PASS detachedComment.data += detachedComment.data, with unselected range on deta chedComment from 0 to detachedComment.length
2497 PASS detachedComment.data += detachedComment.data, with selected range on detach edComment from 0 to detachedComment.length 2497 PASS detachedComment.data += detachedComment.data, with selected range on detach edComment from 0 to detachedComment.length
2498 PASS detachedComment.textContent = "", with unselected range on detachedComment from 0 to detachedComment.length 2498 PASS detachedComment.textContent = "", with unselected range on detachedComment from 0 to detachedComment.length
2499 PASS detachedComment.textContent = "", with selected range on detachedComment fr om 0 to detachedComment.length 2499 PASS detachedComment.textContent = "", with selected range on detachedComment fr om 0 to detachedComment.length
2500 PASS detachedComment.textContent = "foo", with unselected range on detachedComme nt from 0 to detachedComment.length 2500 PASS detachedComment.textContent = "foo", with unselected range on detachedComme nt from 0 to detachedComment.length
2501 PASS detachedComment.textContent = "foo", with selected range on detachedComment from 0 to detachedComment.length 2501 PASS detachedComment.textContent = "foo", with selected range on detachedComment from 0 to detachedComment.length
2502 FAIL detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 0 to detachedComment.length assert_equals: Wrong e nd offset expected 0 but got 8 2502 PASS detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 0 to detachedComment.length
2503 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge on detachedComment from 0 to detachedComment.length 2503 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge on detachedComment from 0 to detachedComment.length
2504 FAIL detachedComment.textContent += "", with unselected range on detachedComment from 0 to detachedComment.length assert_equals: Wrong end offset expected 0 but got 8 2504 PASS detachedComment.textContent += "", with unselected range on detachedComment from 0 to detachedComment.length
2505 PASS detachedComment.textContent += "", with selected range on detachedComment f rom 0 to detachedComment.length 2505 PASS detachedComment.textContent += "", with selected range on detachedComment f rom 0 to detachedComment.length
2506 PASS detachedComment.textContent += "foo", with unselected range on detachedComm ent from 0 to detachedComment.length 2506 PASS detachedComment.textContent += "foo", with unselected range on detachedComm ent from 0 to detachedComment.length
2507 PASS detachedComment.textContent += "foo", with selected range on detachedCommen t from 0 to detachedComment.length 2507 PASS detachedComment.textContent += "foo", with selected range on detachedCommen t from 0 to detachedComment.length
2508 PASS detachedComment.textContent += detachedComment.textContent, with unselected range on detachedComment from 0 to detachedComment.length 2508 PASS detachedComment.textContent += detachedComment.textContent, with unselected range on detachedComment from 0 to detachedComment.length
2509 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange on detachedComment from 0 to detachedComment.length 2509 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange on detachedComment from 0 to detachedComment.length
2510 PASS detachedComment.nodeValue = "", with unselected range on detachedComment fr om 0 to detachedComment.length 2510 PASS detachedComment.nodeValue = "", with unselected range on detachedComment fr om 0 to detachedComment.length
2511 PASS detachedComment.nodeValue = "", with selected range on detachedComment from 0 to detachedComment.length 2511 PASS detachedComment.nodeValue = "", with selected range on detachedComment from 0 to detachedComment.length
2512 PASS detachedComment.nodeValue = "foo", with unselected range on detachedComment from 0 to detachedComment.length 2512 PASS detachedComment.nodeValue = "foo", with unselected range on detachedComment from 0 to detachedComment.length
2513 PASS detachedComment.nodeValue = "foo", with selected range on detachedComment f rom 0 to detachedComment.length 2513 PASS detachedComment.nodeValue = "foo", with selected range on detachedComment f rom 0 to detachedComment.length
2514 FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e on detachedComment from 0 to detachedComment.length assert_equals: Wrong end o ffset expected 0 but got 8 2514 PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e on detachedComment from 0 to detachedComment.length
2515 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range on detachedComment from 0 to detachedComment.length 2515 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range on detachedComment from 0 to detachedComment.length
2516 FAIL detachedComment.nodeValue += "", with unselected range on detachedComment f rom 0 to detachedComment.length assert_equals: Wrong end offset expected 0 but g ot 8 2516 PASS detachedComment.nodeValue += "", with unselected range on detachedComment f rom 0 to detachedComment.length
2517 PASS detachedComment.nodeValue += "", with selected range on detachedComment fro m 0 to detachedComment.length 2517 PASS detachedComment.nodeValue += "", with selected range on detachedComment fro m 0 to detachedComment.length
2518 PASS detachedComment.nodeValue += "foo", with unselected range on detachedCommen t from 0 to detachedComment.length 2518 PASS detachedComment.nodeValue += "foo", with unselected range on detachedCommen t from 0 to detachedComment.length
2519 PASS detachedComment.nodeValue += "foo", with selected range on detachedComment from 0 to detachedComment.length 2519 PASS detachedComment.nodeValue += "foo", with selected range on detachedComment from 0 to detachedComment.length
2520 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge on detachedComment from 0 to detachedComment.length 2520 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge on detachedComment from 0 to detachedComment.length
2521 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range on detachedComment from 0 to detachedComment.length 2521 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range on detachedComment from 0 to detachedComment.length
2522 PASS detachedComment.data = "", with unselected range on detachedComment from 1 to detachedComment.length 2522 PASS detachedComment.data = "", with unselected range on detachedComment from 1 to detachedComment.length
2523 PASS detachedComment.data = "", with selected range on detachedComment from 1 to detachedComment.length 2523 PASS detachedComment.data = "", with selected range on detachedComment from 1 to detachedComment.length
2524 PASS detachedComment.data = "foo", with unselected range on detachedComment from 1 to detachedComment.length 2524 PASS detachedComment.data = "foo", with unselected range on detachedComment from 1 to detachedComment.length
2525 PASS detachedComment.data = "foo", with selected range on detachedComment from 1 to detachedComment.length 2525 PASS detachedComment.data = "foo", with selected range on detachedComment from 1 to detachedComment.length
2526 FAIL detachedComment.data = detachedComment.data, with unselected range on detac hedComment from 1 to detachedComment.length assert_equals: Wrong start offset ex pected 0 but got 1 2526 PASS detachedComment.data = detachedComment.data, with unselected range on detac hedComment from 1 to detachedComment.length
2527 PASS detachedComment.data = detachedComment.data, with selected range on detache dComment from 1 to detachedComment.length 2527 PASS detachedComment.data = detachedComment.data, with selected range on detache dComment from 1 to detachedComment.length
2528 FAIL detachedComment.data += "", with unselected range on detachedComment from 1 to detachedComment.length assert_equals: Wrong start offset expected 0 but got 1 2528 PASS detachedComment.data += "", with unselected range on detachedComment from 1 to detachedComment.length
2529 PASS detachedComment.data += "", with selected range on detachedComment from 1 t o detachedComment.length 2529 PASS detachedComment.data += "", with selected range on detachedComment from 1 t o detachedComment.length
2530 PASS detachedComment.data += "foo", with unselected range on detachedComment fro m 1 to detachedComment.length 2530 PASS detachedComment.data += "foo", with unselected range on detachedComment fro m 1 to detachedComment.length
2531 PASS detachedComment.data += "foo", with selected range on detachedComment from 1 to detachedComment.length 2531 PASS detachedComment.data += "foo", with selected range on detachedComment from 1 to detachedComment.length
2532 PASS detachedComment.data += detachedComment.data, with unselected range on deta chedComment from 1 to detachedComment.length 2532 PASS detachedComment.data += detachedComment.data, with unselected range on deta chedComment from 1 to detachedComment.length
2533 PASS detachedComment.data += detachedComment.data, with selected range on detach edComment from 1 to detachedComment.length 2533 PASS detachedComment.data += detachedComment.data, with selected range on detach edComment from 1 to detachedComment.length
2534 PASS detachedComment.textContent = "", with unselected range on detachedComment from 1 to detachedComment.length 2534 PASS detachedComment.textContent = "", with unselected range on detachedComment from 1 to detachedComment.length
2535 PASS detachedComment.textContent = "", with selected range on detachedComment fr om 1 to detachedComment.length 2535 PASS detachedComment.textContent = "", with selected range on detachedComment fr om 1 to detachedComment.length
2536 PASS detachedComment.textContent = "foo", with unselected range on detachedComme nt from 1 to detachedComment.length 2536 PASS detachedComment.textContent = "foo", with unselected range on detachedComme nt from 1 to detachedComment.length
2537 PASS detachedComment.textContent = "foo", with selected range on detachedComment from 1 to detachedComment.length 2537 PASS detachedComment.textContent = "foo", with selected range on detachedComment from 1 to detachedComment.length
2538 FAIL detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 1 to detachedComment.length assert_equals: Wrong s tart offset expected 0 but got 1 2538 PASS detachedComment.textContent = detachedComment.textContent, with unselected range on detachedComment from 1 to detachedComment.length
2539 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge on detachedComment from 1 to detachedComment.length 2539 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge on detachedComment from 1 to detachedComment.length
2540 FAIL detachedComment.textContent += "", with unselected range on detachedComment from 1 to detachedComment.length assert_equals: Wrong start offset expected 0 b ut got 1 2540 PASS detachedComment.textContent += "", with unselected range on detachedComment from 1 to detachedComment.length
2541 PASS detachedComment.textContent += "", with selected range on detachedComment f rom 1 to detachedComment.length 2541 PASS detachedComment.textContent += "", with selected range on detachedComment f rom 1 to detachedComment.length
2542 PASS detachedComment.textContent += "foo", with unselected range on detachedComm ent from 1 to detachedComment.length 2542 PASS detachedComment.textContent += "foo", with unselected range on detachedComm ent from 1 to detachedComment.length
2543 PASS detachedComment.textContent += "foo", with selected range on detachedCommen t from 1 to detachedComment.length 2543 PASS detachedComment.textContent += "foo", with selected range on detachedCommen t from 1 to detachedComment.length
2544 PASS detachedComment.textContent += detachedComment.textContent, with unselected range on detachedComment from 1 to detachedComment.length 2544 PASS detachedComment.textContent += detachedComment.textContent, with unselected range on detachedComment from 1 to detachedComment.length
2545 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange on detachedComment from 1 to detachedComment.length 2545 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange on detachedComment from 1 to detachedComment.length
2546 PASS detachedComment.nodeValue = "", with unselected range on detachedComment fr om 1 to detachedComment.length 2546 PASS detachedComment.nodeValue = "", with unselected range on detachedComment fr om 1 to detachedComment.length
2547 PASS detachedComment.nodeValue = "", with selected range on detachedComment from 1 to detachedComment.length 2547 PASS detachedComment.nodeValue = "", with selected range on detachedComment from 1 to detachedComment.length
2548 PASS detachedComment.nodeValue = "foo", with unselected range on detachedComment from 1 to detachedComment.length 2548 PASS detachedComment.nodeValue = "foo", with unselected range on detachedComment from 1 to detachedComment.length
2549 PASS detachedComment.nodeValue = "foo", with selected range on detachedComment f rom 1 to detachedComment.length 2549 PASS detachedComment.nodeValue = "foo", with selected range on detachedComment f rom 1 to detachedComment.length
2550 FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e on detachedComment from 1 to detachedComment.length assert_equals: Wrong start offset expected 0 but got 1 2550 PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e on detachedComment from 1 to detachedComment.length
2551 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range on detachedComment from 1 to detachedComment.length 2551 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range on detachedComment from 1 to detachedComment.length
2552 FAIL detachedComment.nodeValue += "", with unselected range on detachedComment f rom 1 to detachedComment.length assert_equals: Wrong start offset expected 0 but got 1 2552 PASS detachedComment.nodeValue += "", with unselected range on detachedComment f rom 1 to detachedComment.length
2553 PASS detachedComment.nodeValue += "", with selected range on detachedComment fro m 1 to detachedComment.length 2553 PASS detachedComment.nodeValue += "", with selected range on detachedComment fro m 1 to detachedComment.length
2554 PASS detachedComment.nodeValue += "foo", with unselected range on detachedCommen t from 1 to detachedComment.length 2554 PASS detachedComment.nodeValue += "foo", with unselected range on detachedCommen t from 1 to detachedComment.length
2555 PASS detachedComment.nodeValue += "foo", with selected range on detachedComment from 1 to detachedComment.length 2555 PASS detachedComment.nodeValue += "foo", with selected range on detachedComment from 1 to detachedComment.length
2556 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge on detachedComment from 1 to detachedComment.length 2556 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge on detachedComment from 1 to detachedComment.length
2557 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range on detachedComment from 1 to detachedComment.length 2557 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range on detachedComment from 1 to detachedComment.length
2558 PASS detachedComment.data = "", with unselected range collapsed at (detachedComm ent, detachedComment.length) 2558 PASS detachedComment.data = "", with unselected range collapsed at (detachedComm ent, detachedComment.length)
2559 PASS detachedComment.data = "", with selected range collapsed at (detachedCommen t, detachedComment.length) 2559 PASS detachedComment.data = "", with selected range collapsed at (detachedCommen t, detachedComment.length)
2560 PASS detachedComment.data = "foo", with unselected range collapsed at (detachedC omment, detachedComment.length) 2560 PASS detachedComment.data = "foo", with unselected range collapsed at (detachedC omment, detachedComment.length)
2561 PASS detachedComment.data = "foo", with selected range collapsed at (detachedCom ment, detachedComment.length) 2561 PASS detachedComment.data = "foo", with selected range collapsed at (detachedCom ment, detachedComment.length)
2562 FAIL detachedComment.data = detachedComment.data, with unselected range collapse d at (detachedComment, detachedComment.length) assert_equals: Wrong start offset expected 0 but got 8 2562 PASS detachedComment.data = detachedComment.data, with unselected range collapse d at (detachedComment, detachedComment.length)
2563 PASS detachedComment.data = detachedComment.data, with selected range collapsed at (detachedComment, detachedComment.length) 2563 PASS detachedComment.data = detachedComment.data, with selected range collapsed at (detachedComment, detachedComment.length)
2564 FAIL detachedComment.data += "", with unselected range collapsed at (detachedCom ment, detachedComment.length) assert_equals: Wrong start offset expected 0 but g ot 8 2564 PASS detachedComment.data += "", with unselected range collapsed at (detachedCom ment, detachedComment.length)
2565 PASS detachedComment.data += "", with selected range collapsed at (detachedComme nt, detachedComment.length) 2565 PASS detachedComment.data += "", with selected range collapsed at (detachedComme nt, detachedComment.length)
2566 PASS detachedComment.data += "foo", with unselected range collapsed at (detached Comment, detachedComment.length) 2566 PASS detachedComment.data += "foo", with unselected range collapsed at (detached Comment, detachedComment.length)
2567 PASS detachedComment.data += "foo", with selected range collapsed at (detachedCo mment, detachedComment.length) 2567 PASS detachedComment.data += "foo", with selected range collapsed at (detachedCo mment, detachedComment.length)
2568 PASS detachedComment.data += detachedComment.data, with unselected range collaps ed at (detachedComment, detachedComment.length) 2568 PASS detachedComment.data += detachedComment.data, with unselected range collaps ed at (detachedComment, detachedComment.length)
2569 PASS detachedComment.data += detachedComment.data, with selected range collapsed at (detachedComment, detachedComment.length) 2569 PASS detachedComment.data += detachedComment.data, with selected range collapsed at (detachedComment, detachedComment.length)
2570 PASS detachedComment.textContent = "", with unselected range collapsed at (detac hedComment, detachedComment.length) 2570 PASS detachedComment.textContent = "", with unselected range collapsed at (detac hedComment, detachedComment.length)
2571 PASS detachedComment.textContent = "", with selected range collapsed at (detache dComment, detachedComment.length) 2571 PASS detachedComment.textContent = "", with selected range collapsed at (detache dComment, detachedComment.length)
2572 PASS detachedComment.textContent = "foo", with unselected range collapsed at (de tachedComment, detachedComment.length) 2572 PASS detachedComment.textContent = "foo", with unselected range collapsed at (de tachedComment, detachedComment.length)
2573 PASS detachedComment.textContent = "foo", with selected range collapsed at (deta chedComment, detachedComment.length) 2573 PASS detachedComment.textContent = "foo", with selected range collapsed at (deta chedComment, detachedComment.length)
2574 FAIL detachedComment.textContent = detachedComment.textContent, with unselected range collapsed at (detachedComment, detachedComment.length) assert_equals: Wron g start offset expected 0 but got 8 2574 PASS detachedComment.textContent = detachedComment.textContent, with unselected range collapsed at (detachedComment, detachedComment.length)
2575 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge collapsed at (detachedComment, detachedComment.length) 2575 PASS detachedComment.textContent = detachedComment.textContent, with selected ra nge collapsed at (detachedComment, detachedComment.length)
2576 FAIL detachedComment.textContent += "", with unselected range collapsed at (deta chedComment, detachedComment.length) assert_equals: Wrong start offset expected 0 but got 8 2576 PASS detachedComment.textContent += "", with unselected range collapsed at (deta chedComment, detachedComment.length)
2577 PASS detachedComment.textContent += "", with selected range collapsed at (detach edComment, detachedComment.length) 2577 PASS detachedComment.textContent += "", with selected range collapsed at (detach edComment, detachedComment.length)
2578 PASS detachedComment.textContent += "foo", with unselected range collapsed at (d etachedComment, detachedComment.length) 2578 PASS detachedComment.textContent += "foo", with unselected range collapsed at (d etachedComment, detachedComment.length)
2579 PASS detachedComment.textContent += "foo", with selected range collapsed at (det achedComment, detachedComment.length) 2579 PASS detachedComment.textContent += "foo", with selected range collapsed at (det achedComment, detachedComment.length)
2580 PASS detachedComment.textContent += detachedComment.textContent, with unselected range collapsed at (detachedComment, detachedComment.length) 2580 PASS detachedComment.textContent += detachedComment.textContent, with unselected range collapsed at (detachedComment, detachedComment.length)
2581 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange collapsed at (detachedComment, detachedComment.length) 2581 PASS detachedComment.textContent += detachedComment.textContent, with selected r ange collapsed at (detachedComment, detachedComment.length)
2582 PASS detachedComment.nodeValue = "", with unselected range collapsed at (detache dComment, detachedComment.length) 2582 PASS detachedComment.nodeValue = "", with unselected range collapsed at (detache dComment, detachedComment.length)
2583 PASS detachedComment.nodeValue = "", with selected range collapsed at (detachedC omment, detachedComment.length) 2583 PASS detachedComment.nodeValue = "", with selected range collapsed at (detachedC omment, detachedComment.length)
2584 PASS detachedComment.nodeValue = "foo", with unselected range collapsed at (deta chedComment, detachedComment.length) 2584 PASS detachedComment.nodeValue = "foo", with unselected range collapsed at (deta chedComment, detachedComment.length)
2585 PASS detachedComment.nodeValue = "foo", with selected range collapsed at (detach edComment, detachedComment.length) 2585 PASS detachedComment.nodeValue = "foo", with selected range collapsed at (detach edComment, detachedComment.length)
2586 FAIL detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e collapsed at (detachedComment, detachedComment.length) assert_equals: Wrong st art offset expected 0 but got 8 2586 PASS detachedComment.nodeValue = detachedComment.nodeValue, with unselected rang e collapsed at (detachedComment, detachedComment.length)
2587 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range collapsed at (detachedComment, detachedComment.length) 2587 PASS detachedComment.nodeValue = detachedComment.nodeValue, with selected range collapsed at (detachedComment, detachedComment.length)
2588 FAIL detachedComment.nodeValue += "", with unselected range collapsed at (detach edComment, detachedComment.length) assert_equals: Wrong start offset expected 0 but got 8 2588 PASS detachedComment.nodeValue += "", with unselected range collapsed at (detach edComment, detachedComment.length)
2589 PASS detachedComment.nodeValue += "", with selected range collapsed at (detached Comment, detachedComment.length) 2589 PASS detachedComment.nodeValue += "", with selected range collapsed at (detached Comment, detachedComment.length)
2590 PASS detachedComment.nodeValue += "foo", with unselected range collapsed at (det achedComment, detachedComment.length) 2590 PASS detachedComment.nodeValue += "foo", with unselected range collapsed at (det achedComment, detachedComment.length)
2591 PASS detachedComment.nodeValue += "foo", with selected range collapsed at (detac hedComment, detachedComment.length) 2591 PASS detachedComment.nodeValue += "foo", with selected range collapsed at (detac hedComment, detachedComment.length)
2592 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge collapsed at (detachedComment, detachedComment.length) 2592 PASS detachedComment.nodeValue += detachedComment.nodeValue, with unselected ran ge collapsed at (detachedComment, detachedComment.length)
2593 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range collapsed at (detachedComment, detachedComment.length) 2593 PASS detachedComment.nodeValue += detachedComment.nodeValue, with selected range collapsed at (detachedComment, detachedComment.length)
2594 PASS detachedForeignComment.data = "", with unselected range collapsed at (detac hedForeignComment, 0) 2594 PASS detachedForeignComment.data = "", with unselected range collapsed at (detac hedForeignComment, 0)
2595 PASS detachedForeignComment.data = "", with selected range collapsed at (detache dForeignComment, 0) 2595 PASS detachedForeignComment.data = "", with selected range collapsed at (detache dForeignComment, 0)
2596 PASS detachedForeignComment.data = "foo", with unselected range collapsed at (de tachedForeignComment, 0) 2596 PASS detachedForeignComment.data = "foo", with unselected range collapsed at (de tachedForeignComment, 0)
2597 PASS detachedForeignComment.data = "foo", with selected range collapsed at (deta chedForeignComment, 0) 2597 PASS detachedForeignComment.data = "foo", with selected range collapsed at (deta chedForeignComment, 0)
2598 PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, 0) 2598 PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, 0)
(...skipping 25 matching lines...) Expand all
2624 PASS detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, 0) 2624 PASS detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, 0)
2625 PASS detachedForeignComment.nodeValue += "", with selected range collapsed at (d etachedForeignComment, 0) 2625 PASS detachedForeignComment.nodeValue += "", with selected range collapsed at (d etachedForeignComment, 0)
2626 PASS detachedForeignComment.nodeValue += "foo", with unselected range collapsed at (detachedForeignComment, 0) 2626 PASS detachedForeignComment.nodeValue += "foo", with unselected range collapsed at (detachedForeignComment, 0)
2627 PASS detachedForeignComment.nodeValue += "foo", with selected range collapsed at (detachedForeignComment, 0) 2627 PASS detachedForeignComment.nodeValue += "foo", with selected range collapsed at (detachedForeignComment, 0)
2628 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, 0) 2628 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, 0)
2629 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range collapsed at (detachedForeignComment, 0) 2629 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range collapsed at (detachedForeignComment, 0)
2630 PASS detachedForeignComment.data = "", with unselected range on detachedForeignC omment from 0 to 1 2630 PASS detachedForeignComment.data = "", with unselected range on detachedForeignC omment from 0 to 1
2631 PASS detachedForeignComment.data = "", with selected range on detachedForeignCom ment from 0 to 1 2631 PASS detachedForeignComment.data = "", with selected range on detachedForeignCom ment from 0 to 1
2632 PASS detachedForeignComment.data = "foo", with unselected range on detachedForei gnComment from 0 to 1 2632 PASS detachedForeignComment.data = "foo", with unselected range on detachedForei gnComment from 0 to 1
2633 PASS detachedForeignComment.data = "foo", with selected range on detachedForeign Comment from 0 to 1 2633 PASS detachedForeignComment.data = "foo", with selected range on detachedForeign Comment from 0 to 1
2634 FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to 1 assert_equals: Wrong end offset expe cted 0 but got 1 2634 PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to 1
2635 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge on detachedForeignComment from 0 to 1 2635 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge on detachedForeignComment from 0 to 1
2636 FAIL detachedForeignComment.data += "", with unselected range on detachedForeign Comment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2636 PASS detachedForeignComment.data += "", with unselected range on detachedForeign Comment from 0 to 1
2637 PASS detachedForeignComment.data += "", with selected range on detachedForeignCo mment from 0 to 1 2637 PASS detachedForeignComment.data += "", with selected range on detachedForeignCo mment from 0 to 1
2638 PASS detachedForeignComment.data += "foo", with unselected range on detachedFore ignComment from 0 to 1 2638 PASS detachedForeignComment.data += "foo", with unselected range on detachedFore ignComment from 0 to 1
2639 PASS detachedForeignComment.data += "foo", with selected range on detachedForeig nComment from 0 to 1 2639 PASS detachedForeignComment.data += "foo", with selected range on detachedForeig nComment from 0 to 1
2640 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to 1 2640 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to 1
2641 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange on detachedForeignComment from 0 to 1 2641 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange on detachedForeignComment from 0 to 1
2642 PASS detachedForeignComment.textContent = "", with unselected range on detachedF oreignComment from 0 to 1 2642 PASS detachedForeignComment.textContent = "", with unselected range on detachedF oreignComment from 0 to 1
2643 PASS detachedForeignComment.textContent = "", with selected range on detachedFor eignComment from 0 to 1 2643 PASS detachedForeignComment.textContent = "", with selected range on detachedFor eignComment from 0 to 1
2644 PASS detachedForeignComment.textContent = "foo", with unselected range on detach edForeignComment from 0 to 1 2644 PASS detachedForeignComment.textContent = "foo", with unselected range on detach edForeignComment from 0 to 1
2645 PASS detachedForeignComment.textContent = "foo", with selected range on detached ForeignComment from 0 to 1 2645 PASS detachedForeignComment.textContent = "foo", with selected range on detached ForeignComment from 0 to 1
2646 FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range on detachedForeignComment from 0 to 1 assert_equals: Wrong e nd offset expected 0 but got 1 2646 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range on detachedForeignComment from 0 to 1
2647 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range on detachedForeignComment from 0 to 1 2647 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range on detachedForeignComment from 0 to 1
2648 FAIL detachedForeignComment.textContent += "", with unselected range on detached ForeignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2648 PASS detachedForeignComment.textContent += "", with unselected range on detached ForeignComment from 0 to 1
2649 PASS detachedForeignComment.textContent += "", with selected range on detachedFo reignComment from 0 to 1 2649 PASS detachedForeignComment.textContent += "", with selected range on detachedFo reignComment from 0 to 1
2650 PASS detachedForeignComment.textContent += "foo", with unselected range on detac hedForeignComment from 0 to 1 2650 PASS detachedForeignComment.textContent += "foo", with unselected range on detac hedForeignComment from 0 to 1
2651 PASS detachedForeignComment.textContent += "foo", with selected range on detache dForeignComment from 0 to 1 2651 PASS detachedForeignComment.textContent += "foo", with selected range on detache dForeignComment from 0 to 1
2652 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range on detachedForeignComment from 0 to 1 2652 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range on detachedForeignComment from 0 to 1
2653 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range on detachedForeignComment from 0 to 1 2653 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range on detachedForeignComment from 0 to 1
2654 PASS detachedForeignComment.nodeValue = "", with unselected range on detachedFor eignComment from 0 to 1 2654 PASS detachedForeignComment.nodeValue = "", with unselected range on detachedFor eignComment from 0 to 1
2655 PASS detachedForeignComment.nodeValue = "", with selected range on detachedForei gnComment from 0 to 1 2655 PASS detachedForeignComment.nodeValue = "", with selected range on detachedForei gnComment from 0 to 1
2656 PASS detachedForeignComment.nodeValue = "foo", with unselected range on detached ForeignComment from 0 to 1 2656 PASS detachedForeignComment.nodeValue = "foo", with unselected range on detached ForeignComment from 0 to 1
2657 PASS detachedForeignComment.nodeValue = "foo", with selected range on detachedFo reignComment from 0 to 1 2657 PASS detachedForeignComment.nodeValue = "foo", with selected range on detachedFo reignComment from 0 to 1
2658 FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range on detachedForeignComment from 0 to 1 assert_equals: Wrong end o ffset expected 0 but got 1 2658 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range on detachedForeignComment from 0 to 1
2659 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range on detachedForeignComment from 0 to 1 2659 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range on detachedForeignComment from 0 to 1
2660 FAIL detachedForeignComment.nodeValue += "", with unselected range on detachedFo reignComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2660 PASS detachedForeignComment.nodeValue += "", with unselected range on detachedFo reignComment from 0 to 1
2661 PASS detachedForeignComment.nodeValue += "", with selected range on detachedFore ignComment from 0 to 1 2661 PASS detachedForeignComment.nodeValue += "", with selected range on detachedFore ignComment from 0 to 1
2662 PASS detachedForeignComment.nodeValue += "foo", with unselected range on detache dForeignComment from 0 to 1 2662 PASS detachedForeignComment.nodeValue += "foo", with unselected range on detache dForeignComment from 0 to 1
2663 PASS detachedForeignComment.nodeValue += "foo", with selected range on detachedF oreignComment from 0 to 1 2663 PASS detachedForeignComment.nodeValue += "foo", with selected range on detachedF oreignComment from 0 to 1
2664 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 0 to 1 2664 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 0 to 1
2665 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range on detachedForeignComment from 0 to 1 2665 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range on detachedForeignComment from 0 to 1
2666 PASS detachedForeignComment.data = "", with unselected range collapsed at (detac hedForeignComment, 1) 2666 PASS detachedForeignComment.data = "", with unselected range collapsed at (detac hedForeignComment, 1)
2667 PASS detachedForeignComment.data = "", with selected range collapsed at (detache dForeignComment, 1) 2667 PASS detachedForeignComment.data = "", with selected range collapsed at (detache dForeignComment, 1)
2668 PASS detachedForeignComment.data = "foo", with unselected range collapsed at (de tachedForeignComment, 1) 2668 PASS detachedForeignComment.data = "foo", with unselected range collapsed at (de tachedForeignComment, 1)
2669 PASS detachedForeignComment.data = "foo", with selected range collapsed at (deta chedForeignComment, 1) 2669 PASS detachedForeignComment.data = "foo", with selected range collapsed at (deta chedForeignComment, 1)
2670 FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2670 PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, 1)
2671 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge collapsed at (detachedForeignComment, 1) 2671 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge collapsed at (detachedForeignComment, 1)
2672 FAIL detachedForeignComment.data += "", with unselected range collapsed at (deta chedForeignComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2672 PASS detachedForeignComment.data += "", with unselected range collapsed at (deta chedForeignComment, 1)
2673 PASS detachedForeignComment.data += "", with selected range collapsed at (detach edForeignComment, 1) 2673 PASS detachedForeignComment.data += "", with selected range collapsed at (detach edForeignComment, 1)
2674 PASS detachedForeignComment.data += "foo", with unselected range collapsed at (d etachedForeignComment, 1) 2674 PASS detachedForeignComment.data += "foo", with unselected range collapsed at (d etachedForeignComment, 1)
2675 PASS detachedForeignComment.data += "foo", with selected range collapsed at (det achedForeignComment, 1) 2675 PASS detachedForeignComment.data += "foo", with selected range collapsed at (det achedForeignComment, 1)
2676 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, 1) 2676 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, 1)
2677 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange collapsed at (detachedForeignComment, 1) 2677 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange collapsed at (detachedForeignComment, 1)
2678 PASS detachedForeignComment.textContent = "", with unselected range collapsed at (detachedForeignComment, 1) 2678 PASS detachedForeignComment.textContent = "", with unselected range collapsed at (detachedForeignComment, 1)
2679 PASS detachedForeignComment.textContent = "", with selected range collapsed at ( detachedForeignComment, 1) 2679 PASS detachedForeignComment.textContent = "", with selected range collapsed at ( detachedForeignComment, 1)
2680 PASS detachedForeignComment.textContent = "foo", with unselected range collapsed at (detachedForeignComment, 1) 2680 PASS detachedForeignComment.textContent = "foo", with unselected range collapsed at (detachedForeignComment, 1)
2681 PASS detachedForeignComment.textContent = "foo", with selected range collapsed a t (detachedForeignComment, 1) 2681 PASS detachedForeignComment.textContent = "foo", with selected range collapsed a t (detachedForeignComment, 1)
2682 FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range collapsed at (detachedForeignComment, 1) assert_equals: Wron g start offset expected 0 but got 1 2682 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range collapsed at (detachedForeignComment, 1)
2683 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range collapsed at (detachedForeignComment, 1) 2683 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range collapsed at (detachedForeignComment, 1)
2684 FAIL detachedForeignComment.textContent += "", with unselected range collapsed a t (detachedForeignComment, 1) assert_equals: Wrong start offset expected 0 but g ot 1 2684 PASS detachedForeignComment.textContent += "", with unselected range collapsed a t (detachedForeignComment, 1)
2685 PASS detachedForeignComment.textContent += "", with selected range collapsed at (detachedForeignComment, 1) 2685 PASS detachedForeignComment.textContent += "", with selected range collapsed at (detachedForeignComment, 1)
2686 PASS detachedForeignComment.textContent += "foo", with unselected range collapse d at (detachedForeignComment, 1) 2686 PASS detachedForeignComment.textContent += "foo", with unselected range collapse d at (detachedForeignComment, 1)
2687 PASS detachedForeignComment.textContent += "foo", with selected range collapsed at (detachedForeignComment, 1) 2687 PASS detachedForeignComment.textContent += "foo", with selected range collapsed at (detachedForeignComment, 1)
2688 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range collapsed at (detachedForeignComment, 1) 2688 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range collapsed at (detachedForeignComment, 1)
2689 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range collapsed at (detachedForeignComment, 1) 2689 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range collapsed at (detachedForeignComment, 1)
2690 PASS detachedForeignComment.nodeValue = "", with unselected range collapsed at ( detachedForeignComment, 1) 2690 PASS detachedForeignComment.nodeValue = "", with unselected range collapsed at ( detachedForeignComment, 1)
2691 PASS detachedForeignComment.nodeValue = "", with selected range collapsed at (de tachedForeignComment, 1) 2691 PASS detachedForeignComment.nodeValue = "", with selected range collapsed at (de tachedForeignComment, 1)
2692 PASS detachedForeignComment.nodeValue = "foo", with unselected range collapsed a t (detachedForeignComment, 1) 2692 PASS detachedForeignComment.nodeValue = "foo", with unselected range collapsed a t (detachedForeignComment, 1)
2693 PASS detachedForeignComment.nodeValue = "foo", with selected range collapsed at (detachedForeignComment, 1) 2693 PASS detachedForeignComment.nodeValue = "foo", with selected range collapsed at (detachedForeignComment, 1)
2694 FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range collapsed at (detachedForeignComment, 1) assert_equals: Wrong st art offset expected 0 but got 1 2694 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range collapsed at (detachedForeignComment, 1)
2695 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range collapsed at (detachedForeignComment, 1) 2695 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range collapsed at (detachedForeignComment, 1)
2696 FAIL detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2696 PASS detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, 1)
2697 PASS detachedForeignComment.nodeValue += "", with selected range collapsed at (d etachedForeignComment, 1) 2697 PASS detachedForeignComment.nodeValue += "", with selected range collapsed at (d etachedForeignComment, 1)
2698 PASS detachedForeignComment.nodeValue += "foo", with unselected range collapsed at (detachedForeignComment, 1) 2698 PASS detachedForeignComment.nodeValue += "foo", with unselected range collapsed at (detachedForeignComment, 1)
2699 PASS detachedForeignComment.nodeValue += "foo", with selected range collapsed at (detachedForeignComment, 1) 2699 PASS detachedForeignComment.nodeValue += "foo", with selected range collapsed at (detachedForeignComment, 1)
2700 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, 1) 2700 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, 1)
2701 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range collapsed at (detachedForeignComment, 1) 2701 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range collapsed at (detachedForeignComment, 1)
2702 PASS detachedForeignComment.data = "", with unselected range on detachedForeignC omment from 0 to detachedForeignComment.length 2702 PASS detachedForeignComment.data = "", with unselected range on detachedForeignC omment from 0 to detachedForeignComment.length
2703 PASS detachedForeignComment.data = "", with selected range on detachedForeignCom ment from 0 to detachedForeignComment.length 2703 PASS detachedForeignComment.data = "", with selected range on detachedForeignCom ment from 0 to detachedForeignComment.length
2704 PASS detachedForeignComment.data = "foo", with unselected range on detachedForei gnComment from 0 to detachedForeignComment.length 2704 PASS detachedForeignComment.data = "foo", with unselected range on detachedForei gnComment from 0 to detachedForeignComment.length
2705 PASS detachedForeignComment.data = "foo", with selected range on detachedForeign Comment from 0 to detachedForeignComment.length 2705 PASS detachedForeignComment.data = "foo", with selected range on detachedForeign Comment from 0 to detachedForeignComment.length
2706 FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length assert_e quals: Wrong end offset expected 0 but got 19 2706 PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
2707 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge on detachedForeignComment from 0 to detachedForeignComment.length 2707 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge on detachedForeignComment from 0 to detachedForeignComment.length
2708 FAIL detachedForeignComment.data += "", with unselected range on detachedForeign Comment from 0 to detachedForeignComment.length assert_equals: Wrong end offset expected 0 but got 19 2708 PASS detachedForeignComment.data += "", with unselected range on detachedForeign Comment from 0 to detachedForeignComment.length
2709 PASS detachedForeignComment.data += "", with selected range on detachedForeignCo mment from 0 to detachedForeignComment.length 2709 PASS detachedForeignComment.data += "", with selected range on detachedForeignCo mment from 0 to detachedForeignComment.length
2710 PASS detachedForeignComment.data += "foo", with unselected range on detachedFore ignComment from 0 to detachedForeignComment.length 2710 PASS detachedForeignComment.data += "foo", with unselected range on detachedFore ignComment from 0 to detachedForeignComment.length
2711 PASS detachedForeignComment.data += "foo", with selected range on detachedForeig nComment from 0 to detachedForeignComment.length 2711 PASS detachedForeignComment.data += "foo", with selected range on detachedForeig nComment from 0 to detachedForeignComment.length
2712 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length 2712 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range on detachedForeignComment from 0 to detachedForeignComment.length
2713 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange on detachedForeignComment from 0 to detachedForeignComment.length 2713 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange on detachedForeignComment from 0 to detachedForeignComment.length
2714 PASS detachedForeignComment.textContent = "", with unselected range on detachedF oreignComment from 0 to detachedForeignComment.length 2714 PASS detachedForeignComment.textContent = "", with unselected range on detachedF oreignComment from 0 to detachedForeignComment.length
2715 PASS detachedForeignComment.textContent = "", with selected range on detachedFor eignComment from 0 to detachedForeignComment.length 2715 PASS detachedForeignComment.textContent = "", with selected range on detachedFor eignComment from 0 to detachedForeignComment.length
2716 PASS detachedForeignComment.textContent = "foo", with unselected range on detach edForeignComment from 0 to detachedForeignComment.length 2716 PASS detachedForeignComment.textContent = "foo", with unselected range on detach edForeignComment from 0 to detachedForeignComment.length
2717 PASS detachedForeignComment.textContent = "foo", with selected range on detached ForeignComment from 0 to detachedForeignComment.length 2717 PASS detachedForeignComment.textContent = "foo", with selected range on detached ForeignComment from 0 to detachedForeignComment.length
2718 FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range on detachedForeignComment from 0 to detachedForeignComment.l ength assert_equals: Wrong end offset expected 0 but got 19 2718 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range on detachedForeignComment from 0 to detachedForeignComment.l ength
2719 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range on detachedForeignComment from 0 to detachedForeignComment.len gth 2719 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range on detachedForeignComment from 0 to detachedForeignComment.len gth
2720 FAIL detachedForeignComment.textContent += "", with unselected range on detached ForeignComment from 0 to detachedForeignComment.length assert_equals: Wrong end offset expected 0 but got 19 2720 PASS detachedForeignComment.textContent += "", with unselected range on detached ForeignComment from 0 to detachedForeignComment.length
2721 PASS detachedForeignComment.textContent += "", with selected range on detachedFo reignComment from 0 to detachedForeignComment.length 2721 PASS detachedForeignComment.textContent += "", with selected range on detachedFo reignComment from 0 to detachedForeignComment.length
2722 PASS detachedForeignComment.textContent += "foo", with unselected range on detac hedForeignComment from 0 to detachedForeignComment.length 2722 PASS detachedForeignComment.textContent += "foo", with unselected range on detac hedForeignComment from 0 to detachedForeignComment.length
2723 PASS detachedForeignComment.textContent += "foo", with selected range on detache dForeignComment from 0 to detachedForeignComment.length 2723 PASS detachedForeignComment.textContent += "foo", with selected range on detache dForeignComment from 0 to detachedForeignComment.length
2724 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range on detachedForeignComment from 0 to detachedForeignComment. length 2724 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range on detachedForeignComment from 0 to detachedForeignComment. length
2725 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range on detachedForeignComment from 0 to detachedForeignComment.le ngth 2725 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range on detachedForeignComment from 0 to detachedForeignComment.le ngth
2726 PASS detachedForeignComment.nodeValue = "", with unselected range on detachedFor eignComment from 0 to detachedForeignComment.length 2726 PASS detachedForeignComment.nodeValue = "", with unselected range on detachedFor eignComment from 0 to detachedForeignComment.length
2727 PASS detachedForeignComment.nodeValue = "", with selected range on detachedForei gnComment from 0 to detachedForeignComment.length 2727 PASS detachedForeignComment.nodeValue = "", with selected range on detachedForei gnComment from 0 to detachedForeignComment.length
2728 PASS detachedForeignComment.nodeValue = "foo", with unselected range on detached ForeignComment from 0 to detachedForeignComment.length 2728 PASS detachedForeignComment.nodeValue = "foo", with unselected range on detached ForeignComment from 0 to detachedForeignComment.length
2729 PASS detachedForeignComment.nodeValue = "foo", with selected range on detachedFo reignComment from 0 to detachedForeignComment.length 2729 PASS detachedForeignComment.nodeValue = "foo", with selected range on detachedFo reignComment from 0 to detachedForeignComment.length
2730 FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range on detachedForeignComment from 0 to detachedForeignComment.lengt h assert_equals: Wrong end offset expected 0 but got 19 2730 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range on detachedForeignComment from 0 to detachedForeignComment.lengt h
2731 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range on detachedForeignComment from 0 to detachedForeignComment.length 2731 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range on detachedForeignComment from 0 to detachedForeignComment.length
2732 FAIL detachedForeignComment.nodeValue += "", with unselected range on detachedFo reignComment from 0 to detachedForeignComment.length assert_equals: Wrong end of fset expected 0 but got 19 2732 PASS detachedForeignComment.nodeValue += "", with unselected range on detachedFo reignComment from 0 to detachedForeignComment.length
2733 PASS detachedForeignComment.nodeValue += "", with selected range on detachedFore ignComment from 0 to detachedForeignComment.length 2733 PASS detachedForeignComment.nodeValue += "", with selected range on detachedFore ignComment from 0 to detachedForeignComment.length
2734 PASS detachedForeignComment.nodeValue += "foo", with unselected range on detache dForeignComment from 0 to detachedForeignComment.length 2734 PASS detachedForeignComment.nodeValue += "foo", with unselected range on detache dForeignComment from 0 to detachedForeignComment.length
2735 PASS detachedForeignComment.nodeValue += "foo", with selected range on detachedF oreignComment from 0 to detachedForeignComment.length 2735 PASS detachedForeignComment.nodeValue += "foo", with selected range on detachedF oreignComment from 0 to detachedForeignComment.length
2736 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 0 to detachedForeignComment.leng th 2736 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 0 to detachedForeignComment.leng th
2737 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range on detachedForeignComment from 0 to detachedForeignComment.length 2737 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range on detachedForeignComment from 0 to detachedForeignComment.length
2738 PASS detachedForeignComment.data = "", with unselected range on detachedForeignC omment from 1 to detachedForeignComment.length 2738 PASS detachedForeignComment.data = "", with unselected range on detachedForeignC omment from 1 to detachedForeignComment.length
2739 PASS detachedForeignComment.data = "", with selected range on detachedForeignCom ment from 1 to detachedForeignComment.length 2739 PASS detachedForeignComment.data = "", with selected range on detachedForeignCom ment from 1 to detachedForeignComment.length
2740 PASS detachedForeignComment.data = "foo", with unselected range on detachedForei gnComment from 1 to detachedForeignComment.length 2740 PASS detachedForeignComment.data = "foo", with unselected range on detachedForei gnComment from 1 to detachedForeignComment.length
2741 PASS detachedForeignComment.data = "foo", with selected range on detachedForeign Comment from 1 to detachedForeignComment.length 2741 PASS detachedForeignComment.data = "foo", with selected range on detachedForeign Comment from 1 to detachedForeignComment.length
2742 FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length assert_e quals: Wrong start offset expected 0 but got 1 2742 PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
2743 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge on detachedForeignComment from 1 to detachedForeignComment.length 2743 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge on detachedForeignComment from 1 to detachedForeignComment.length
2744 FAIL detachedForeignComment.data += "", with unselected range on detachedForeign Comment from 1 to detachedForeignComment.length assert_equals: Wrong start offse t expected 0 but got 1 2744 PASS detachedForeignComment.data += "", with unselected range on detachedForeign Comment from 1 to detachedForeignComment.length
2745 PASS detachedForeignComment.data += "", with selected range on detachedForeignCo mment from 1 to detachedForeignComment.length 2745 PASS detachedForeignComment.data += "", with selected range on detachedForeignCo mment from 1 to detachedForeignComment.length
2746 PASS detachedForeignComment.data += "foo", with unselected range on detachedFore ignComment from 1 to detachedForeignComment.length 2746 PASS detachedForeignComment.data += "foo", with unselected range on detachedFore ignComment from 1 to detachedForeignComment.length
2747 PASS detachedForeignComment.data += "foo", with selected range on detachedForeig nComment from 1 to detachedForeignComment.length 2747 PASS detachedForeignComment.data += "foo", with selected range on detachedForeig nComment from 1 to detachedForeignComment.length
2748 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length 2748 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range on detachedForeignComment from 1 to detachedForeignComment.length
2749 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange on detachedForeignComment from 1 to detachedForeignComment.length 2749 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange on detachedForeignComment from 1 to detachedForeignComment.length
2750 PASS detachedForeignComment.textContent = "", with unselected range on detachedF oreignComment from 1 to detachedForeignComment.length 2750 PASS detachedForeignComment.textContent = "", with unselected range on detachedF oreignComment from 1 to detachedForeignComment.length
2751 PASS detachedForeignComment.textContent = "", with selected range on detachedFor eignComment from 1 to detachedForeignComment.length 2751 PASS detachedForeignComment.textContent = "", with selected range on detachedFor eignComment from 1 to detachedForeignComment.length
2752 PASS detachedForeignComment.textContent = "foo", with unselected range on detach edForeignComment from 1 to detachedForeignComment.length 2752 PASS detachedForeignComment.textContent = "foo", with unselected range on detach edForeignComment from 1 to detachedForeignComment.length
2753 PASS detachedForeignComment.textContent = "foo", with selected range on detached ForeignComment from 1 to detachedForeignComment.length 2753 PASS detachedForeignComment.textContent = "foo", with selected range on detached ForeignComment from 1 to detachedForeignComment.length
2754 FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range on detachedForeignComment from 1 to detachedForeignComment.l ength assert_equals: Wrong start offset expected 0 but got 1 2754 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range on detachedForeignComment from 1 to detachedForeignComment.l ength
2755 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range on detachedForeignComment from 1 to detachedForeignComment.len gth 2755 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range on detachedForeignComment from 1 to detachedForeignComment.len gth
2756 FAIL detachedForeignComment.textContent += "", with unselected range on detached ForeignComment from 1 to detachedForeignComment.length assert_equals: Wrong star t offset expected 0 but got 1 2756 PASS detachedForeignComment.textContent += "", with unselected range on detached ForeignComment from 1 to detachedForeignComment.length
2757 PASS detachedForeignComment.textContent += "", with selected range on detachedFo reignComment from 1 to detachedForeignComment.length 2757 PASS detachedForeignComment.textContent += "", with selected range on detachedFo reignComment from 1 to detachedForeignComment.length
2758 PASS detachedForeignComment.textContent += "foo", with unselected range on detac hedForeignComment from 1 to detachedForeignComment.length 2758 PASS detachedForeignComment.textContent += "foo", with unselected range on detac hedForeignComment from 1 to detachedForeignComment.length
2759 PASS detachedForeignComment.textContent += "foo", with selected range on detache dForeignComment from 1 to detachedForeignComment.length 2759 PASS detachedForeignComment.textContent += "foo", with selected range on detache dForeignComment from 1 to detachedForeignComment.length
2760 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range on detachedForeignComment from 1 to detachedForeignComment. length 2760 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range on detachedForeignComment from 1 to detachedForeignComment. length
2761 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range on detachedForeignComment from 1 to detachedForeignComment.le ngth 2761 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range on detachedForeignComment from 1 to detachedForeignComment.le ngth
2762 PASS detachedForeignComment.nodeValue = "", with unselected range on detachedFor eignComment from 1 to detachedForeignComment.length 2762 PASS detachedForeignComment.nodeValue = "", with unselected range on detachedFor eignComment from 1 to detachedForeignComment.length
2763 PASS detachedForeignComment.nodeValue = "", with selected range on detachedForei gnComment from 1 to detachedForeignComment.length 2763 PASS detachedForeignComment.nodeValue = "", with selected range on detachedForei gnComment from 1 to detachedForeignComment.length
2764 PASS detachedForeignComment.nodeValue = "foo", with unselected range on detached ForeignComment from 1 to detachedForeignComment.length 2764 PASS detachedForeignComment.nodeValue = "foo", with unselected range on detached ForeignComment from 1 to detachedForeignComment.length
2765 PASS detachedForeignComment.nodeValue = "foo", with selected range on detachedFo reignComment from 1 to detachedForeignComment.length 2765 PASS detachedForeignComment.nodeValue = "foo", with selected range on detachedFo reignComment from 1 to detachedForeignComment.length
2766 FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range on detachedForeignComment from 1 to detachedForeignComment.lengt h assert_equals: Wrong start offset expected 0 but got 1 2766 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range on detachedForeignComment from 1 to detachedForeignComment.lengt h
2767 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range on detachedForeignComment from 1 to detachedForeignComment.length 2767 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range on detachedForeignComment from 1 to detachedForeignComment.length
2768 FAIL detachedForeignComment.nodeValue += "", with unselected range on detachedFo reignComment from 1 to detachedForeignComment.length assert_equals: Wrong start offset expected 0 but got 1 2768 PASS detachedForeignComment.nodeValue += "", with unselected range on detachedFo reignComment from 1 to detachedForeignComment.length
2769 PASS detachedForeignComment.nodeValue += "", with selected range on detachedFore ignComment from 1 to detachedForeignComment.length 2769 PASS detachedForeignComment.nodeValue += "", with selected range on detachedFore ignComment from 1 to detachedForeignComment.length
2770 PASS detachedForeignComment.nodeValue += "foo", with unselected range on detache dForeignComment from 1 to detachedForeignComment.length 2770 PASS detachedForeignComment.nodeValue += "foo", with unselected range on detache dForeignComment from 1 to detachedForeignComment.length
2771 PASS detachedForeignComment.nodeValue += "foo", with selected range on detachedF oreignComment from 1 to detachedForeignComment.length 2771 PASS detachedForeignComment.nodeValue += "foo", with selected range on detachedF oreignComment from 1 to detachedForeignComment.length
2772 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 1 to detachedForeignComment.leng th 2772 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range on detachedForeignComment from 1 to detachedForeignComment.leng th
2773 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range on detachedForeignComment from 1 to detachedForeignComment.length 2773 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range on detachedForeignComment from 1 to detachedForeignComment.length
2774 PASS detachedForeignComment.data = "", with unselected range collapsed at (detac hedForeignComment, detachedForeignComment.length) 2774 PASS detachedForeignComment.data = "", with unselected range collapsed at (detac hedForeignComment, detachedForeignComment.length)
2775 PASS detachedForeignComment.data = "", with selected range collapsed at (detache dForeignComment, detachedForeignComment.length) 2775 PASS detachedForeignComment.data = "", with selected range collapsed at (detache dForeignComment, detachedForeignComment.length)
2776 PASS detachedForeignComment.data = "foo", with unselected range collapsed at (de tachedForeignComment, detachedForeignComment.length) 2776 PASS detachedForeignComment.data = "foo", with unselected range collapsed at (de tachedForeignComment, detachedForeignComment.length)
2777 PASS detachedForeignComment.data = "foo", with selected range collapsed at (deta chedForeignComment, detachedForeignComment.length) 2777 PASS detachedForeignComment.data = "foo", with selected range collapsed at (deta chedForeignComment, detachedForeignComment.length)
2778 FAIL detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) asser t_equals: Wrong start offset expected 0 but got 19 2778 PASS detachedForeignComment.data = detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2779 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge collapsed at (detachedForeignComment, detachedForeignComment.length) 2779 PASS detachedForeignComment.data = detachedForeignComment.data, with selected ra nge collapsed at (detachedForeignComment, detachedForeignComment.length)
2780 FAIL detachedForeignComment.data += "", with unselected range collapsed at (deta chedForeignComment, detachedForeignComment.length) assert_equals: Wrong start of fset expected 0 but got 19 2780 PASS detachedForeignComment.data += "", with unselected range collapsed at (deta chedForeignComment, detachedForeignComment.length)
2781 PASS detachedForeignComment.data += "", with selected range collapsed at (detach edForeignComment, detachedForeignComment.length) 2781 PASS detachedForeignComment.data += "", with selected range collapsed at (detach edForeignComment, detachedForeignComment.length)
2782 PASS detachedForeignComment.data += "foo", with unselected range collapsed at (d etachedForeignComment, detachedForeignComment.length) 2782 PASS detachedForeignComment.data += "foo", with unselected range collapsed at (d etachedForeignComment, detachedForeignComment.length)
2783 PASS detachedForeignComment.data += "foo", with selected range collapsed at (det achedForeignComment, detachedForeignComment.length) 2783 PASS detachedForeignComment.data += "foo", with selected range collapsed at (det achedForeignComment, detachedForeignComment.length)
2784 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) 2784 PASS detachedForeignComment.data += detachedForeignComment.data, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2785 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange collapsed at (detachedForeignComment, detachedForeignComment.length) 2785 PASS detachedForeignComment.data += detachedForeignComment.data, with selected r ange collapsed at (detachedForeignComment, detachedForeignComment.length)
2786 PASS detachedForeignComment.textContent = "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) 2786 PASS detachedForeignComment.textContent = "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2787 PASS detachedForeignComment.textContent = "", with selected range collapsed at ( detachedForeignComment, detachedForeignComment.length) 2787 PASS detachedForeignComment.textContent = "", with selected range collapsed at ( detachedForeignComment, detachedForeignComment.length)
2788 PASS detachedForeignComment.textContent = "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) 2788 PASS detachedForeignComment.textContent = "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2789 PASS detachedForeignComment.textContent = "foo", with selected range collapsed a t (detachedForeignComment, detachedForeignComment.length) 2789 PASS detachedForeignComment.textContent = "foo", with selected range collapsed a t (detachedForeignComment, detachedForeignComment.length)
2790 FAIL detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range collapsed at (detachedForeignComment, detachedForeignComment .length) assert_equals: Wrong start offset expected 0 but got 19 2790 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th unselected range collapsed at (detachedForeignComment, detachedForeignComment .length)
2791 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range collapsed at (detachedForeignComment, detachedForeignComment.l ength) 2791 PASS detachedForeignComment.textContent = detachedForeignComment.textContent, wi th selected range collapsed at (detachedForeignComment, detachedForeignComment.l ength)
2792 FAIL detachedForeignComment.textContent += "", with unselected range collapsed a t (detachedForeignComment, detachedForeignComment.length) assert_equals: Wrong s tart offset expected 0 but got 19 2792 PASS detachedForeignComment.textContent += "", with unselected range collapsed a t (detachedForeignComment, detachedForeignComment.length)
2793 PASS detachedForeignComment.textContent += "", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length) 2793 PASS detachedForeignComment.textContent += "", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2794 PASS detachedForeignComment.textContent += "foo", with unselected range collapse d at (detachedForeignComment, detachedForeignComment.length) 2794 PASS detachedForeignComment.textContent += "foo", with unselected range collapse d at (detachedForeignComment, detachedForeignComment.length)
2795 PASS detachedForeignComment.textContent += "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length) 2795 PASS detachedForeignComment.textContent += "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2796 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range collapsed at (detachedForeignComment, detachedForeignCommen t.length) 2796 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith unselected range collapsed at (detachedForeignComment, detachedForeignCommen t.length)
2797 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range collapsed at (detachedForeignComment, detachedForeignComment. length) 2797 PASS detachedForeignComment.textContent += detachedForeignComment.textContent, w ith selected range collapsed at (detachedForeignComment, detachedForeignComment. length)
2798 PASS detachedForeignComment.nodeValue = "", with unselected range collapsed at ( detachedForeignComment, detachedForeignComment.length) 2798 PASS detachedForeignComment.nodeValue = "", with unselected range collapsed at ( detachedForeignComment, detachedForeignComment.length)
2799 PASS detachedForeignComment.nodeValue = "", with selected range collapsed at (de tachedForeignComment, detachedForeignComment.length) 2799 PASS detachedForeignComment.nodeValue = "", with selected range collapsed at (de tachedForeignComment, detachedForeignComment.length)
2800 PASS detachedForeignComment.nodeValue = "foo", with unselected range collapsed a t (detachedForeignComment, detachedForeignComment.length) 2800 PASS detachedForeignComment.nodeValue = "foo", with unselected range collapsed a t (detachedForeignComment, detachedForeignComment.length)
2801 PASS detachedForeignComment.nodeValue = "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length) 2801 PASS detachedForeignComment.nodeValue = "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2802 FAIL detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range collapsed at (detachedForeignComment, detachedForeignComment.len gth) assert_equals: Wrong start offset expected 0 but got 19 2802 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with u nselected range collapsed at (detachedForeignComment, detachedForeignComment.len gth)
2803 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range collapsed at (detachedForeignComment, detachedForeignComment.lengt h) 2803 PASS detachedForeignComment.nodeValue = detachedForeignComment.nodeValue, with s elected range collapsed at (detachedForeignComment, detachedForeignComment.lengt h)
2804 FAIL detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) assert_equals: Wrong sta rt offset expected 0 but got 19 2804 PASS detachedForeignComment.nodeValue += "", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2805 PASS detachedForeignComment.nodeValue += "", with selected range collapsed at (d etachedForeignComment, detachedForeignComment.length) 2805 PASS detachedForeignComment.nodeValue += "", with selected range collapsed at (d etachedForeignComment, detachedForeignComment.length)
2806 PASS detachedForeignComment.nodeValue += "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length) 2806 PASS detachedForeignComment.nodeValue += "foo", with unselected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2807 PASS detachedForeignComment.nodeValue += "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length) 2807 PASS detachedForeignComment.nodeValue += "foo", with selected range collapsed at (detachedForeignComment, detachedForeignComment.length)
2808 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.le ngth) 2808 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with unselected range collapsed at (detachedForeignComment, detachedForeignComment.le ngth)
2809 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range collapsed at (detachedForeignComment, detachedForeignComment.leng th) 2809 PASS detachedForeignComment.nodeValue += detachedForeignComment.nodeValue, with selected range collapsed at (detachedForeignComment, detachedForeignComment.leng th)
2810 PASS detachedXmlComment.data = "", with unselected range collapsed at (detachedX mlComment, 0) 2810 PASS detachedXmlComment.data = "", with unselected range collapsed at (detachedX mlComment, 0)
2811 PASS detachedXmlComment.data = "", with selected range collapsed at (detachedXml Comment, 0) 2811 PASS detachedXmlComment.data = "", with selected range collapsed at (detachedXml Comment, 0)
2812 PASS detachedXmlComment.data = "foo", with unselected range collapsed at (detach edXmlComment, 0) 2812 PASS detachedXmlComment.data = "foo", with unselected range collapsed at (detach edXmlComment, 0)
2813 PASS detachedXmlComment.data = "foo", with selected range collapsed at (detached XmlComment, 0) 2813 PASS detachedXmlComment.data = "foo", with selected range collapsed at (detached XmlComment, 0)
2814 PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range co llapsed at (detachedXmlComment, 0) 2814 PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range co llapsed at (detachedXmlComment, 0)
(...skipping 25 matching lines...) Expand all
2840 PASS detachedXmlComment.nodeValue += "", with unselected range collapsed at (det achedXmlComment, 0) 2840 PASS detachedXmlComment.nodeValue += "", with unselected range collapsed at (det achedXmlComment, 0)
2841 PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detac hedXmlComment, 0) 2841 PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detac hedXmlComment, 0)
2842 PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at ( detachedXmlComment, 0) 2842 PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at ( detachedXmlComment, 0)
2843 PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (de tachedXmlComment, 0) 2843 PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (de tachedXmlComment, 0)
2844 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range collapsed at (detachedXmlComment, 0) 2844 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range collapsed at (detachedXmlComment, 0)
2845 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, 0) 2845 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, 0)
2846 PASS detachedXmlComment.data = "", with unselected range on detachedXmlComment f rom 0 to 1 2846 PASS detachedXmlComment.data = "", with unselected range on detachedXmlComment f rom 0 to 1
2847 PASS detachedXmlComment.data = "", with selected range on detachedXmlComment fro m 0 to 1 2847 PASS detachedXmlComment.data = "", with selected range on detachedXmlComment fro m 0 to 1
2848 PASS detachedXmlComment.data = "foo", with unselected range on detachedXmlCommen t from 0 to 1 2848 PASS detachedXmlComment.data = "foo", with unselected range on detachedXmlCommen t from 0 to 1
2849 PASS detachedXmlComment.data = "foo", with selected range on detachedXmlComment from 0 to 1 2849 PASS detachedXmlComment.data = "foo", with selected range on detachedXmlComment from 0 to 1
2850 FAIL detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but g ot 1 2850 PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 0 to 1
2851 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range on d etachedXmlComment from 0 to 1 2851 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range on d etachedXmlComment from 0 to 1
2852 FAIL detachedXmlComment.data += "", with unselected range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2852 PASS detachedXmlComment.data += "", with unselected range on detachedXmlComment from 0 to 1
2853 PASS detachedXmlComment.data += "", with selected range on detachedXmlComment fr om 0 to 1 2853 PASS detachedXmlComment.data += "", with selected range on detachedXmlComment fr om 0 to 1
2854 PASS detachedXmlComment.data += "foo", with unselected range on detachedXmlComme nt from 0 to 1 2854 PASS detachedXmlComment.data += "foo", with unselected range on detachedXmlComme nt from 0 to 1
2855 PASS detachedXmlComment.data += "foo", with selected range on detachedXmlComment from 0 to 1 2855 PASS detachedXmlComment.data += "foo", with selected range on detachedXmlComment from 0 to 1
2856 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range o n detachedXmlComment from 0 to 1 2856 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range o n detachedXmlComment from 0 to 1
2857 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range on detachedXmlComment from 0 to 1 2857 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range on detachedXmlComment from 0 to 1
2858 PASS detachedXmlComment.textContent = "", with unselected range on detachedXmlCo mment from 0 to 1 2858 PASS detachedXmlComment.textContent = "", with unselected range on detachedXmlCo mment from 0 to 1
2859 PASS detachedXmlComment.textContent = "", with selected range on detachedXmlComm ent from 0 to 1 2859 PASS detachedXmlComment.textContent = "", with selected range on detachedXmlComm ent from 0 to 1
2860 PASS detachedXmlComment.textContent = "foo", with unselected range on detachedXm lComment from 0 to 1 2860 PASS detachedXmlComment.textContent = "foo", with unselected range on detachedXm lComment from 0 to 1
2861 PASS detachedXmlComment.textContent = "foo", with selected range on detachedXmlC omment from 0 to 1 2861 PASS detachedXmlComment.textContent = "foo", with selected range on detachedXmlC omment from 0 to 1
2862 FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset ex pected 0 but got 1 2862 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range on detachedXmlComment from 0 to 1
2863 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range on detachedXmlComment from 0 to 1 2863 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range on detachedXmlComment from 0 to 1
2864 FAIL detachedXmlComment.textContent += "", with unselected range on detachedXmlC omment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2864 PASS detachedXmlComment.textContent += "", with unselected range on detachedXmlC omment from 0 to 1
2865 PASS detachedXmlComment.textContent += "", with selected range on detachedXmlCom ment from 0 to 1 2865 PASS detachedXmlComment.textContent += "", with selected range on detachedXmlCom ment from 0 to 1
2866 PASS detachedXmlComment.textContent += "foo", with unselected range on detachedX mlComment from 0 to 1 2866 PASS detachedXmlComment.textContent += "foo", with unselected range on detachedX mlComment from 0 to 1
2867 PASS detachedXmlComment.textContent += "foo", with selected range on detachedXml Comment from 0 to 1 2867 PASS detachedXmlComment.textContent += "foo", with selected range on detachedXml Comment from 0 to 1
2868 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range on detachedXmlComment from 0 to 1 2868 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range on detachedXmlComment from 0 to 1
2869 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range on detachedXmlComment from 0 to 1 2869 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range on detachedXmlComment from 0 to 1
2870 PASS detachedXmlComment.nodeValue = "", with unselected range on detachedXmlComm ent from 0 to 1 2870 PASS detachedXmlComment.nodeValue = "", with unselected range on detachedXmlComm ent from 0 to 1
2871 PASS detachedXmlComment.nodeValue = "", with selected range on detachedXmlCommen t from 0 to 1 2871 PASS detachedXmlComment.nodeValue = "", with selected range on detachedXmlCommen t from 0 to 1
2872 PASS detachedXmlComment.nodeValue = "foo", with unselected range on detachedXmlC omment from 0 to 1 2872 PASS detachedXmlComment.nodeValue = "foo", with unselected range on detachedXmlC omment from 0 to 1
2873 PASS detachedXmlComment.nodeValue = "foo", with selected range on detachedXmlCom ment from 0 to 1 2873 PASS detachedXmlComment.nodeValue = "foo", with selected range on detachedXmlCom ment from 0 to 1
2874 FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range on detachedXmlComment from 0 to 1 assert_equals: Wrong end offset expect ed 0 but got 1 2874 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range on detachedXmlComment from 0 to 1
2875 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to 1 2875 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to 1
2876 FAIL detachedXmlComment.nodeValue += "", with unselected range on detachedXmlCom ment from 0 to 1 assert_equals: Wrong end offset expected 0 but got 1 2876 PASS detachedXmlComment.nodeValue += "", with unselected range on detachedXmlCom ment from 0 to 1
2877 PASS detachedXmlComment.nodeValue += "", with selected range on detachedXmlComme nt from 0 to 1 2877 PASS detachedXmlComment.nodeValue += "", with selected range on detachedXmlComme nt from 0 to 1
2878 PASS detachedXmlComment.nodeValue += "foo", with unselected range on detachedXml Comment from 0 to 1 2878 PASS detachedXmlComment.nodeValue += "foo", with unselected range on detachedXml Comment from 0 to 1
2879 PASS detachedXmlComment.nodeValue += "foo", with selected range on detachedXmlCo mment from 0 to 1 2879 PASS detachedXmlComment.nodeValue += "foo", with selected range on detachedXmlCo mment from 0 to 1
2880 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range on detachedXmlComment from 0 to 1 2880 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range on detachedXmlComment from 0 to 1
2881 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to 1 2881 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to 1
2882 PASS detachedXmlComment.data = "", with unselected range collapsed at (detachedX mlComment, 1) 2882 PASS detachedXmlComment.data = "", with unselected range collapsed at (detachedX mlComment, 1)
2883 PASS detachedXmlComment.data = "", with selected range collapsed at (detachedXml Comment, 1) 2883 PASS detachedXmlComment.data = "", with selected range collapsed at (detachedXml Comment, 1)
2884 PASS detachedXmlComment.data = "foo", with unselected range collapsed at (detach edXmlComment, 1) 2884 PASS detachedXmlComment.data = "foo", with unselected range collapsed at (detach edXmlComment, 1)
2885 PASS detachedXmlComment.data = "foo", with selected range collapsed at (detached XmlComment, 1) 2885 PASS detachedXmlComment.data = "foo", with selected range collapsed at (detached XmlComment, 1)
2886 FAIL detachedXmlComment.data = detachedXmlComment.data, with unselected range co llapsed at (detachedXmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2886 PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range co llapsed at (detachedXmlComment, 1)
2887 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range coll apsed at (detachedXmlComment, 1) 2887 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range coll apsed at (detachedXmlComment, 1)
2888 FAIL detachedXmlComment.data += "", with unselected range collapsed at (detached XmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2888 PASS detachedXmlComment.data += "", with unselected range collapsed at (detached XmlComment, 1)
2889 PASS detachedXmlComment.data += "", with selected range collapsed at (detachedXm lComment, 1) 2889 PASS detachedXmlComment.data += "", with selected range collapsed at (detachedXm lComment, 1)
2890 PASS detachedXmlComment.data += "foo", with unselected range collapsed at (detac hedXmlComment, 1) 2890 PASS detachedXmlComment.data += "foo", with unselected range collapsed at (detac hedXmlComment, 1)
2891 PASS detachedXmlComment.data += "foo", with selected range collapsed at (detache dXmlComment, 1) 2891 PASS detachedXmlComment.data += "foo", with selected range collapsed at (detache dXmlComment, 1)
2892 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range c ollapsed at (detachedXmlComment, 1) 2892 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range c ollapsed at (detachedXmlComment, 1)
2893 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range col lapsed at (detachedXmlComment, 1) 2893 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range col lapsed at (detachedXmlComment, 1)
2894 PASS detachedXmlComment.textContent = "", with unselected range collapsed at (de tachedXmlComment, 1) 2894 PASS detachedXmlComment.textContent = "", with unselected range collapsed at (de tachedXmlComment, 1)
2895 PASS detachedXmlComment.textContent = "", with selected range collapsed at (deta chedXmlComment, 1) 2895 PASS detachedXmlComment.textContent = "", with selected range collapsed at (deta chedXmlComment, 1)
2896 PASS detachedXmlComment.textContent = "foo", with unselected range collapsed at (detachedXmlComment, 1) 2896 PASS detachedXmlComment.textContent = "foo", with unselected range collapsed at (detachedXmlComment, 1)
2897 PASS detachedXmlComment.textContent = "foo", with selected range collapsed at (d etachedXmlComment, 1) 2897 PASS detachedXmlComment.textContent = "foo", with selected range collapsed at (d etachedXmlComment, 1)
2898 FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range collapsed at (detachedXmlComment, 1) assert_equals: Wrong start offs et expected 0 but got 1 2898 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range collapsed at (detachedXmlComment, 1)
2899 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range collapsed at (detachedXmlComment, 1) 2899 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range collapsed at (detachedXmlComment, 1)
2900 FAIL detachedXmlComment.textContent += "", with unselected range collapsed at (d etachedXmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2900 PASS detachedXmlComment.textContent += "", with unselected range collapsed at (d etachedXmlComment, 1)
2901 PASS detachedXmlComment.textContent += "", with selected range collapsed at (det achedXmlComment, 1) 2901 PASS detachedXmlComment.textContent += "", with selected range collapsed at (det achedXmlComment, 1)
2902 PASS detachedXmlComment.textContent += "foo", with unselected range collapsed at (detachedXmlComment, 1) 2902 PASS detachedXmlComment.textContent += "foo", with unselected range collapsed at (detachedXmlComment, 1)
2903 PASS detachedXmlComment.textContent += "foo", with selected range collapsed at ( detachedXmlComment, 1) 2903 PASS detachedXmlComment.textContent += "foo", with selected range collapsed at ( detachedXmlComment, 1)
2904 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range collapsed at (detachedXmlComment, 1) 2904 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range collapsed at (detachedXmlComment, 1)
2905 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range collapsed at (detachedXmlComment, 1) 2905 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range collapsed at (detachedXmlComment, 1)
2906 PASS detachedXmlComment.nodeValue = "", with unselected range collapsed at (deta chedXmlComment, 1) 2906 PASS detachedXmlComment.nodeValue = "", with unselected range collapsed at (deta chedXmlComment, 1)
2907 PASS detachedXmlComment.nodeValue = "", with selected range collapsed at (detach edXmlComment, 1) 2907 PASS detachedXmlComment.nodeValue = "", with selected range collapsed at (detach edXmlComment, 1)
2908 PASS detachedXmlComment.nodeValue = "foo", with unselected range collapsed at (d etachedXmlComment, 1) 2908 PASS detachedXmlComment.nodeValue = "foo", with unselected range collapsed at (d etachedXmlComment, 1)
2909 PASS detachedXmlComment.nodeValue = "foo", with selected range collapsed at (det achedXmlComment, 1) 2909 PASS detachedXmlComment.nodeValue = "foo", with selected range collapsed at (det achedXmlComment, 1)
2910 FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range collapsed at (detachedXmlComment, 1) assert_equals: Wrong start offset e xpected 0 but got 1 2910 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range collapsed at (detachedXmlComment, 1)
2911 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, 1) 2911 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, 1)
2912 FAIL detachedXmlComment.nodeValue += "", with unselected range collapsed at (det achedXmlComment, 1) assert_equals: Wrong start offset expected 0 but got 1 2912 PASS detachedXmlComment.nodeValue += "", with unselected range collapsed at (det achedXmlComment, 1)
2913 PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detac hedXmlComment, 1) 2913 PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detac hedXmlComment, 1)
2914 PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at ( detachedXmlComment, 1) 2914 PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at ( detachedXmlComment, 1)
2915 PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (de tachedXmlComment, 1) 2915 PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (de tachedXmlComment, 1)
2916 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range collapsed at (detachedXmlComment, 1) 2916 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range collapsed at (detachedXmlComment, 1)
2917 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, 1) 2917 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, 1)
2918 PASS detachedXmlComment.data = "", with unselected range on detachedXmlComment f rom 0 to detachedXmlComment.length 2918 PASS detachedXmlComment.data = "", with unselected range on detachedXmlComment f rom 0 to detachedXmlComment.length
2919 PASS detachedXmlComment.data = "", with selected range on detachedXmlComment fro m 0 to detachedXmlComment.length 2919 PASS detachedXmlComment.data = "", with selected range on detachedXmlComment fro m 0 to detachedXmlComment.length
2920 PASS detachedXmlComment.data = "foo", with unselected range on detachedXmlCommen t from 0 to detachedXmlComment.length 2920 PASS detachedXmlComment.data = "foo", with unselected range on detachedXmlCommen t from 0 to detachedXmlComment.length
2921 PASS detachedXmlComment.data = "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length 2921 PASS detachedXmlComment.data = "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
2922 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 2922 PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
2923 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range on d etachedXmlComment from 0 to detachedXmlComment.length 2923 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range on d etachedXmlComment from 0 to detachedXmlComment.length
2924 FAIL detachedXmlComment.data += "", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expected 0 b ut got 26 2924 PASS detachedXmlComment.data += "", with unselected range on detachedXmlComment from 0 to detachedXmlComment.length
2925 PASS detachedXmlComment.data += "", with selected range on detachedXmlComment fr om 0 to detachedXmlComment.length 2925 PASS detachedXmlComment.data += "", with selected range on detachedXmlComment fr om 0 to detachedXmlComment.length
2926 PASS detachedXmlComment.data += "foo", with unselected range on detachedXmlComme nt from 0 to detachedXmlComment.length 2926 PASS detachedXmlComment.data += "foo", with unselected range on detachedXmlComme nt from 0 to detachedXmlComment.length
2927 PASS detachedXmlComment.data += "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length 2927 PASS detachedXmlComment.data += "foo", with selected range on detachedXmlComment from 0 to detachedXmlComment.length
2928 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range o n detachedXmlComment from 0 to detachedXmlComment.length 2928 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range o n detachedXmlComment from 0 to detachedXmlComment.length
2929 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range on detachedXmlComment from 0 to detachedXmlComment.length 2929 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range on detachedXmlComment from 0 to detachedXmlComment.length
2930 PASS detachedXmlComment.textContent = "", with unselected range on detachedXmlCo mment from 0 to detachedXmlComment.length 2930 PASS detachedXmlComment.textContent = "", with unselected range on detachedXmlCo mment from 0 to detachedXmlComment.length
2931 PASS detachedXmlComment.textContent = "", with selected range on detachedXmlComm ent from 0 to detachedXmlComment.length 2931 PASS detachedXmlComment.textContent = "", with selected range on detachedXmlComm ent from 0 to detachedXmlComment.length
2932 PASS detachedXmlComment.textContent = "foo", with unselected range on detachedXm lComment from 0 to detachedXmlComment.length 2932 PASS detachedXmlComment.textContent = "foo", with unselected range on detachedXm lComment from 0 to detachedXmlComment.length
2933 PASS detachedXmlComment.textContent = "foo", with selected range on detachedXmlC omment from 0 to detachedXmlComment.length 2933 PASS detachedXmlComment.textContent = "foo", with selected range on detachedXmlC omment from 0 to detachedXmlComment.length
2934 FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range on detachedXmlComment from 0 to detachedXmlComment.length assert_equ als: Wrong end offset expected 0 but got 26 2934 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range on detachedXmlComment from 0 to detachedXmlComment.length
2935 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range on detachedXmlComment from 0 to detachedXmlComment.length 2935 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range on detachedXmlComment from 0 to detachedXmlComment.length
2936 FAIL detachedXmlComment.textContent += "", with unselected range on detachedXmlC omment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expec ted 0 but got 26 2936 PASS detachedXmlComment.textContent += "", with unselected range on detachedXmlC omment from 0 to detachedXmlComment.length
2937 PASS detachedXmlComment.textContent += "", with selected range on detachedXmlCom ment from 0 to detachedXmlComment.length 2937 PASS detachedXmlComment.textContent += "", with selected range on detachedXmlCom ment from 0 to detachedXmlComment.length
2938 PASS detachedXmlComment.textContent += "foo", with unselected range on detachedX mlComment from 0 to detachedXmlComment.length 2938 PASS detachedXmlComment.textContent += "foo", with unselected range on detachedX mlComment from 0 to detachedXmlComment.length
2939 PASS detachedXmlComment.textContent += "foo", with selected range on detachedXml Comment from 0 to detachedXmlComment.length 2939 PASS detachedXmlComment.textContent += "foo", with selected range on detachedXml Comment from 0 to detachedXmlComment.length
2940 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range on detachedXmlComment from 0 to detachedXmlComment.length 2940 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range on detachedXmlComment from 0 to detachedXmlComment.length
2941 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range on detachedXmlComment from 0 to detachedXmlComment.length 2941 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range on detachedXmlComment from 0 to detachedXmlComment.length
2942 PASS detachedXmlComment.nodeValue = "", with unselected range on detachedXmlComm ent from 0 to detachedXmlComment.length 2942 PASS detachedXmlComment.nodeValue = "", with unselected range on detachedXmlComm ent from 0 to detachedXmlComment.length
2943 PASS detachedXmlComment.nodeValue = "", with selected range on detachedXmlCommen t from 0 to detachedXmlComment.length 2943 PASS detachedXmlComment.nodeValue = "", with selected range on detachedXmlCommen t from 0 to detachedXmlComment.length
2944 PASS detachedXmlComment.nodeValue = "foo", with unselected range on detachedXmlC omment from 0 to detachedXmlComment.length 2944 PASS detachedXmlComment.nodeValue = "foo", with unselected range on detachedXmlC omment from 0 to detachedXmlComment.length
2945 PASS detachedXmlComment.nodeValue = "foo", with selected range on detachedXmlCom ment from 0 to detachedXmlComment.length 2945 PASS detachedXmlComment.nodeValue = "foo", with selected range on detachedXmlCom ment from 0 to detachedXmlComment.length
2946 FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range on detachedXmlComment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expected 0 but got 26 2946 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range on detachedXmlComment from 0 to detachedXmlComment.length
2947 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to detachedXmlComment.length 2947 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to detachedXmlComment.length
2948 FAIL detachedXmlComment.nodeValue += "", with unselected range on detachedXmlCom ment from 0 to detachedXmlComment.length assert_equals: Wrong end offset expecte d 0 but got 26 2948 PASS detachedXmlComment.nodeValue += "", with unselected range on detachedXmlCom ment from 0 to detachedXmlComment.length
2949 PASS detachedXmlComment.nodeValue += "", with selected range on detachedXmlComme nt from 0 to detachedXmlComment.length 2949 PASS detachedXmlComment.nodeValue += "", with selected range on detachedXmlComme nt from 0 to detachedXmlComment.length
2950 PASS detachedXmlComment.nodeValue += "foo", with unselected range on detachedXml Comment from 0 to detachedXmlComment.length 2950 PASS detachedXmlComment.nodeValue += "foo", with unselected range on detachedXml Comment from 0 to detachedXmlComment.length
2951 PASS detachedXmlComment.nodeValue += "foo", with selected range on detachedXmlCo mment from 0 to detachedXmlComment.length 2951 PASS detachedXmlComment.nodeValue += "foo", with selected range on detachedXmlCo mment from 0 to detachedXmlComment.length
2952 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range on detachedXmlComment from 0 to detachedXmlComment.length 2952 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range on detachedXmlComment from 0 to detachedXmlComment.length
2953 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to detachedXmlComment.length 2953 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 0 to detachedXmlComment.length
2954 PASS detachedXmlComment.data = "", with unselected range on detachedXmlComment f rom 1 to detachedXmlComment.length 2954 PASS detachedXmlComment.data = "", with unselected range on detachedXmlComment f rom 1 to detachedXmlComment.length
2955 PASS detachedXmlComment.data = "", with selected range on detachedXmlComment fro m 1 to detachedXmlComment.length 2955 PASS detachedXmlComment.data = "", with selected range on detachedXmlComment fro m 1 to detachedXmlComment.length
2956 PASS detachedXmlComment.data = "foo", with unselected range on detachedXmlCommen t from 1 to detachedXmlComment.length 2956 PASS detachedXmlComment.data = "foo", with unselected range on detachedXmlCommen t from 1 to detachedXmlComment.length
2957 PASS detachedXmlComment.data = "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length 2957 PASS detachedXmlComment.data = "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
2958 FAIL detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 1 to detachedXmlComment.length assert_equals: Wrong sta rt offset expected 0 but got 1 2958 PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
2959 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range on d etachedXmlComment from 1 to detachedXmlComment.length 2959 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range on d etachedXmlComment from 1 to detachedXmlComment.length
2960 FAIL detachedXmlComment.data += "", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length assert_equals: Wrong start offset expected 0 but got 1 2960 PASS detachedXmlComment.data += "", with unselected range on detachedXmlComment from 1 to detachedXmlComment.length
2961 PASS detachedXmlComment.data += "", with selected range on detachedXmlComment fr om 1 to detachedXmlComment.length 2961 PASS detachedXmlComment.data += "", with selected range on detachedXmlComment fr om 1 to detachedXmlComment.length
2962 PASS detachedXmlComment.data += "foo", with unselected range on detachedXmlComme nt from 1 to detachedXmlComment.length 2962 PASS detachedXmlComment.data += "foo", with unselected range on detachedXmlComme nt from 1 to detachedXmlComment.length
2963 PASS detachedXmlComment.data += "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length 2963 PASS detachedXmlComment.data += "foo", with selected range on detachedXmlComment from 1 to detachedXmlComment.length
2964 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range o n detachedXmlComment from 1 to detachedXmlComment.length 2964 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range o n detachedXmlComment from 1 to detachedXmlComment.length
2965 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range on detachedXmlComment from 1 to detachedXmlComment.length 2965 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range on detachedXmlComment from 1 to detachedXmlComment.length
2966 PASS detachedXmlComment.textContent = "", with unselected range on detachedXmlCo mment from 1 to detachedXmlComment.length 2966 PASS detachedXmlComment.textContent = "", with unselected range on detachedXmlCo mment from 1 to detachedXmlComment.length
2967 PASS detachedXmlComment.textContent = "", with selected range on detachedXmlComm ent from 1 to detachedXmlComment.length 2967 PASS detachedXmlComment.textContent = "", with selected range on detachedXmlComm ent from 1 to detachedXmlComment.length
2968 PASS detachedXmlComment.textContent = "foo", with unselected range on detachedXm lComment from 1 to detachedXmlComment.length 2968 PASS detachedXmlComment.textContent = "foo", with unselected range on detachedXm lComment from 1 to detachedXmlComment.length
2969 PASS detachedXmlComment.textContent = "foo", with selected range on detachedXmlC omment from 1 to detachedXmlComment.length 2969 PASS detachedXmlComment.textContent = "foo", with selected range on detachedXmlC omment from 1 to detachedXmlComment.length
2970 FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range on detachedXmlComment from 1 to detachedXmlComment.length assert_equ als: Wrong start offset expected 0 but got 1 2970 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range on detachedXmlComment from 1 to detachedXmlComment.length
2971 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range on detachedXmlComment from 1 to detachedXmlComment.length 2971 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range on detachedXmlComment from 1 to detachedXmlComment.length
2972 FAIL detachedXmlComment.textContent += "", with unselected range on detachedXmlC omment from 1 to detachedXmlComment.length assert_equals: Wrong start offset exp ected 0 but got 1 2972 PASS detachedXmlComment.textContent += "", with unselected range on detachedXmlC omment from 1 to detachedXmlComment.length
2973 PASS detachedXmlComment.textContent += "", with selected range on detachedXmlCom ment from 1 to detachedXmlComment.length 2973 PASS detachedXmlComment.textContent += "", with selected range on detachedXmlCom ment from 1 to detachedXmlComment.length
2974 PASS detachedXmlComment.textContent += "foo", with unselected range on detachedX mlComment from 1 to detachedXmlComment.length 2974 PASS detachedXmlComment.textContent += "foo", with unselected range on detachedX mlComment from 1 to detachedXmlComment.length
2975 PASS detachedXmlComment.textContent += "foo", with selected range on detachedXml Comment from 1 to detachedXmlComment.length 2975 PASS detachedXmlComment.textContent += "foo", with selected range on detachedXml Comment from 1 to detachedXmlComment.length
2976 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range on detachedXmlComment from 1 to detachedXmlComment.length 2976 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range on detachedXmlComment from 1 to detachedXmlComment.length
2977 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range on detachedXmlComment from 1 to detachedXmlComment.length 2977 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range on detachedXmlComment from 1 to detachedXmlComment.length
2978 PASS detachedXmlComment.nodeValue = "", with unselected range on detachedXmlComm ent from 1 to detachedXmlComment.length 2978 PASS detachedXmlComment.nodeValue = "", with unselected range on detachedXmlComm ent from 1 to detachedXmlComment.length
2979 PASS detachedXmlComment.nodeValue = "", with selected range on detachedXmlCommen t from 1 to detachedXmlComment.length 2979 PASS detachedXmlComment.nodeValue = "", with selected range on detachedXmlCommen t from 1 to detachedXmlComment.length
2980 PASS detachedXmlComment.nodeValue = "foo", with unselected range on detachedXmlC omment from 1 to detachedXmlComment.length 2980 PASS detachedXmlComment.nodeValue = "foo", with unselected range on detachedXmlC omment from 1 to detachedXmlComment.length
2981 PASS detachedXmlComment.nodeValue = "foo", with selected range on detachedXmlCom ment from 1 to detachedXmlComment.length 2981 PASS detachedXmlComment.nodeValue = "foo", with selected range on detachedXmlCom ment from 1 to detachedXmlComment.length
2982 FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range on detachedXmlComment from 1 to detachedXmlComment.length assert_equals: Wrong start offset expected 0 but got 1 2982 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range on detachedXmlComment from 1 to detachedXmlComment.length
2983 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 1 to detachedXmlComment.length 2983 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 1 to detachedXmlComment.length
2984 FAIL detachedXmlComment.nodeValue += "", with unselected range on detachedXmlCom ment from 1 to detachedXmlComment.length assert_equals: Wrong start offset expec ted 0 but got 1 2984 PASS detachedXmlComment.nodeValue += "", with unselected range on detachedXmlCom ment from 1 to detachedXmlComment.length
2985 PASS detachedXmlComment.nodeValue += "", with selected range on detachedXmlComme nt from 1 to detachedXmlComment.length 2985 PASS detachedXmlComment.nodeValue += "", with selected range on detachedXmlComme nt from 1 to detachedXmlComment.length
2986 PASS detachedXmlComment.nodeValue += "foo", with unselected range on detachedXml Comment from 1 to detachedXmlComment.length 2986 PASS detachedXmlComment.nodeValue += "foo", with unselected range on detachedXml Comment from 1 to detachedXmlComment.length
2987 PASS detachedXmlComment.nodeValue += "foo", with selected range on detachedXmlCo mment from 1 to detachedXmlComment.length 2987 PASS detachedXmlComment.nodeValue += "foo", with selected range on detachedXmlCo mment from 1 to detachedXmlComment.length
2988 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range on detachedXmlComment from 1 to detachedXmlComment.length 2988 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range on detachedXmlComment from 1 to detachedXmlComment.length
2989 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 1 to detachedXmlComment.length 2989 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range on detachedXmlComment from 1 to detachedXmlComment.length
2990 PASS detachedXmlComment.data = "", with unselected range collapsed at (detachedX mlComment, detachedXmlComment.length) 2990 PASS detachedXmlComment.data = "", with unselected range collapsed at (detachedX mlComment, detachedXmlComment.length)
2991 PASS detachedXmlComment.data = "", with selected range collapsed at (detachedXml Comment, detachedXmlComment.length) 2991 PASS detachedXmlComment.data = "", with selected range collapsed at (detachedXml Comment, detachedXmlComment.length)
2992 PASS detachedXmlComment.data = "foo", with unselected range collapsed at (detach edXmlComment, detachedXmlComment.length) 2992 PASS detachedXmlComment.data = "foo", with unselected range collapsed at (detach edXmlComment, detachedXmlComment.length)
2993 PASS detachedXmlComment.data = "foo", with selected range collapsed at (detached XmlComment, detachedXmlComment.length) 2993 PASS detachedXmlComment.data = "foo", with selected range collapsed at (detached XmlComment, detachedXmlComment.length)
2994 FAIL detachedXmlComment.data = detachedXmlComment.data, with unselected range co llapsed at (detachedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset expected 0 but got 26 2994 PASS detachedXmlComment.data = detachedXmlComment.data, with unselected range co llapsed at (detachedXmlComment, detachedXmlComment.length)
2995 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range coll apsed at (detachedXmlComment, detachedXmlComment.length) 2995 PASS detachedXmlComment.data = detachedXmlComment.data, with selected range coll apsed at (detachedXmlComment, detachedXmlComment.length)
2996 FAIL detachedXmlComment.data += "", with unselected range collapsed at (detached XmlComment, detachedXmlComment.length) assert_equals: Wrong start offset expecte d 0 but got 26 2996 PASS detachedXmlComment.data += "", with unselected range collapsed at (detached XmlComment, detachedXmlComment.length)
2997 PASS detachedXmlComment.data += "", with selected range collapsed at (detachedXm lComment, detachedXmlComment.length) 2997 PASS detachedXmlComment.data += "", with selected range collapsed at (detachedXm lComment, detachedXmlComment.length)
2998 PASS detachedXmlComment.data += "foo", with unselected range collapsed at (detac hedXmlComment, detachedXmlComment.length) 2998 PASS detachedXmlComment.data += "foo", with unselected range collapsed at (detac hedXmlComment, detachedXmlComment.length)
2999 PASS detachedXmlComment.data += "foo", with selected range collapsed at (detache dXmlComment, detachedXmlComment.length) 2999 PASS detachedXmlComment.data += "foo", with selected range collapsed at (detache dXmlComment, detachedXmlComment.length)
3000 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range c ollapsed at (detachedXmlComment, detachedXmlComment.length) 3000 PASS detachedXmlComment.data += detachedXmlComment.data, with unselected range c ollapsed at (detachedXmlComment, detachedXmlComment.length)
3001 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range col lapsed at (detachedXmlComment, detachedXmlComment.length) 3001 PASS detachedXmlComment.data += detachedXmlComment.data, with selected range col lapsed at (detachedXmlComment, detachedXmlComment.length)
3002 PASS detachedXmlComment.textContent = "", with unselected range collapsed at (de tachedXmlComment, detachedXmlComment.length) 3002 PASS detachedXmlComment.textContent = "", with unselected range collapsed at (de tachedXmlComment, detachedXmlComment.length)
3003 PASS detachedXmlComment.textContent = "", with selected range collapsed at (deta chedXmlComment, detachedXmlComment.length) 3003 PASS detachedXmlComment.textContent = "", with selected range collapsed at (deta chedXmlComment, detachedXmlComment.length)
3004 PASS detachedXmlComment.textContent = "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length) 3004 PASS detachedXmlComment.textContent = "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
3005 PASS detachedXmlComment.textContent = "foo", with selected range collapsed at (d etachedXmlComment, detachedXmlComment.length) 3005 PASS detachedXmlComment.textContent = "foo", with selected range collapsed at (d etachedXmlComment, detachedXmlComment.length)
3006 FAIL detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_ equals: Wrong start offset expected 0 but got 26 3006 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with unsel ected range collapsed at (detachedXmlComment, detachedXmlComment.length)
3007 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range collapsed at (detachedXmlComment, detachedXmlComment.length) 3007 PASS detachedXmlComment.textContent = detachedXmlComment.textContent, with selec ted range collapsed at (detachedXmlComment, detachedXmlComment.length)
3008 FAIL detachedXmlComment.textContent += "", with unselected range collapsed at (d etachedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset expected 0 but got 26 3008 PASS detachedXmlComment.textContent += "", with unselected range collapsed at (d etachedXmlComment, detachedXmlComment.length)
3009 PASS detachedXmlComment.textContent += "", with selected range collapsed at (det achedXmlComment, detachedXmlComment.length) 3009 PASS detachedXmlComment.textContent += "", with selected range collapsed at (det achedXmlComment, detachedXmlComment.length)
3010 PASS detachedXmlComment.textContent += "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length) 3010 PASS detachedXmlComment.textContent += "foo", with unselected range collapsed at (detachedXmlComment, detachedXmlComment.length)
3011 PASS detachedXmlComment.textContent += "foo", with selected range collapsed at ( detachedXmlComment, detachedXmlComment.length) 3011 PASS detachedXmlComment.textContent += "foo", with selected range collapsed at ( detachedXmlComment, detachedXmlComment.length)
3012 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range collapsed at (detachedXmlComment, detachedXmlComment.length) 3012 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with unse lected range collapsed at (detachedXmlComment, detachedXmlComment.length)
3013 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range collapsed at (detachedXmlComment, detachedXmlComment.length) 3013 PASS detachedXmlComment.textContent += detachedXmlComment.textContent, with sele cted range collapsed at (detachedXmlComment, detachedXmlComment.length)
3014 PASS detachedXmlComment.nodeValue = "", with unselected range collapsed at (deta chedXmlComment, detachedXmlComment.length) 3014 PASS detachedXmlComment.nodeValue = "", with unselected range collapsed at (deta chedXmlComment, detachedXmlComment.length)
3015 PASS detachedXmlComment.nodeValue = "", with selected range collapsed at (detach edXmlComment, detachedXmlComment.length) 3015 PASS detachedXmlComment.nodeValue = "", with selected range collapsed at (detach edXmlComment, detachedXmlComment.length)
3016 PASS detachedXmlComment.nodeValue = "foo", with unselected range collapsed at (d etachedXmlComment, detachedXmlComment.length) 3016 PASS detachedXmlComment.nodeValue = "foo", with unselected range collapsed at (d etachedXmlComment, detachedXmlComment.length)
3017 PASS detachedXmlComment.nodeValue = "foo", with selected range collapsed at (det achedXmlComment, detachedXmlComment.length) 3017 PASS detachedXmlComment.nodeValue = "foo", with selected range collapsed at (det achedXmlComment, detachedXmlComment.length)
3018 FAIL detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range collapsed at (detachedXmlComment, detachedXmlComment.length) assert_equa ls: Wrong start offset expected 0 but got 26 3018 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with unselecte d range collapsed at (detachedXmlComment, detachedXmlComment.length)
3019 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length) 3019 PASS detachedXmlComment.nodeValue = detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
3020 FAIL detachedXmlComment.nodeValue += "", with unselected range collapsed at (det achedXmlComment, detachedXmlComment.length) assert_equals: Wrong start offset ex pected 0 but got 26 3020 PASS detachedXmlComment.nodeValue += "", with unselected range collapsed at (det achedXmlComment, detachedXmlComment.length)
3021 PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detac hedXmlComment, detachedXmlComment.length) 3021 PASS detachedXmlComment.nodeValue += "", with selected range collapsed at (detac hedXmlComment, detachedXmlComment.length)
3022 PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at ( detachedXmlComment, detachedXmlComment.length) 3022 PASS detachedXmlComment.nodeValue += "foo", with unselected range collapsed at ( detachedXmlComment, detachedXmlComment.length)
3023 PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (de tachedXmlComment, detachedXmlComment.length) 3023 PASS detachedXmlComment.nodeValue += "foo", with selected range collapsed at (de tachedXmlComment, detachedXmlComment.length)
3024 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range collapsed at (detachedXmlComment, detachedXmlComment.length) 3024 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with unselect ed range collapsed at (detachedXmlComment, detachedXmlComment.length)
3025 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length) 3025 PASS detachedXmlComment.nodeValue += detachedXmlComment.nodeValue, with selected range collapsed at (detachedXmlComment, detachedXmlComment.length)
3026 Harness: the test ran to completion. 3026 Harness: the test ran to completion.
3027 3027
OLDNEW
« 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