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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/selection/extend-40-expected.txt

Issue 2694043004: Selection API: anchorNode, anchorOffset, focusNode, focusOffset, isCollapsed, and type should be ba… (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
OLDNEW
1 CONSOLE ERROR: line 944: The given range isn't in document. 1 CONSOLE ERROR: line 944: The given range isn't in document.
2 CONSOLE ERROR: line 944: The given range isn't in document. 2 CONSOLE ERROR: line 944: The given range isn't in document.
3 CONSOLE ERROR: line 944: The given range isn't in document. 3 CONSOLE ERROR: line 944: The given range isn't in document.
4 CONSOLE ERROR: line 944: The given range isn't in document. 4 CONSOLE ERROR: line 944: The given range isn't in document.
5 CONSOLE ERROR: line 944: The given range isn't in document. 5 CONSOLE ERROR: line 944: The given range isn't in document.
6 CONSOLE ERROR: line 944: The given range isn't in document. 6 CONSOLE ERROR: line 944: The given range isn't in document.
7 CONSOLE ERROR: line 944: The given range isn't in document. 7 CONSOLE ERROR: line 944: The given range isn't in document.
8 CONSOLE ERROR: line 944: The given range isn't in document. 8 CONSOLE ERROR: line 944: The given range isn't in document.
9 CONSOLE ERROR: line 944: The given range isn't in document. 9 CONSOLE ERROR: line 944: The given range isn't in document.
10 CONSOLE ERROR: line 944: The given range isn't in document. 10 CONSOLE ERROR: line 944: The given range isn't in document.
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 CONSOLE ERROR: line 944: The given range isn't in document. 346 CONSOLE ERROR: line 944: The given range isn't in document.
347 CONSOLE ERROR: line 944: The given range isn't in document. 347 CONSOLE ERROR: line 944: The given range isn't in document.
348 CONSOLE ERROR: line 944: The given range isn't in document. 348 CONSOLE ERROR: line 944: The given range isn't in document.
349 CONSOLE ERROR: line 944: The given range isn't in document. 349 CONSOLE ERROR: line 944: The given range isn't in document.
350 CONSOLE ERROR: line 944: The given range isn't in document. 350 CONSOLE ERROR: line 944: The given range isn't in document.
351 CONSOLE ERROR: line 944: The given range isn't in document. 351 CONSOLE ERROR: line 944: The given range isn't in document.
352 CONSOLE ERROR: line 944: The given range isn't in document. 352 CONSOLE ERROR: line 944: The given range isn't in document.
353 This is a testharness.js-based test. 353 This is a testharness.js-based test.
354 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 0 [para s[0].firstChild, -1] 354 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 0 [para s[0].firstChild, -1]
355 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 0 [par as[0].firstChild, -1] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 355 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 0 [par as[0].firstChild, -1] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
356 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 1 [para s[0].firstChild, 0] 356 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 1 [para s[0].firstChild, 0] assert_equals: anchorNode must not change if the node passed to extend() has the same root as the original range expected Element node <p id ="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
357 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 1 [par as[0].firstChild, 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 357 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 1 [par as[0].firstChild, 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
358 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 2 [para s[0].firstChild, 1] assert_equals: focusOffset must be the offset passed to exte nd() expected 1 but got 2 358 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 2 [para s[0].firstChild, 1] assert_equals: anchorNode must not change if the node passed to extend() has the same root as the original range expected Element node <p id ="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
359 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 2 [par as[0].firstChild, 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 359 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 2 [par as[0].firstChild, 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
360 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 3 [para s[0].firstChild, 2] 360 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 3 [para s[0].firstChild, 2] assert_equals: anchorNode must not change if the node passed to extend() has the same root as the original range expected Element node <p id ="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
361 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 3 [par as[0].firstChild, 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 361 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 3 [par as[0].firstChild, 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
362 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 4 [para s[0].firstChild, 8] 362 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 4 [para s[0].firstChild, 8] assert_equals: anchorNode must not change if the node passed to extend() has the same root as the original range expected Element node <p id ="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
363 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 4 [par as[0].firstChild, 8] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 363 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 4 [par as[0].firstChild, 8] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
364 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 5 [para s[0].firstChild, 9] assert_equals: focusOffset must be the offset passed to exte nd() expected 9 but got 10 364 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 5 [para s[0].firstChild, 9] assert_equals: anchorNode must not change if the node passed to extend() has the same root as the original range expected Element node <p id ="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
365 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 5 [par as[0].firstChild, 9] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 365 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 5 [par as[0].firstChild, 9] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
366 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 6 [para s[0].firstChild, 10] 366 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 6 [para s[0].firstChild, 10] assert_equals: anchorNode must not change if the node passe d to extend() has the same root as the original range expected Element node <p i d="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
367 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 6 [par as[0].firstChild, 10] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 367 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 6 [par as[0].firstChild, 10] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
368 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 7 [para s[0].firstChild, 65535] 368 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 7 [para s[0].firstChild, 65535]
369 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 7 [par as[0].firstChild, 65535] assert_equals: Sanity check: startContainer must be cor rect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got T ext node "Qrstuvwx" 369 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 7 [par as[0].firstChild, 65535] assert_equals: Sanity check: startContainer must be cor rect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got T ext node "Qrstuvwx"
370 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 8 [para s[1].firstChild, -1] 370 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 8 [para s[1].firstChild, -1]
371 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 8 [par as[1].firstChild, -1] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 371 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 8 [par as[1].firstChild, -1] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
372 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 9 [para s[1].firstChild, 0] assert_equals: focusNode must be the node passed to extend() expected Text node "Ijklmnop 372 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 9 [para s[1].firstChild, 0] assert_equals: anchorNode must not change if the node passed to extend() has the same root as the original range expected Element node <p id ="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
373 " but got Text node "Qrstuvwx"
374 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 9 [par as[1].firstChild, 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 373 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 9 [par as[1].firstChild, 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
375 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 10 [par as[1].firstChild, 1] assert_equals: focusNode must be the node passed to extend( ) expected Text node "Ijklmnop 374 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 10 [par as[1].firstChild, 1] assert_equals: anchorNode must not change if the node passe d to extend() has the same root as the original range expected Element node <p i d="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
376 " but got Text node "Qrstuvwx"
377 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 10 [pa ras[1].firstChild, 1] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 375 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 10 [pa ras[1].firstChild, 1] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
378 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 11 [par as[1].firstChild, 2] assert_equals: focusNode must be the node passed to extend( ) expected Text node "Ijklmnop 376 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 11 [par as[1].firstChild, 2] assert_equals: anchorNode must not change if the node passe d to extend() has the same root as the original range expected Element node <p i d="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
379 " but got Text node "Qrstuvwx"
380 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 11 [pa ras[1].firstChild, 2] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 377 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 11 [pa ras[1].firstChild, 2] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
381 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 12 [par as[1].firstChild, 8] assert_equals: focusNode must be the node passed to extend( ) expected Text node "Ijklmnop 378 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 12 [par as[1].firstChild, 8] assert_equals: anchorNode must not change if the node passe d to extend() has the same root as the original range expected Element node <p i d="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
382 " but got Text node "Qrstuvwx"
383 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 12 [pa ras[1].firstChild, 8] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 379 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 12 [pa ras[1].firstChild, 8] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
384 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 13 [par as[1].firstChild, 9] assert_equals: focusNode must be the node passed to extend( ) expected Text node "Ijklmnop 380 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 13 [par as[1].firstChild, 9] assert_equals: anchorNode must not change if the node passe d to extend() has the same root as the original range expected Element node <p i d="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
385 " but got Text node "Qrstuvwx"
386 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 13 [pa ras[1].firstChild, 9] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 381 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 13 [pa ras[1].firstChild, 9] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
387 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 14 [par as[1].firstChild, 10] 382 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 14 [par as[1].firstChild, 10]
388 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 14 [pa ras[1].firstChild, 10] assert_equals: Sanity check: startContainer must be corre ct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Tex t node "Qrstuvwx" 383 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 14 [pa ras[1].firstChild, 10] assert_equals: Sanity check: startContainer must be corre ct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Tex t node "Qrstuvwx"
389 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 15 [par as[1].firstChild, 65535] 384 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 15 [par as[1].firstChild, 65535]
390 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 15 [pa ras[1].firstChild, 65535] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 385 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 15 [pa ras[1].firstChild, 65535] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
391 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 16 [det achedPara1.firstChild, 0] assert_equals: anchorNode must be the node passed to e xtend() if it has a different root from the original range expected Text node "O pqrstuv" but got Text node "Qrstuvwx" 386 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 16 [det achedPara1.firstChild, 0] assert_equals: anchorNode must be the node passed to e xtend() if it has a different root from the original range expected Text node "O pqrstuv" but got Element node <p id="d" style="display:none">Yzabcdef</p>
392 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 16 [de tachedPara1.firstChild, 0] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 387 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 16 [de tachedPara1.firstChild, 0] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
393 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 17 [det achedPara1.firstChild, 1] assert_equals: anchorNode must be the node passed to e xtend() if it has a different root from the original range expected Text node "O pqrstuv" but got Text node "Qrstuvwx" 388 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 17 [det achedPara1.firstChild, 1] assert_equals: anchorNode must be the node passed to e xtend() if it has a different root from the original range expected Text node "O pqrstuv" but got Element node <p id="d" style="display:none">Yzabcdef</p>
394 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 17 [de tachedPara1.firstChild, 1] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 389 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 17 [de tachedPara1.firstChild, 1] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
395 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 18 [det achedPara1.firstChild, 8] assert_equals: anchorNode must be the node passed to e xtend() if it has a different root from the original range expected Text node "O pqrstuv" but got Text node "Qrstuvwx" 390 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 18 [det achedPara1.firstChild, 8] assert_equals: anchorNode must be the node passed to e xtend() if it has a different root from the original range expected Text node "O pqrstuv" but got Element node <p id="d" style="display:none">Yzabcdef</p>
396 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 18 [de tachedPara1.firstChild, 8] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 391 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 18 [de tachedPara1.firstChild, 8] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
397 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 19 [det achedPara1.firstChild, 9] 392 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 19 [det achedPara1.firstChild, 9]
398 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 19 [de tachedPara1.firstChild, 9] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 393 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 19 [de tachedPara1.firstChild, 9] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
399 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 20 [for eignPara1.firstChild, 0] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Ef ghijkl" but got Text node "Qrstuvwx" 394 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 20 [for eignPara1.firstChild, 0] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Ef ghijkl" but got Element node <p id="d" style="display:none">Yzabcdef</p>
400 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 20 [fo reignPara1.firstChild, 0] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 395 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 20 [fo reignPara1.firstChild, 0] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
401 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 21 [for eignPara1.firstChild, 1] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Ef ghijkl" but got Text node "Qrstuvwx" 396 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 21 [for eignPara1.firstChild, 1] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Ef ghijkl" but got Element node <p id="d" style="display:none">Yzabcdef</p>
402 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 21 [fo reignPara1.firstChild, 1] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 397 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 21 [fo reignPara1.firstChild, 1] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
403 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 22 [for eignPara1.firstChild, 8] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Ef ghijkl" but got Text node "Qrstuvwx" 398 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 22 [for eignPara1.firstChild, 8] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Ef ghijkl" but got Element node <p id="d" style="display:none">Yzabcdef</p>
404 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 22 [fo reignPara1.firstChild, 8] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 399 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 22 [fo reignPara1.firstChild, 8] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
405 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 23 [for eignPara1.firstChild, 9] 400 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 23 [for eignPara1.firstChild, 9]
406 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 23 [fo reignPara1.firstChild, 9] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 401 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 23 [fo reignPara1.firstChild, 9] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
407 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 24 [doc ument.documentElement, -1] 402 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 24 [doc ument.documentElement, -1]
408 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 24 [do cument.documentElement, -1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but go t Text node "Qrstuvwx" 403 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 24 [do cument.documentElement, -1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but go t Text node "Qrstuvwx"
409 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 25 [doc ument.documentElement, 0] assert_equals: focusNode must be the node passed to ex tend() expected Element node <html><head><title>Selection extend() tests</title> 404 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 25 [doc ument.documentElement, 0] assert_equals: anchorNode must not change if the node passed to extend() has the same root as the original range expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
410 <meta... but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
411 "
412 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 25 [do cument.documentElement, 0] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 405 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 25 [do cument.documentElement, 0] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
413 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 26 [doc ument.documentElement, 1] assert_equals: focusNode must be the node passed to ex tend() expected Element node <html><head><title>Selection extend() tests</title> 406 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 26 [doc ument.documentElement, 1] assert_equals: anchorNode must not change if the node passed to extend() has the same root as the original range expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
414 <meta... but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
415 "
416 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 26 [do cument.documentElement, 1] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 407 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 26 [do cument.documentElement, 1] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
417 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 27 [doc ument.documentElement, 2] assert_equals: focusNode must be the node passed to ex tend() expected Element node <html><head><title>Selection extend() tests</title> 408 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 27 [doc ument.documentElement, 2] assert_equals: anchorNode must not change if the node passed to extend() has the same root as the original range expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
418 <meta... but got Text node "Qrstuvwx"
419 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 27 [do cument.documentElement, 2] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 409 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 27 [do cument.documentElement, 2] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
420 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 28 [doc ument.documentElement, 7] 410 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 28 [doc ument.documentElement, 7]
421 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 28 [do cument.documentElement, 7] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 411 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 28 [do cument.documentElement, 7] assert_equals: Sanity check: startContainer must be c orrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
422 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 29 [doc ument.head, 1] assert_equals: focusNode must be the node passed to extend() expe cted Element node <head><title>Selection extend() tests</title> 412 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 29 [doc ument.head, 1] assert_equals: anchorNode must not change if the node passed to e xtend() has the same root as the original range expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
423 <meta chars... but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
424 "
425 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 29 [do cument.head, 1] assert_equals: Sanity check: startContainer must be correct expe cted Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 413 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 29 [do cument.head, 1] assert_equals: Sanity check: startContainer must be correct expe cted Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
426 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 30 [doc ument.body, 3] assert_equals: focusNode must be the node passed to extend() expe cted Element node <body><div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 414 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 30 [doc ument.body, 3] assert_equals: anchorNode must not change if the node passed to e xtend() has the same root as the original range expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
427 </p><p id... but got Text node "Qrstuvwx"
428 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 30 [do cument.body, 3] assert_equals: Sanity check: startContainer must be correct expe cted Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 415 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 30 [do cument.body, 3] assert_equals: Sanity check: startContainer must be correct expe cted Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
429 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 31 [for eignDoc.documentElement, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Element no de <html><head><title></title></head><body><p>Efghijkl</p><p... but got Text nod e "Qrstuvwx" 416 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 31 [for eignDoc.documentElement, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Element no de <html><head><title></title></head><body><p>Efghijkl</p><p... but got Element node <p id="d" style="display:none">Yzabcdef</p>
430 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 31 [fo reignDoc.documentElement, 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but g ot Text node "Qrstuvwx" 417 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 31 [fo reignDoc.documentElement, 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but g ot Text node "Qrstuvwx"
431 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 32 [for eignDoc.documentElement, 1] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Element no de <html><head><title></title></head><body><p>Efghijkl</p><p... but got Text nod e "Qrstuvwx" 418 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 32 [for eignDoc.documentElement, 1] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Element no de <html><head><title></title></head><body><p>Efghijkl</p><p... but got Element node <p id="d" style="display:none">Yzabcdef</p>
432 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 32 [fo reignDoc.documentElement, 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but g ot Text node "Qrstuvwx" 419 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 32 [fo reignDoc.documentElement, 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but g ot Text node "Qrstuvwx"
433 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 33 [for eignDoc.head, 0] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Element node <head><t itle></title></head> but got Text node "Qrstuvwx" 420 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 33 [for eignDoc.head, 0] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Element node <head><t itle></title></head> but got Element node <p id="d" style="display:none">Yzabcde f</p>
434 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 33 [fo reignDoc.head, 0] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx" 421 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 33 [fo reignDoc.head, 0] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx"
435 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 34 [for eignDoc.body, 1] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Element node <body><p >Efghijkl</p><p>Mnopqrst</p>I admit that I harbor... but got Text node "Qrstuvwx " 422 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 34 [for eignDoc.body, 1] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Element node <body><p >Efghijkl</p><p>Mnopqrst</p>I admit that I harbor... but got Element node <p id= "d" style="display:none">Yzabcdef</p>
436 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 34 [fo reignDoc.body, 1] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx" 423 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 34 [fo reignDoc.body, 1] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx"
437 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 35 [par as[0], 0] assert_equals: focusNode must be the node passed to extend() expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 424 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 35 [par as[0], 0] assert_equals: anchorNode must not change if the node passed to extend () has the same root as the original range expected Element node <p id="d" style ="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
438 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
439 "
440 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 35 [pa ras[0], 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 425 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 35 [pa ras[0], 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
441 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 36 [par as[0], 1] assert_equals: focusNode must be the node passed to extend() expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 426 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 36 [par as[0], 1] assert_equals: anchorNode must not change if the node passed to extend () has the same root as the original range expected Element node <p id="d" style ="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
442 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
443 "
444 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 36 [pa ras[0], 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 427 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 36 [pa ras[0], 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
445 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 37 [par as[0], 2] 428 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 37 [par as[0], 2]
446 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 37 [pa ras[0], 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 429 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 37 [pa ras[0], 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
447 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 38 [par as[1], 0] assert_equals: focusNode must be the node passed to extend() expected Element node <p id="b" style="display:none">Ijklmnop 430 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 38 [par as[1], 0] assert_equals: anchorNode must not change if the node passed to extend () has the same root as the original range expected Element node <p id="d" style ="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
448 </p> but got Text node "Qrstuvwx"
449 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 38 [pa ras[1], 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 431 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 38 [pa ras[1], 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
450 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 39 [par as[1], 1] assert_equals: focusNode must be the node passed to extend() expected Element node <p id="b" style="display:none">Ijklmnop 432 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 39 [par as[1], 1] assert_equals: anchorNode must not change if the node passed to extend () has the same root as the original range expected Element node <p id="d" style ="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
451 </p> but got Text node "Qrstuvwx"
452 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 39 [pa ras[1], 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 433 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 39 [pa ras[1], 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
453 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 40 [par as[1], 2] 434 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 40 [par as[1], 2]
454 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 40 [pa ras[1], 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 435 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 40 [pa ras[1], 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
455 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 41 [det achedPara1, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Element node <p>Opqrstu v</p> but got Text node "Qrstuvwx" 436 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 41 [det achedPara1, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Element node <p>Opqrstu v</p> but got Element node <p id="d" style="display:none">Yzabcdef</p>
456 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 41 [de tachedPara1, 0] assert_equals: Sanity check: startContainer must be correct expe cted Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 437 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 41 [de tachedPara1, 0] assert_equals: Sanity check: startContainer must be correct expe cted Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
457 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 42 [det achedPara1, 1] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Element node <p>Opqrstu v</p> but got Text node "Qrstuvwx" 438 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 42 [det achedPara1, 1] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Element node <p>Opqrstu v</p> but got Element node <p id="d" style="display:none">Yzabcdef</p>
458 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 42 [de tachedPara1, 1] assert_equals: Sanity check: startContainer must be correct expe cted Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 439 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 42 [de tachedPara1, 1] assert_equals: Sanity check: startContainer must be correct expe cted Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
459 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 43 [tes tDiv, 0] assert_equals: focusNode must be the node passed to extend() expected E lement node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 440 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 43 [tes tDiv, 0] assert_equals: anchorNode must not change if the node passed to extend( ) has the same root as the original range expected Element node <p id="d" style= "display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
460 </p><p id="b" s... but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
461 "
462 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 43 [te stDiv, 0] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx" 441 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 43 [te stDiv, 0] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx"
463 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 44 [tes tDiv, 3] assert_equals: focusNode must be the node passed to extend() expected E lement node <div id="test"><p id="a">Äb̈c̈d̈ëf̈g̈ḧ 442 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 44 [tes tDiv, 3] assert_equals: anchorNode must not change if the node passed to extend( ) has the same root as the original range expected Element node <p id="d" style= "display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
464 </p><p id="b" s... but got Text node "Qrstuvwx"
465 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 44 [te stDiv, 3] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx" 443 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 44 [te stDiv, 3] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx"
466 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 45 [doc ument, -1] 444 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 45 [doc ument, -1]
467 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 45 [do cument, -1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrs tuvwx" 445 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 45 [do cument, -1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrs tuvwx"
468 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 46 [doc ument, 0] assert_equals: focusNode must be the node passed to extend() expected Document node with 2 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 446 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 46 [doc ument, 0] assert_equals: anchorNode must not change if the node passed to extend () has the same root as the original range expected Element node <p id="d" style ="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
469 "
470 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 46 [do cument, 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 447 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 46 [do cument, 0] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
471 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 47 [doc ument, 1] assert_equals: focusNode must be the node passed to extend() expected Document node with 2 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 448 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 47 [doc ument, 1] assert_equals: anchorNode must not change if the node passed to extend () has the same root as the original range expected Element node <p id="d" style ="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
472 "
473 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 47 [do cument, 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 449 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 47 [do cument, 1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
474 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 48 [doc ument, 2] assert_equals: focusNode must be the node passed to extend() expected Document node with 2 children but got Text node "Qrstuvwx" 450 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 48 [doc ument, 2] assert_equals: anchorNode must not change if the node passed to extend () has the same root as the original range expected Element node <p id="d" style ="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
475 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 48 [do cument, 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 451 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 48 [do cument, 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
476 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 49 [doc ument, 3] 452 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 49 [doc ument, 3]
477 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 49 [do cument, 3] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 453 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 49 [do cument, 3] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
478 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 50 [com ment, -1] 454 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 50 [com ment, -1]
479 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 50 [co mment, -1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 455 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 50 [co mment, -1] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
480 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 51 [com ment, 0] assert_equals: focusNode must be the node passed to extend() expected C omment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 456 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 51 [com ment, 0] assert_equals: anchorNode must not change if the node passed to extend( ) has the same root as the original range expected Element node <p id="d" style= "display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
481 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 51 [co mment, 0] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx" 457 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 51 [co mment, 0] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx"
482 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 52 [com ment, 4] assert_equals: focusNode must be the node passed to extend() expected C omment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 458 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 52 [com ment, 4] assert_equals: anchorNode must not change if the node passed to extend( ) has the same root as the original range expected Element node <p id="d" style= "display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
483 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 52 [co mment, 4] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx" 459 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 52 [co mment, 4] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx"
484 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 53 [com ment, 96] 460 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 53 [com ment, 96]
485 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 53 [co mment, 96] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx" 461 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 53 [co mment, 96] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrst uvwx"
486 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 54 [for eignDoc, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Document node with 3 child ren but got Text node "Qrstuvwx" 462 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 54 [for eignDoc, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Document node with 3 child ren but got Element node <p id="d" style="display:none">Yzabcdef</p>
487 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 54 [fo reignDoc, 0] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx" 463 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 54 [fo reignDoc, 0] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx"
488 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 55 [for eignDoc, 1] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Document node with 3 child ren but got Text node "Qrstuvwx" 464 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 55 [for eignDoc, 1] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Document node with 3 child ren but got Element node <p id="d" style="display:none">Yzabcdef</p>
489 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 55 [fo reignDoc, 1] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx" 465 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 55 [fo reignDoc, 1] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx"
490 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 56 [for eignComment, 2] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Comment node <!--"Comm enter" and "commentator" mean different things. I'v...--> but got Text node "Qr stuvwx" 466 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 56 [for eignComment, 2] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Comment node <!--"Comm enter" and "commentator" mean different things. I'v...--> but got Element node <p id="d" style="display:none">Yzabcdef</p>
491 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 56 [fo reignComment, 2] assert_equals: Sanity check: startContainer must be correct exp ected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 467 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 56 [fo reignComment, 2] assert_equals: Sanity check: startContainer must be correct exp ected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
492 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 57 [for eignTextNode, 0] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Text node "I admit th at I harbor doubts about whether we really need..." but got Text node "Qrstuvwx" 468 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 57 [for eignTextNode, 0] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Text node "I admit th at I harbor doubts about whether we really need..." but got Element node <p id=" d" style="display:none">Yzabcdef</p>
493 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 57 [fo reignTextNode, 0] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx" 469 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 57 [fo reignTextNode, 0] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx"
494 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 58 [for eignTextNode, 36] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Text node "I admit t hat I harbor doubts about whether we really need..." but got Text node "Qrstuvwx " 470 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 58 [for eignTextNode, 36] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Text node "I admit t hat I harbor doubts about whether we really need..." but got Element node <p id= "d" style="display:none">Yzabcdef</p>
495 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 58 [fo reignTextNode, 36] assert_equals: Sanity check: startContainer must be correct e xpected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text no de "Qrstuvwx" 471 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 58 [fo reignTextNode, 36] assert_equals: Sanity check: startContainer must be correct e xpected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text no de "Qrstuvwx"
496 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 59 [xml Doc, -1] 472 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 59 [xml Doc, -1]
497 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 59 [xm lDoc, -1] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx" 473 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 59 [xm lDoc, -1] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx"
498 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 60 [xml Doc, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Document node with 4 children but got Text node "Qrstuvwx" 474 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 60 [xml Doc, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Document node with 4 children but got Element node <p id="d" style="display:none">Yzabcdef</p>
499 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 60 [xm lDoc, 0] assert_equals: Sanity check: startContainer must be correct expected El ement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuv wx" 475 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 60 [xm lDoc, 0] assert_equals: Sanity check: startContainer must be correct expected El ement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuv wx"
500 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 61 [xml Doc, 1] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Document node with 4 children but got Text node "Qrstuvwx" 476 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 61 [xml Doc, 1] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Document node with 4 children but got Element node <p id="d" style="display:none">Yzabcdef</p>
501 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 61 [xm lDoc, 1] assert_equals: Sanity check: startContainer must be correct expected El ement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuv wx" 477 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 61 [xm lDoc, 1] assert_equals: Sanity check: startContainer must be correct expected El ement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuv wx"
502 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 62 [xml Doc, 5] 478 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 62 [xml Doc, 5]
503 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 62 [xm lDoc, 5] assert_equals: Sanity check: startContainer must be correct expected El ement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuv wx" 479 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 62 [xm lDoc, 5] assert_equals: Sanity check: startContainer must be correct expected El ement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuv wx"
504 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 63 [xml Comment, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Comment node <!--I malicio usly created a comment that will break incautiou...--> but got Text node "Qrstuv wx" 480 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 63 [xml Comment, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Comment node <!--I malicio usly created a comment that will break incautiou...--> but got Element node <p i d="d" style="display:none">Yzabcdef</p>
505 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 63 [xm lComment, 0] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx" 481 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 63 [xm lComment, 0] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx"
506 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 64 [xml Comment, 4] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Comment node <!--I malicio usly created a comment that will break incautiou...--> but got Text node "Qrstuv wx" 482 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 64 [xml Comment, 4] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Comment node <!--I malicio usly created a comment that will break incautiou...--> but got Element node <p i d="d" style="display:none">Yzabcdef</p>
507 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 64 [xm lComment, 4] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx" 483 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 64 [xm lComment, 4] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx"
508 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 65 [pro cessingInstruction, 0] assert_equals: anchorNode must be the node passed to exte nd() if it has a different root from the original range expected ProcessingInstr uction node with target "somePI" and data "Did you know that \":syn sync fromsta rt\" is very useful wh..." but got Text node "Qrstuvwx" 484 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 65 [pro cessingInstruction, 0] assert_equals: anchorNode must be the node passed to exte nd() if it has a different root from the original range expected ProcessingInstr uction node with target "somePI" and data "Did you know that \":syn sync fromsta rt\" is very useful wh..." but got Element node <p id="d" style="display:none">Y zabcdef</p>
509 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 65 [pr ocessingInstruction, 0] assert_equals: Sanity check: startContainer must be corr ect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Te xt node "Qrstuvwx" 485 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 65 [pr ocessingInstruction, 0] assert_equals: Sanity check: startContainer must be corr ect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Te xt node "Qrstuvwx"
510 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 66 [pro cessingInstruction, 5] assert_equals: anchorNode must be the node passed to exte nd() if it has a different root from the original range expected ProcessingInstr uction node with target "somePI" and data "Did you know that \":syn sync fromsta rt\" is very useful wh..." but got Text node "Qrstuvwx" 486 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 66 [pro cessingInstruction, 5] assert_equals: anchorNode must be the node passed to exte nd() if it has a different root from the original range expected ProcessingInstr uction node with target "somePI" and data "Did you know that \":syn sync fromsta rt\" is very useful wh..." but got Element node <p id="d" style="display:none">Y zabcdef</p>
511 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 66 [pr ocessingInstruction, 5] assert_equals: Sanity check: startContainer must be corr ect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Te xt node "Qrstuvwx" 487 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 66 [pr ocessingInstruction, 5] assert_equals: Sanity check: startContainer must be corr ect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Te xt node "Qrstuvwx"
512 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 67 [pro cessingInstruction, 9] assert_equals: anchorNode must be the node passed to exte nd() if it has a different root from the original range expected ProcessingInstr uction node with target "somePI" and data "Did you know that \":syn sync fromsta rt\" is very useful wh..." but got Text node "Qrstuvwx" 488 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 67 [pro cessingInstruction, 9] assert_equals: anchorNode must be the node passed to exte nd() if it has a different root from the original range expected ProcessingInstr uction node with target "somePI" and data "Did you know that \":syn sync fromsta rt\" is very useful wh..." but got Element node <p id="d" style="display:none">Y zabcdef</p>
513 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 67 [pr ocessingInstruction, 9] assert_equals: Sanity check: startContainer must be corr ect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Te xt node "Qrstuvwx" 489 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 67 [pr ocessingInstruction, 9] assert_equals: Sanity check: startContainer must be corr ect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Te xt node "Qrstuvwx"
514 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 68 [det achedTextNode, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Text node "Uvwxyzab" but got Text node "Qrstuvwx" 490 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 68 [det achedTextNode, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Text node "Uvwxyzab" but got Element node <p id="d" style="display:none">Yzabcdef</p>
515 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 68 [de tachedTextNode, 0] assert_equals: Sanity check: startContainer must be correct e xpected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text no de "Qrstuvwx" 491 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 68 [de tachedTextNode, 0] assert_equals: Sanity check: startContainer must be correct e xpected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text no de "Qrstuvwx"
516 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 69 [det achedTextNode, 8] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Text node "Uvwxyzab" but got Text node "Qrstuvwx" 492 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 69 [det achedTextNode, 8] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected Text node "Uvwxyzab" but got Element node <p id="d" style="display:none">Yzabcdef</p>
517 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 69 [de tachedTextNode, 8] assert_equals: Sanity check: startContainer must be correct e xpected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text no de "Qrstuvwx" 493 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 69 [de tachedTextNode, 8] assert_equals: Sanity check: startContainer must be correct e xpected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text no de "Qrstuvwx"
518 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 70 [det achedForeignTextNode, 0] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Cd efghij" but got Text node "Qrstuvwx" 494 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 70 [det achedForeignTextNode, 0] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Cd efghij" but got Element node <p id="d" style="display:none">Yzabcdef</p>
519 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 70 [de tachedForeignTextNode, 0] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 495 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 70 [de tachedForeignTextNode, 0] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
520 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 71 [det achedForeignTextNode, 8] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Cd efghij" but got Text node "Qrstuvwx" 496 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 71 [det achedForeignTextNode, 8] assert_equals: anchorNode must be the node passed to ex tend() if it has a different root from the original range expected Text node "Cd efghij" but got Element node <p id="d" style="display:none">Yzabcdef</p>
521 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 71 [de tachedForeignTextNode, 8] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 497 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 71 [de tachedForeignTextNode, 8] assert_equals: Sanity check: startContainer must be co rrect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
522 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 72 [det achedXmlTextNode, 0] assert_equals: anchorNode must be the node passed to extend () if it has a different root from the original range expected Text node "Klmnop qr" but got Text node "Qrstuvwx" 498 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 72 [det achedXmlTextNode, 0] assert_equals: anchorNode must be the node passed to extend () if it has a different root from the original range expected Text node "Klmnop qr" but got Element node <p id="d" style="display:none">Yzabcdef</p>
523 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 72 [de tachedXmlTextNode, 0] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 499 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 72 [de tachedXmlTextNode, 0] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
524 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 73 [det achedXmlTextNode, 8] assert_equals: anchorNode must be the node passed to extend () if it has a different root from the original range expected Text node "Klmnop qr" but got Text node "Qrstuvwx" 500 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 73 [det achedXmlTextNode, 8] assert_equals: anchorNode must be the node passed to extend () if it has a different root from the original range expected Text node "Klmnop qr" but got Element node <p id="d" style="display:none">Yzabcdef</p>
525 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 73 [de tachedXmlTextNode, 8] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 501 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 73 [de tachedXmlTextNode, 8] assert_equals: Sanity check: startContainer must be correc t expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
526 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 74 [det achedProcessingInstruction, 12] assert_equals: anchorNode must be the node passe d to extend() if it has a different root from the original range expected Proces singInstruction node with target "whippoorwill" and data "chirp chirp chirp" but got Text node "Qrstuvwx" 502 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 74 [det achedProcessingInstruction, 12] assert_equals: anchorNode must be the node passe d to extend() if it has a different root from the original range expected Proces singInstruction node with target "whippoorwill" and data "chirp chirp chirp" but got Element node <p id="d" style="display:none">Yzabcdef</p>
527 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 74 [de tachedProcessingInstruction, 12] assert_equals: Sanity check: startContainer mus t be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> b ut got Text node "Qrstuvwx" 503 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 74 [de tachedProcessingInstruction, 12] assert_equals: Sanity check: startContainer mus t be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> b ut got Text node "Qrstuvwx"
528 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 75 [det achedComment, 3] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Comment node <!--Stuv wxyz--> but got Text node "Qrstuvwx" 504 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 75 [det achedComment, 3] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Comment node <!--Stuv wxyz--> but got Element node <p id="d" style="display:none">Yzabcdef</p>
529 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 75 [de tachedComment, 3] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx" 505 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 75 [de tachedComment, 3] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx"
530 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 76 [det achedComment, 5] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Comment node <!--Stuv wxyz--> but got Text node "Qrstuvwx" 506 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 76 [det achedComment, 5] assert_equals: anchorNode must be the node passed to extend() i f it has a different root from the original range expected Comment node <!--Stuv wxyz--> but got Element node <p id="d" style="display:none">Yzabcdef</p>
531 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 76 [de tachedComment, 5] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx" 507 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 76 [de tachedComment, 5] assert_equals: Sanity check: startContainer must be correct ex pected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text nod e "Qrstuvwx"
532 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 77 [det achedForeignComment, 0] assert_equals: anchorNode must be the node passed to ext end() if it has a different root from the original range expected Comment node < !--אריה יהודה--> but got Text node "Qrstuvwx" 508 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 77 [det achedForeignComment, 0] assert_equals: anchorNode must be the node passed to ext end() if it has a different root from the original range expected Comment node < !--אריה יהודה--> but got Element node <p id="d" style="display:none">Yzabcdef</p >
533 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 77 [de tachedForeignComment, 0] assert_equals: Sanity check: startContainer must be cor rect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got T ext node "Qrstuvwx" 509 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 77 [de tachedForeignComment, 0] assert_equals: Sanity check: startContainer must be cor rect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got T ext node "Qrstuvwx"
534 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 78 [det achedForeignComment, 4] assert_equals: anchorNode must be the node passed to ext end() if it has a different root from the original range expected Comment node < !--אריה יהודה--> but got Text node "Qrstuvwx" 510 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 78 [det achedForeignComment, 4] assert_equals: anchorNode must be the node passed to ext end() if it has a different root from the original range expected Comment node < !--אריה יהודה--> but got Element node <p id="d" style="display:none">Yzabcdef</p >
535 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 78 [de tachedForeignComment, 4] assert_equals: Sanity check: startContainer must be cor rect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got T ext node "Qrstuvwx" 511 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 78 [de tachedForeignComment, 4] assert_equals: Sanity check: startContainer must be cor rect expected Element node <p id="d" style="display:none">Yzabcdef</p> but got T ext node "Qrstuvwx"
536 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 79 [det achedXmlComment, 2] assert_equals: anchorNode must be the node passed to extend( ) if it has a different root from the original range expected Comment node <!--ב ן חיים אליעזר--> but got Text node "Qrstuvwx" 512 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 79 [det achedXmlComment, 2] assert_equals: anchorNode must be the node passed to extend( ) if it has a different root from the original range expected Comment node <!--ב ן חיים אליעזר--> but got Element node <p id="d" style="display:none">Yzabcdef</p >
537 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 79 [de tachedXmlComment, 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 513 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 79 [de tachedXmlComment, 2] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
538 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 80 [doc frag, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected DocumentFragment node with 0 children but got Text node "Qrstuvwx" 514 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 80 [doc frag, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected DocumentFragment node with 0 children but got Element node <p id="d" style="display:none">Yzabcdef</p>
539 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 80 [do cfrag, 0] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx" 515 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 80 [do cfrag, 0] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx"
540 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 81 [for eignDocfrag, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected DocumentFragment node with 0 children but got Text node "Qrstuvwx" 516 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 81 [for eignDocfrag, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected DocumentFragment node with 0 children but got Element node <p id="d" style="display:none">Yzabcdef</p>
541 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 81 [fo reignDocfrag, 0] assert_equals: Sanity check: startContainer must be correct exp ected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx" 517 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 81 [fo reignDocfrag, 0] assert_equals: Sanity check: startContainer must be correct exp ected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstuvwx"
542 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 82 [xml Docfrag, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected DocumentFragment node with 0 children but got Text node "Qrstuvwx" 518 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 82 [xml Docfrag, 0] assert_equals: anchorNode must be the node passed to extend() if it has a different root from the original range expected DocumentFragment node with 0 children but got Element node <p id="d" style="display:none">Yzabcdef</p>
543 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 82 [xm lDocfrag, 0] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx" 519 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 82 [xm lDocfrag, 0] assert_equals: Sanity check: startContainer must be correct expecte d Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qr stuvwx"
544 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 83 [doc type, 0] 520 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 83 [doc type, 0]
545 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 83 [do ctype, 0] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx" 521 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 83 [do ctype, 0] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx"
546 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 84 [doc type, -17] assert_throws: extend() to a doctype must throw InvalidNodeTypeError function "function () { 522 FAIL extend() forwards with range 40 [paras[3], 1, comment, 8] and point 84 [doc type, -17] assert_throws: extend() to a doctype must throw InvalidNodeTypeError function "function () {
547 selection.extend(node, offset); 523 selection.extend(node, offset);
548 }" threw object "IndexSizeError: Failed to execute 'extend' on 'Selectio n': -17 is not a valid offset." that is not a DOMException INVALID_NODE_TYPE_ERR : property "code" is equal to 1, expected 24 524 }" threw object "IndexSizeError: Failed to execute 'extend' on 'Selectio n': -17 is not a valid offset." that is not a DOMException INVALID_NODE_TYPE_ERR : property "code" is equal to 1, expected 24
549 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 84 [do ctype, -17] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrs tuvwx" 525 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 84 [do ctype, -17] assert_equals: Sanity check: startContainer must be correct expected Element node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrs tuvwx"
550 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 85 [doc type, 1] 526 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 85 [doc type, 1]
551 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 85 [do ctype, 1] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx" 527 FAIL extend() backwards with range 40 [paras[3], 1, comment, 8] and point 85 [do ctype, 1] assert_equals: Sanity check: startContainer must be correct expected E lement node <p id="d" style="display:none">Yzabcdef</p> but got Text node "Qrstu vwx"
552 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 86 [for eignDoctype, 0] 528 PASS extend() forwards with range 40 [paras[3], 1, comment, 8] and point 86 [for eignDoctype, 0]
(...skipping 2371 matching lines...) Expand 10 before | Expand all | Expand 10 after
2924 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 80 [docfrag , 0] assert_equals: Sanity check: rangeCount must be correct expected 1 but got 0 2900 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 80 [docfrag , 0] assert_equals: Sanity check: rangeCount must be correct expected 1 but got 0
2925 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 81 [foreign Docfrag, 0] assert_equals: Sanity check: rangeCount must be correct expected 1 b ut got 0 2901 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 81 [foreign Docfrag, 0] assert_equals: Sanity check: rangeCount must be correct expected 1 b ut got 0
2926 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 82 [xmlDocf rag, 0] assert_equals: Sanity check: rangeCount must be correct expected 1 but g ot 0 2902 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 82 [xmlDocf rag, 0] assert_equals: Sanity check: rangeCount must be correct expected 1 but g ot 0
2927 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 83 [doctype , 0] assert_equals: Sanity check: rangeCount must be correct expected 1 but got 0 2903 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 83 [doctype , 0] assert_equals: Sanity check: rangeCount must be correct expected 1 but got 0
2928 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 84 [doctype , -17] assert_equals: Sanity check: rangeCount must be correct expected 1 but go t 0 2904 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 84 [doctype , -17] assert_equals: Sanity check: rangeCount must be correct expected 1 but go t 0
2929 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 85 [doctype , 1] assert_equals: Sanity check: rangeCount must be correct expected 1 but got 0 2905 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 85 [doctype , 1] assert_equals: Sanity check: rangeCount must be correct expected 1 but got 0
2930 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 86 [foreign Doctype, 0] assert_equals: Sanity check: rangeCount must be correct expected 1 b ut got 0 2906 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 86 [foreign Doctype, 0] assert_equals: Sanity check: rangeCount must be correct expected 1 b ut got 0
2931 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 87 [xmlDoct ype, 0] assert_equals: Sanity check: rangeCount must be correct expected 1 but g ot 0 2907 FAIL extend() with range 58 [xmlDocfrag, 0, xmlDocfrag, 0] and point 87 [xmlDoct ype, 0] assert_equals: Sanity check: rangeCount must be correct expected 1 but g ot 0
2932 Harness: the test ran to completion. 2908 Harness: the test ran to completion.
2933 2909
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698