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

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

Issue 2693813002: Selection API: Some functions should throw InvalidNodeTypeError and IndexSizeError. (Closed)
Patch Set: adjust 2 more tests 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 FAIL Range 0 [], node 25 detachedProcessingInstruction assert_equals: After sele ctAllChildren, rangeCount must be 1 expected 1 but got 0 376 FAIL Range 0 [], node 25 detachedProcessingInstruction assert_equals: After sele ctAllChildren, rangeCount must be 1 expected 1 but got 0
377 FAIL Range 0 [], node 26 comment assert_equals: After selectAllChildren, anchorN ode must be the given node expected Comment node <!--Alphabet soup?--> but got T ext node "Qrstuvwx" 377 FAIL Range 0 [], node 26 comment assert_equals: After selectAllChildren, anchorN ode must be the given node expected Comment node <!--Alphabet soup?--> but got T ext node "Qrstuvwx"
378 FAIL Range 0 [], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 378 FAIL Range 0 [], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
379 FAIL Range 0 [], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 379 FAIL Range 0 [], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
380 FAIL Range 0 [], node 29 detachedForeignComment assert_equals: After selectAllCh ildren, rangeCount must be 1 expected 1 but got 0 380 FAIL Range 0 [], node 29 detachedForeignComment assert_equals: After selectAllCh ildren, rangeCount must be 1 expected 1 but got 0
381 FAIL Range 0 [], node 30 xmlComment assert_equals: After selectAllChildren, rang eCount must be 1 expected 1 but got 0 381 FAIL Range 0 [], node 30 xmlComment assert_equals: After selectAllChildren, rang eCount must be 1 expected 1 but got 0
382 FAIL Range 0 [], node 31 detachedXmlComment assert_equals: After selectAllChildr en, rangeCount must be 1 expected 1 but got 0 382 FAIL Range 0 [], node 31 detachedXmlComment assert_equals: After selectAllChildr en, rangeCount must be 1 expected 1 but got 0
383 FAIL Range 0 [], node 32 docfrag assert_equals: After selectAllChildren, rangeCo unt must be 1 expected 1 but got 0 383 FAIL Range 0 [], node 32 docfrag assert_equals: After selectAllChildren, rangeCo unt must be 1 expected 1 but got 0
384 FAIL Range 0 [], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 384 FAIL Range 0 [], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
385 FAIL Range 0 [], node 34 xmlDocfrag assert_equals: After selectAllChildren, rang eCount must be 1 expected 1 but got 0 385 FAIL Range 0 [], node 34 xmlDocfrag assert_equals: After selectAllChildren, rang eCount must be 1 expected 1 but got 0
386 FAIL Range 0 [], node 35 doctype assert_throws: selectAllChildren() on a Documen tType must throw InvalidNodeTypeError function "function () { 386 PASS Range 0 [], node 35 doctype
387 selection.selectAllChildren(node); 387 PASS Range 0 [], node 36 foreignDoctype
388 }" did not throw 388 PASS Range 0 [], node 37 xmlDoctype
389 FAIL Range 0 [], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
390 selection.selectAllChildren(node);
391 }" did not throw
392 FAIL Range 0 [], node 37 xmlDoctype assert_throws: selectAllChildren() on a Docu mentType must throw InvalidNodeTypeError function "function () {
393 selection.selectAllChildren(node);
394 }" did not throw
395 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 389 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
396 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 390 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
397 " 391 "
398 PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 1 paras[0].f irstChild 392 PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 1 paras[0].f irstChild
399 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop 393 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop
400 </p> but got Text node "Qrstuvwx" 394 </p> but got Text node "Qrstuvwx"
401 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop 395 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop
402 " but got Text node "Qrstuvwx" 396 " but got Text node "Qrstuvwx"
403 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 397 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
404 " 398 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 449 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
456 " 450 "
457 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ 451 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ
458 " 452 "
459 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 453 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
460 " 454 "
461 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ 455 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ
462 " 456 "
463 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 457 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
464 " 458 "
465 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 35 doctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () { 459 PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 35 doctype
466 selection.selectAllChildren(node); 460 PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 36 foreignDo ctype
467 }" did not throw 461 PASS Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 37 xmlDoctyp e
468 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 36 foreignDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
469 selection.selectAllChildren(node);
470 }" did not throw
471 FAIL Range 1 [paras[0].firstChild, 0, paras[0].firstChild, 0], node 37 xmlDoctyp e assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTyp eError function "function () {
472 selection.selectAllChildren(node);
473 }" did not throw
474 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 462 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
475 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 463 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
476 " 464 "
477 PASS Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 1 paras[0].f irstChild 465 PASS Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 1 paras[0].f irstChild
478 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop 466 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop
479 </p> but got Text node "Qrstuvwx" 467 </p> but got Text node "Qrstuvwx"
480 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop 468 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop
481 " but got Text node "Qrstuvwx" 469 " but got Text node "Qrstuvwx"
482 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 470 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
483 " 471 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 522 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
535 " 523 "
536 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ 524 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ
537 " 525 "
538 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 526 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
539 " 527 "
540 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ 528 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ
541 " 529 "
542 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 530 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
543 " 531 "
544 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 35 doctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () { 532 PASS Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 35 doctype
545 selection.selectAllChildren(node); 533 PASS Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 36 foreignDo ctype
546 }" did not throw 534 PASS Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 37 xmlDoctyp e
547 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 36 foreignDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
548 selection.selectAllChildren(node);
549 }" did not throw
550 FAIL Range 2 [paras[0].firstChild, 0, paras[0].firstChild, 1], node 37 xmlDoctyp e assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTyp eError function "function () {
551 selection.selectAllChildren(node);
552 }" did not throw
553 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 535 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
554 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 536 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
555 " 537 "
556 PASS Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 1 paras[0].f irstChild 538 PASS Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 1 paras[0].f irstChild
557 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop 539 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop
558 </p> but got Text node "Qrstuvwx" 540 </p> but got Text node "Qrstuvwx"
559 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop 541 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop
560 " but got Text node "Qrstuvwx" 542 " but got Text node "Qrstuvwx"
561 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 543 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
562 " 544 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 595 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
614 " 596 "
615 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ 597 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ
616 " 598 "
617 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 599 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
618 " 600 "
619 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ 601 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ
620 " 602 "
621 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 603 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
622 " 604 "
623 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 35 doctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () { 605 PASS Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 35 doctype
624 selection.selectAllChildren(node); 606 PASS Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 36 foreignDo ctype
625 }" did not throw 607 PASS Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 37 xmlDoctyp e
626 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 36 foreignDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
627 selection.selectAllChildren(node);
628 }" did not throw
629 FAIL Range 3 [paras[0].firstChild, 2, paras[0].firstChild, 8], node 37 xmlDoctyp e assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTyp eError function "function () {
630 selection.selectAllChildren(node);
631 }" did not throw
632 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 608 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
633 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 609 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
634 " 610 "
635 PASS Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 1 paras[0].f irstChild 611 PASS Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 1 paras[0].f irstChild
636 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop 612 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop
637 </p> but got Text node "Qrstuvwx" 613 </p> but got Text node "Qrstuvwx"
638 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop 614 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop
639 " but got Text node "Qrstuvwx" 615 " but got Text node "Qrstuvwx"
640 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 616 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
641 " 617 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 668 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
693 " 669 "
694 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ 670 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ
695 " 671 "
696 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 672 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
697 " 673 "
698 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ 674 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ
699 " 675 "
700 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 676 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
701 " 677 "
702 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 35 doctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () { 678 PASS Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 35 doctype
703 selection.selectAllChildren(node); 679 PASS Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 36 foreignDo ctype
704 }" did not throw 680 PASS Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 37 xmlDoctyp e
705 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 36 foreignDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
706 selection.selectAllChildren(node);
707 }" did not throw
708 FAIL Range 4 [paras[0].firstChild, 2, paras[0].firstChild, 9], node 37 xmlDoctyp e assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTyp eError function "function () {
709 selection.selectAllChildren(node);
710 }" did not throw
711 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 681 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
712 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 682 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
713 " 683 "
714 PASS Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 1 paras[0].f irstChild 684 PASS Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 1 paras[0].f irstChild
715 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop 685 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop
716 </p> but got Text node "Qrstuvwx" 686 </p> but got Text node "Qrstuvwx"
717 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop 687 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop
718 " but got Text node "Qrstuvwx" 688 " but got Text node "Qrstuvwx"
719 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Qrstuvwx" 689 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Qrstuvwx"
720 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 5 foreignPar a1.firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Efghijkl" but got Text node "Qrstuvwx" 690 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 5 foreignPar a1.firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Efghijkl" but got Text node "Qrstuvwx"
(...skipping 22 matching lines...) Expand all
743 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 25 detachedP rocessingInstruction assert_equals: After selectAllChildren, anchorNode must be the given node expected ProcessingInstruction node with target "whippoorwill" an d data "chirp chirp chirp" but got Text node "Qrstuvwx" 713 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 25 detachedP rocessingInstruction assert_equals: After selectAllChildren, anchorNode must be the given node expected ProcessingInstruction node with target "whippoorwill" an d data "chirp chirp chirp" but got Text node "Qrstuvwx"
744 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 26 comment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 714 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 26 comment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
745 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 27 detachedC omment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx" 715 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 27 detachedC omment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx"
746 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 28 foreignCo mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx" 716 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 28 foreignCo mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx"
747 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 29 detachedF oreignComment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--אריה יהודה--> but got Text node "Qrst uvwx" 717 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 29 detachedF oreignComment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--אריה יהודה--> but got Text node "Qrst uvwx"
748 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Qrstuvwx" 718 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Qrstuvwx"
749 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "Q rstuvwx" 719 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "Q rstuvwx"
750 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Qrstuvwx" 720 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Qrstuvwx"
751 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx" 721 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx"
752 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Qrstuvwx" 722 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Qrstuvwx"
753 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 35 doctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () { 723 PASS Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 35 doctype
754 selection.selectAllChildren(node); 724 PASS Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 36 foreignDo ctype
755 }" did not throw 725 PASS Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 37 xmlDoctyp e
756 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 36 foreignDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
757 selection.selectAllChildren(node);
758 }" did not throw
759 FAIL Range 5 [paras[1].firstChild, 0, paras[1].firstChild, 0], node 37 xmlDoctyp e assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTyp eError function "function () {
760 selection.selectAllChildren(node);
761 }" did not throw
762 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 726 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
763 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 727 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
764 " 728 "
765 PASS Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 1 paras[0].f irstChild 729 PASS Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 1 paras[0].f irstChild
766 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop 730 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop
767 </p> but got Text node "Qrstuvwx" 731 </p> but got Text node "Qrstuvwx"
768 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop 732 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop
769 " but got Text node "Qrstuvwx" 733 " but got Text node "Qrstuvwx"
770 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Qrstuvwx" 734 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Qrstuvwx"
771 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 5 foreignPar a1.firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Efghijkl" but got Text node "Qrstuvwx" 735 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 5 foreignPar a1.firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Efghijkl" but got Text node "Qrstuvwx"
(...skipping 22 matching lines...) Expand all
794 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 25 detachedP rocessingInstruction assert_equals: After selectAllChildren, anchorNode must be the given node expected ProcessingInstruction node with target "whippoorwill" an d data "chirp chirp chirp" but got Text node "Qrstuvwx" 758 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 25 detachedP rocessingInstruction assert_equals: After selectAllChildren, anchorNode must be the given node expected ProcessingInstruction node with target "whippoorwill" an d data "chirp chirp chirp" but got Text node "Qrstuvwx"
795 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 26 comment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 759 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 26 comment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
796 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 27 detachedC omment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx" 760 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 27 detachedC omment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx"
797 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 28 foreignCo mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx" 761 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 28 foreignCo mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx"
798 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 29 detachedF oreignComment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--אריה יהודה--> but got Text node "Qrst uvwx" 762 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 29 detachedF oreignComment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--אריה יהודה--> but got Text node "Qrst uvwx"
799 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Qrstuvwx" 763 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Qrstuvwx"
800 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "Q rstuvwx" 764 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "Q rstuvwx"
801 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Qrstuvwx" 765 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Qrstuvwx"
802 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx" 766 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx"
803 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Qrstuvwx" 767 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Qrstuvwx"
804 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 35 doctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () { 768 PASS Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 35 doctype
805 selection.selectAllChildren(node); 769 PASS Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 36 foreignDo ctype
806 }" did not throw 770 PASS Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 37 xmlDoctyp e
807 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 36 foreignDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
808 selection.selectAllChildren(node);
809 }" did not throw
810 FAIL Range 6 [paras[1].firstChild, 0, paras[1].firstChild, 1], node 37 xmlDoctyp e assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTyp eError function "function () {
811 selection.selectAllChildren(node);
812 }" did not throw
813 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 771 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
814 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 772 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
815 " 773 "
816 PASS Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 1 paras[0].f irstChild 774 PASS Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 1 paras[0].f irstChild
817 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop 775 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop
818 </p> but got Text node "Qrstuvwx" 776 </p> but got Text node "Qrstuvwx"
819 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop 777 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop
820 " but got Text node "Qrstuvwx" 778 " but got Text node "Qrstuvwx"
821 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Qrstuvwx" 779 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Qrstuvwx"
822 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 5 foreignPar a1.firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Efghijkl" but got Text node "Qrstuvwx" 780 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 5 foreignPar a1.firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Efghijkl" but got Text node "Qrstuvwx"
(...skipping 22 matching lines...) Expand all
845 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 25 detachedP rocessingInstruction assert_equals: After selectAllChildren, anchorNode must be the given node expected ProcessingInstruction node with target "whippoorwill" an d data "chirp chirp chirp" but got Text node "Qrstuvwx" 803 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 25 detachedP rocessingInstruction assert_equals: After selectAllChildren, anchorNode must be the given node expected ProcessingInstruction node with target "whippoorwill" an d data "chirp chirp chirp" but got Text node "Qrstuvwx"
846 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 26 comment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 804 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 26 comment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
847 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 27 detachedC omment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx" 805 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 27 detachedC omment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx"
848 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 28 foreignCo mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx" 806 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 28 foreignCo mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx"
849 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 29 detachedF oreignComment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--אריה יהודה--> but got Text node "Qrst uvwx" 807 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 29 detachedF oreignComment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--אריה יהודה--> but got Text node "Qrst uvwx"
850 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Qrstuvwx" 808 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Qrstuvwx"
851 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "Q rstuvwx" 809 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "Q rstuvwx"
852 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Qrstuvwx" 810 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Qrstuvwx"
853 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx" 811 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx"
854 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Qrstuvwx" 812 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Qrstuvwx"
855 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 35 doctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () { 813 PASS Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 35 doctype
856 selection.selectAllChildren(node); 814 PASS Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 36 foreignDo ctype
857 }" did not throw 815 PASS Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 37 xmlDoctyp e
858 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 36 foreignDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
859 selection.selectAllChildren(node);
860 }" did not throw
861 FAIL Range 7 [paras[1].firstChild, 2, paras[1].firstChild, 8], node 37 xmlDoctyp e assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTyp eError function "function () {
862 selection.selectAllChildren(node);
863 }" did not throw
864 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 816 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
865 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 817 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
866 " 818 "
867 PASS Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 1 paras[0].f irstChild 819 PASS Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 1 paras[0].f irstChild
868 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop 820 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop
869 </p> but got Text node "Qrstuvwx" 821 </p> but got Text node "Qrstuvwx"
870 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop 822 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop
871 " but got Text node "Qrstuvwx" 823 " but got Text node "Qrstuvwx"
872 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Qrstuvwx" 824 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Qrstuvwx"
873 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 5 foreignPar a1.firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Efghijkl" but got Text node "Qrstuvwx" 825 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 5 foreignPar a1.firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Efghijkl" but got Text node "Qrstuvwx"
(...skipping 22 matching lines...) Expand all
896 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 25 detachedP rocessingInstruction assert_equals: After selectAllChildren, anchorNode must be the given node expected ProcessingInstruction node with target "whippoorwill" an d data "chirp chirp chirp" but got Text node "Qrstuvwx" 848 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 25 detachedP rocessingInstruction assert_equals: After selectAllChildren, anchorNode must be the given node expected ProcessingInstruction node with target "whippoorwill" an d data "chirp chirp chirp" but got Text node "Qrstuvwx"
897 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 26 comment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 849 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 26 comment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
898 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 27 detachedC omment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx" 850 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 27 detachedC omment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx"
899 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 28 foreignCo mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx" 851 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 28 foreignCo mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx"
900 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 29 detachedF oreignComment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--אריה יהודה--> but got Text node "Qrst uvwx" 852 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 29 detachedF oreignComment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--אריה יהודה--> but got Text node "Qrst uvwx"
901 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Qrstuvwx" 853 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Qrstuvwx"
902 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "Q rstuvwx" 854 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "Q rstuvwx"
903 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Qrstuvwx" 855 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Qrstuvwx"
904 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx" 856 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx"
905 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Qrstuvwx" 857 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Qrstuvwx"
906 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 35 doctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () { 858 PASS Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 35 doctype
907 selection.selectAllChildren(node); 859 PASS Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 36 foreignDo ctype
908 }" did not throw 860 PASS Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 37 xmlDoctyp e
909 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 36 foreignDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
910 selection.selectAllChildren(node);
911 }" did not throw
912 FAIL Range 8 [paras[1].firstChild, 2, paras[1].firstChild, 9], node 37 xmlDoctyp e assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTyp eError function "function () {
913 selection.selectAllChildren(node);
914 }" did not throw
915 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given no de expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 861 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given no de expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
916 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 862 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
917 " 863 "
918 PASS Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 1 paras[0].firstChild 864 PASS Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 1 paras[0].firstChild
919 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given no de expected Element node <p id="b" style="display:none">Ijklmnop 865 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given no de expected Element node <p id="b" style="display:none">Ijklmnop
920 </p> but got Text node "Qrstuvwx" 866 </p> but got Text node "Qrstuvwx"
921 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be t he given node expected Text node "Ijklmnop 867 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be t he given node expected Text node "Ijklmnop
922 " but got Text node "Qrstuvwx" 868 " but got Text node "Qrstuvwx"
923 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 869 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
924 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 870 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
947 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCoun t must be 1 expected 1 but got 0 893 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCoun t must be 1 expected 1 but got 0
948 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given no de expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 894 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given no de expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
949 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0 895 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0
950 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0 896 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0
951 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 897 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
952 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0 898 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0
953 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 899 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
954 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 900 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
955 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0 901 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0
956 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0 902 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0
957 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw Invalid NodeTypeError function "function () { 903 PASS Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 35 doctype
958 selection.selectAllChildren(node); 904 PASS Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 36 foreignDoctype
959 }" did not throw 905 PASS Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 37 xmlDoctype
960 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
961 selection.selectAllChildren(node);
962 }" did not throw
963 FAIL Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 0], node 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inva lidNodeTypeError function "function () {
964 selection.selectAllChildren(node);
965 }" did not throw
966 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 906 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
967 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 907 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
968 " 908 "
969 PASS Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 1 paras[0].firstChild 909 PASS Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 1 paras[0].firstChild
970 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop 910 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop
971 </p> but got Text node "Qrstuvwx" 911 </p> but got Text node "Qrstuvwx"
972 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 912 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
973 " but got Text node "Qrstuvwx" 913 " but got Text node "Qrstuvwx"
974 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 914 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
975 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 915 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
998 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 5 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCou nt must be 1 expected 1 but got 0 938 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 5 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCou nt must be 1 expected 1 but got 0
999 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 6 comment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 939 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 6 comment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
1000 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 7 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0 940 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 7 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0
1001 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 8 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0 941 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 8 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0
1002 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 9 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 942 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 2 9 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1003 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 0 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 943 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 0 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
1004 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 944 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1005 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 2 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 945 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 2 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1006 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0 946 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0
1007 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 947 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
1008 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 5 doctype assert_throws: selectAllChildren() on a DocumentType must throw Invali dNodeTypeError function "function () { 948 PASS Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 5 doctype
1009 selection.selectAllChildren(node); 949 PASS Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 6 foreignDoctype
1010 }" did not throw 950 PASS Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 7 xmlDoctype
1011 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 6 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1012 selection.selectAllChildren(node);
1013 }" did not throw
1014 FAIL Range 10 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1], node 3 7 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inv alidNodeTypeError function "function () {
1015 selection.selectAllChildren(node);
1016 }" did not throw
1017 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 951 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1018 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 952 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1019 " 953 "
1020 PASS Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 1 paras[0].firstChild 954 PASS Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 1 paras[0].firstChild
1021 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop 955 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop
1022 </p> but got Text node "Qrstuvwx" 956 </p> but got Text node "Qrstuvwx"
1023 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 957 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
1024 " but got Text node "Qrstuvwx" 958 " but got Text node "Qrstuvwx"
1025 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 959 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
1026 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 960 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
1049 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 5 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCou nt must be 1 expected 1 but got 0 983 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 5 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCou nt must be 1 expected 1 but got 0
1050 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 6 comment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 984 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 6 comment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
1051 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 7 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0 985 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 7 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0
1052 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 8 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0 986 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 8 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0
1053 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 9 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 987 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 2 9 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1054 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 0 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 988 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 0 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
1055 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 989 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1056 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 2 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 990 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 2 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1057 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0 991 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0
1058 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 992 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
1059 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 5 doctype assert_throws: selectAllChildren() on a DocumentType must throw Invali dNodeTypeError function "function () { 993 PASS Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 5 doctype
1060 selection.selectAllChildren(node); 994 PASS Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 6 foreignDoctype
1061 }" did not throw 995 PASS Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 7 xmlDoctype
1062 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 6 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1063 selection.selectAllChildren(node);
1064 }" did not throw
1065 FAIL Range 11 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8], node 3 7 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inv alidNodeTypeError function "function () {
1066 selection.selectAllChildren(node);
1067 }" did not throw
1068 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 996 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1069 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 997 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1070 " 998 "
1071 PASS Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 1 p aras[0].firstChild 999 PASS Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 1 p aras[0].firstChild
1072 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop 1000 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop
1073 </p> but got Text node "Qrstuvwx" 1001 </p> but got Text node "Qrstuvwx"
1074 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop 1002 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop
1075 " but got Text node "Qrstuvwx" 1003 " but got Text node "Qrstuvwx"
1076 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0 1004 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0
1077 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 1005 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
1100 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1028 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1101 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 1029 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
1102 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0 1030 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0
1103 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 1031 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
1104 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 1032 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
1105 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1033 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1106 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1034 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1107 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1035 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1108 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 1036 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
1109 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1037 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1110 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidN odeTypeError function "function () { 1038 PASS Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 35 doctype
1111 selection.selectAllChildren(node); 1039 PASS Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 36 foreignDoctype
1112 }" did not throw 1040 PASS Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 37 xmlDoctype
1113 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw I nvalidNodeTypeError function "function () {
1114 selection.selectAllChildren(node);
1115 }" did not throw
1116 FAIL Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0], node 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inval idNodeTypeError function "function () {
1117 selection.selectAllChildren(node);
1118 }" did not throw
1119 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1041 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1120 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1042 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1121 " 1043 "
1122 PASS Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 1 p aras[0].firstChild 1044 PASS Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 1 p aras[0].firstChild
1123 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop 1045 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop
1124 </p> but got Text node "Qrstuvwx" 1046 </p> but got Text node "Qrstuvwx"
1125 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop 1047 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop
1126 " but got Text node "Qrstuvwx" 1048 " but got Text node "Qrstuvwx"
1127 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0 1049 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0
1128 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 1050 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
1151 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1073 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1152 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 1074 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
1153 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0 1075 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0
1154 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 1076 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
1155 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 1077 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
1156 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1078 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1157 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1079 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1158 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1080 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1159 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 1081 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
1160 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1082 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1161 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidN odeTypeError function "function () { 1083 PASS Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 35 doctype
1162 selection.selectAllChildren(node); 1084 PASS Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 36 foreignDoctype
1163 }" did not throw 1085 PASS Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 37 xmlDoctype
1164 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw I nvalidNodeTypeError function "function () {
1165 selection.selectAllChildren(node);
1166 }" did not throw
1167 FAIL Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1], node 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inval idNodeTypeError function "function () {
1168 selection.selectAllChildren(node);
1169 }" did not throw
1170 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1086 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1171 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1087 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1172 " 1088 "
1173 PASS Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 1 p aras[0].firstChild 1089 PASS Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 1 p aras[0].firstChild
1174 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop 1090 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop
1175 </p> but got Text node "Qrstuvwx" 1091 </p> but got Text node "Qrstuvwx"
1176 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop 1092 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop
1177 " but got Text node "Qrstuvwx" 1093 " but got Text node "Qrstuvwx"
1178 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0 1094 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0
1179 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 1095 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
1202 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1118 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1203 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 1119 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
1204 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0 1120 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0
1205 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 1121 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
1206 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 1122 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
1207 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1123 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1208 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1124 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1209 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1125 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1210 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 1126 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
1211 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1127 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1212 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidN odeTypeError function "function () { 1128 PASS Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 35 doctype
1213 selection.selectAllChildren(node); 1129 PASS Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 36 foreignDoctype
1214 }" did not throw 1130 PASS Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 37 xmlDoctype
1215 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw I nvalidNodeTypeError function "function () {
1216 selection.selectAllChildren(node);
1217 }" did not throw
1218 FAIL Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8], node 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inval idNodeTypeError function "function () {
1219 selection.selectAllChildren(node);
1220 }" did not throw
1221 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1131 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1222 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1132 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1223 " 1133 "
1224 PASS Range 15 [document.documentElement, 0, document.documentElement, 1], node 1 paras[0].firstChild 1134 PASS Range 15 [document.documentElement, 0, document.documentElement, 1], node 1 paras[0].firstChild
1225 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop 1135 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop
1226 </p> but got Text node "Qrstuvwx" 1136 </p> but got Text node "Qrstuvwx"
1227 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 1137 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
1228 " but got Text node "Qrstuvwx" 1138 " but got Text node "Qrstuvwx"
1229 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 4 foreignPara1 assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈h ̈ 1139 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 4 foreignPara1 assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈h ̈
1230 " 1140 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 0 xmlComment assert_equals: After selectAllChildren, anchorNode must be the give n node expected Comment node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1191 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 0 xmlComment assert_equals: After selectAllChildren, anchorNode must be the give n node expected Comment node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1282 " 1192 "
1283 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got T ext node "Äb̈c̈d̈ëf̈g̈ḧ 1193 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got T ext node "Äb̈c̈d̈ëf̈g̈ḧ
1284 " 1194 "
1285 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 2 docfrag assert_equals: After selectAllChildren, anchorNode must be the given n ode expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ë f̈g̈ḧ 1195 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 2 docfrag assert_equals: After selectAllChildren, anchorNode must be the given n ode expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ë f̈g̈ḧ
1286 " 1196 "
1287 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb ̈c̈d̈ëf̈g̈ḧ 1197 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb ̈c̈d̈ëf̈g̈ḧ
1288 " 1198 "
1289 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the give n node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d ̈ëf̈g̈ḧ 1199 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the give n node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d ̈ëf̈g̈ḧ
1290 " 1200 "
1291 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 5 doctype assert_throws: selectAllChildren() on a DocumentType must throw Invali dNodeTypeError function "function () { 1201 PASS Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 5 doctype
1292 selection.selectAllChildren(node); 1202 PASS Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 6 foreignDoctype
1293 }" did not throw 1203 PASS Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 7 xmlDoctype
1294 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 6 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1295 selection.selectAllChildren(node);
1296 }" did not throw
1297 FAIL Range 15 [document.documentElement, 0, document.documentElement, 1], node 3 7 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inv alidNodeTypeError function "function () {
1298 selection.selectAllChildren(node);
1299 }" did not throw
1300 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1204 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1301 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1205 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1302 " 1206 "
1303 PASS Range 16 [document.documentElement, 0, document.documentElement, 2], node 1 paras[0].firstChild 1207 PASS Range 16 [document.documentElement, 0, document.documentElement, 2], node 1 paras[0].firstChild
1304 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop 1208 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop
1305 </p> but got Text node "Qrstuvwx" 1209 </p> but got Text node "Qrstuvwx"
1306 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 1210 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
1307 " but got Text node "Qrstuvwx" 1211 " but got Text node "Qrstuvwx"
1308 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 4 foreignPara1 assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈h ̈ 1212 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 4 foreignPara1 assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈h ̈
1309 " 1213 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 0 xmlComment assert_equals: After selectAllChildren, anchorNode must be the give n node expected Comment node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1264 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 0 xmlComment assert_equals: After selectAllChildren, anchorNode must be the give n node expected Comment node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1361 " 1265 "
1362 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got T ext node "Äb̈c̈d̈ëf̈g̈ḧ 1266 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got T ext node "Äb̈c̈d̈ëf̈g̈ḧ
1363 " 1267 "
1364 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 2 docfrag assert_equals: After selectAllChildren, anchorNode must be the given n ode expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ë f̈g̈ḧ 1268 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 2 docfrag assert_equals: After selectAllChildren, anchorNode must be the given n ode expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ë f̈g̈ḧ
1365 " 1269 "
1366 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb ̈c̈d̈ëf̈g̈ḧ 1270 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb ̈c̈d̈ëf̈g̈ḧ
1367 " 1271 "
1368 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the give n node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d ̈ëf̈g̈ḧ 1272 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the give n node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d ̈ëf̈g̈ḧ
1369 " 1273 "
1370 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 5 doctype assert_throws: selectAllChildren() on a DocumentType must throw Invali dNodeTypeError function "function () { 1274 PASS Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 5 doctype
1371 selection.selectAllChildren(node); 1275 PASS Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 6 foreignDoctype
1372 }" did not throw 1276 PASS Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 7 xmlDoctype
1373 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 6 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1374 selection.selectAllChildren(node);
1375 }" did not throw
1376 FAIL Range 16 [document.documentElement, 0, document.documentElement, 2], node 3 7 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inv alidNodeTypeError function "function () {
1377 selection.selectAllChildren(node);
1378 }" did not throw
1379 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1277 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1380 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1278 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1381 " 1279 "
1382 PASS Range 17 [document.documentElement, 1, document.documentElement, 2], node 1 paras[0].firstChild 1280 PASS Range 17 [document.documentElement, 1, document.documentElement, 2], node 1 paras[0].firstChild
1383 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop 1281 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Element node <p id="b" style="display:none">Ijklmnop
1384 </p> but got Text node "Qrstuvwx" 1282 </p> but got Text node "Qrstuvwx"
1385 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 1283 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
1386 " but got Text node "Qrstuvwx" 1284 " but got Text node "Qrstuvwx"
1387 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 4 foreignPara1 assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈h ̈ 1285 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 4 foreignPara1 assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈h ̈
1388 " 1286 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1439 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 0 xmlComment assert_equals: After selectAllChildren, anchorNode must be the give n node expected Comment node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1337 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 0 xmlComment assert_equals: After selectAllChildren, anchorNode must be the give n node expected Comment node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1440 " 1338 "
1441 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got T ext node "Äb̈c̈d̈ëf̈g̈ḧ 1339 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 1 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got T ext node "Äb̈c̈d̈ëf̈g̈ḧ
1442 " 1340 "
1443 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 2 docfrag assert_equals: After selectAllChildren, anchorNode must be the given n ode expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ë f̈g̈ḧ 1341 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 2 docfrag assert_equals: After selectAllChildren, anchorNode must be the given n ode expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ë f̈g̈ḧ
1444 " 1342 "
1445 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb ̈c̈d̈ëf̈g̈ḧ 1343 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 3 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb ̈c̈d̈ëf̈g̈ḧ
1446 " 1344 "
1447 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the give n node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d ̈ëf̈g̈ḧ 1345 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 4 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the give n node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d ̈ëf̈g̈ḧ
1448 " 1346 "
1449 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 5 doctype assert_throws: selectAllChildren() on a DocumentType must throw Invali dNodeTypeError function "function () { 1347 PASS Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 5 doctype
1450 selection.selectAllChildren(node); 1348 PASS Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 6 foreignDoctype
1451 }" did not throw 1349 PASS Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 7 xmlDoctype
1452 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 6 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1453 selection.selectAllChildren(node);
1454 }" did not throw
1455 FAIL Range 17 [document.documentElement, 1, document.documentElement, 2], node 3 7 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inv alidNodeTypeError function "function () {
1456 selection.selectAllChildren(node);
1457 }" did not throw
1458 FAIL Range 18 [document.head, 1, document.head, 1], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1350 FAIL Range 18 [document.head, 1, document.head, 1], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1459 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1351 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1460 " 1352 "
1461 PASS Range 18 [document.head, 1, document.head, 1], node 1 paras[0].firstChild 1353 PASS Range 18 [document.head, 1, document.head, 1], node 1 paras[0].firstChild
1462 FAIL Range 18 [document.head, 1, document.head, 1], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop 1354 FAIL Range 18 [document.head, 1, document.head, 1], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop
1463 </p> but got Text node "Qrstuvwx" 1355 </p> but got Text node "Qrstuvwx"
1464 FAIL Range 18 [document.head, 1, document.head, 1], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop 1356 FAIL Range 18 [document.head, 1, document.head, 1], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop
1465 " but got Text node "Qrstuvwx" 1357 " but got Text node "Qrstuvwx"
1466 FAIL Range 18 [document.head, 1, document.head, 1], node 4 foreignPara1 assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1358 FAIL Range 18 [document.head, 1, document.head, 1], node 4 foreignPara1 assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1467 " 1359 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 FAIL Range 18 [document.head, 1, document.head, 1], node 30 xmlComment assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Commen t node <!--I maliciously created a comment that will break incautiou...--> but g ot Text node "Äb̈c̈d̈ëf̈g̈ḧ 1410 FAIL Range 18 [document.head, 1, document.head, 1], node 30 xmlComment assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Commen t node <!--I maliciously created a comment that will break incautiou...--> but g ot Text node "Äb̈c̈d̈ëf̈g̈ḧ
1519 " 1411 "
1520 FAIL Range 18 [document.head, 1, document.head, 1], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈ g̈ḧ 1412 FAIL Range 18 [document.head, 1, document.head, 1], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈ g̈ḧ
1521 " 1413 "
1522 FAIL Range 18 [document.head, 1, document.head, 1], node 32 docfrag assert_equal s: After selectAllChildren, anchorNode must be the given node expected DocumentF ragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1414 FAIL Range 18 [document.head, 1, document.head, 1], node 32 docfrag assert_equal s: After selectAllChildren, anchorNode must be the given node expected DocumentF ragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1523 " 1415 "
1524 FAIL Range 18 [document.head, 1, document.head, 1], node 33 foreignDocfrag asser t_equals: After selectAllChildren, anchorNode must be the given node expected Do cumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1416 FAIL Range 18 [document.head, 1, document.head, 1], node 33 foreignDocfrag asser t_equals: After selectAllChildren, anchorNode must be the given node expected Do cumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1525 " 1417 "
1526 FAIL Range 18 [document.head, 1, document.head, 1], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Docume ntFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1418 FAIL Range 18 [document.head, 1, document.head, 1], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Docume ntFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1527 " 1419 "
1528 FAIL Range 18 [document.head, 1, document.head, 1], node 35 doctype assert_throw s: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functio n "function () { 1420 PASS Range 18 [document.head, 1, document.head, 1], node 35 doctype
1529 selection.selectAllChildren(node); 1421 PASS Range 18 [document.head, 1, document.head, 1], node 36 foreignDoctype
1530 }" did not throw 1422 PASS Range 18 [document.head, 1, document.head, 1], node 37 xmlDoctype
1531 FAIL Range 18 [document.head, 1, document.head, 1], node 36 foreignDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1532 selection.selectAllChildren(node);
1533 }" did not throw
1534 FAIL Range 18 [document.head, 1, document.head, 1], node 37 xmlDoctype assert_th rows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError func tion "function () {
1535 selection.selectAllChildren(node);
1536 }" did not throw
1537 FAIL Range 19 [document.body, 0, document.body, 1], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1423 FAIL Range 19 [document.body, 0, document.body, 1], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1538 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1424 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1539 " 1425 "
1540 PASS Range 19 [document.body, 0, document.body, 1], node 1 paras[0].firstChild 1426 PASS Range 19 [document.body, 0, document.body, 1], node 1 paras[0].firstChild
1541 FAIL Range 19 [document.body, 0, document.body, 1], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop 1427 FAIL Range 19 [document.body, 0, document.body, 1], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop
1542 </p> but got Text node "Qrstuvwx" 1428 </p> but got Text node "Qrstuvwx"
1543 FAIL Range 19 [document.body, 0, document.body, 1], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop 1429 FAIL Range 19 [document.body, 0, document.body, 1], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop
1544 " but got Text node "Qrstuvwx" 1430 " but got Text node "Qrstuvwx"
1545 FAIL Range 19 [document.body, 0, document.body, 1], node 4 foreignPara1 assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1431 FAIL Range 19 [document.body, 0, document.body, 1], node 4 foreignPara1 assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1546 " 1432 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 FAIL Range 19 [document.body, 0, document.body, 1], node 30 xmlComment assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Commen t node <!--I maliciously created a comment that will break incautiou...--> but g ot Text node "Äb̈c̈d̈ëf̈g̈ḧ 1483 FAIL Range 19 [document.body, 0, document.body, 1], node 30 xmlComment assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Commen t node <!--I maliciously created a comment that will break incautiou...--> but g ot Text node "Äb̈c̈d̈ëf̈g̈ḧ
1598 " 1484 "
1599 FAIL Range 19 [document.body, 0, document.body, 1], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈ g̈ḧ 1485 FAIL Range 19 [document.body, 0, document.body, 1], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈ g̈ḧ
1600 " 1486 "
1601 FAIL Range 19 [document.body, 0, document.body, 1], node 32 docfrag assert_equal s: After selectAllChildren, anchorNode must be the given node expected DocumentF ragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1487 FAIL Range 19 [document.body, 0, document.body, 1], node 32 docfrag assert_equal s: After selectAllChildren, anchorNode must be the given node expected DocumentF ragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1602 " 1488 "
1603 FAIL Range 19 [document.body, 0, document.body, 1], node 33 foreignDocfrag asser t_equals: After selectAllChildren, anchorNode must be the given node expected Do cumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1489 FAIL Range 19 [document.body, 0, document.body, 1], node 33 foreignDocfrag asser t_equals: After selectAllChildren, anchorNode must be the given node expected Do cumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1604 " 1490 "
1605 FAIL Range 19 [document.body, 0, document.body, 1], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Docume ntFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1491 FAIL Range 19 [document.body, 0, document.body, 1], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Docume ntFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1606 " 1492 "
1607 FAIL Range 19 [document.body, 0, document.body, 1], node 35 doctype assert_throw s: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functio n "function () { 1493 PASS Range 19 [document.body, 0, document.body, 1], node 35 doctype
1608 selection.selectAllChildren(node); 1494 PASS Range 19 [document.body, 0, document.body, 1], node 36 foreignDoctype
1609 }" did not throw 1495 PASS Range 19 [document.body, 0, document.body, 1], node 37 xmlDoctype
1610 FAIL Range 19 [document.body, 0, document.body, 1], node 36 foreignDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1611 selection.selectAllChildren(node);
1612 }" did not throw
1613 FAIL Range 19 [document.body, 0, document.body, 1], node 37 xmlDoctype assert_th rows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError func tion "function () {
1614 selection.selectAllChildren(node);
1615 }" did not throw
1616 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1496 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1617 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1497 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1618 " 1498 "
1619 PASS Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 1 paras[0].firstChild 1499 PASS Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 1 paras[0].firstChild
1620 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p id="b" style="display:none">Ijklmnop 1500 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Element node <p id="b" style="display:none">Ijklmnop
1621 </p> but got Text node "Qrstuvwx" 1501 </p> but got Text node "Qrstuvwx"
1622 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 1502 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
1623 " but got Text node "Qrstuvwx" 1503 " but got Text node "Qrstuvwx"
1624 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0 1504 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0
1625 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1505 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
1648 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rang eCount must be 1 expected 1 but got 0 1528 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rang eCount must be 1 expected 1 but got 0
1649 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 26 comment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 1529 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 26 comment assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
1650 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1530 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1651 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1531 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1652 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1532 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1653 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0 1533 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0
1654 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1534 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1655 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 1535 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
1656 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1536 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1657 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0 1537 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0
1658 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw In validNodeTypeError function "function () { 1538 PASS Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 35 doctype
1659 selection.selectAllChildren(node); 1539 PASS Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 36 foreignDoctype
1660 }" did not throw 1540 PASS Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 37 xmlDoctype
1661 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must t hrow InvalidNodeTypeError function "function () {
1662 selection.selectAllChildren(node);
1663 }" did not throw
1664 FAIL Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1], no de 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1665 selection.selectAllChildren(node);
1666 }" did not throw
1667 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 0 paras[0] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1541 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 0 paras[0] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1668 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1542 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1669 " 1543 "
1670 PASS Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 1 paras[0].firstChi ld 1544 PASS Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 1 paras[0].firstChi ld
1671 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 2 paras[1] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="b" style="display:none">Ijklmnop 1545 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 2 paras[1] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="b" style="display:none">Ijklmnop
1672 </p> but got Text node "Qrstuvwx" 1546 </p> but got Text node "Qrstuvwx"
1673 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 3 paras[1].firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Ijklmnop 1547 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 3 paras[1].firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Ijklmnop
1674 " but got Text node "Qrstuvwx" 1548 " but got Text node "Qrstuvwx"
1675 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 4 foreignPara1 asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1549 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 4 foreignPara1 asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1676 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 5 foreignPara1.firs tChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 1550 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 5 foreignPara1.firs tChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
(...skipping 22 matching lines...) Expand all
1699 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 25 detachedProcessi ngInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 1573 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 25 detachedProcessi ngInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
1700 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 26 comment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 1574 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 26 comment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
1701 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1575 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1702 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 28 foreignComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1576 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 28 foreignComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1703 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 29 detachedForeignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 1577 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 29 detachedForeignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
1704 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 30 xmlComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1578 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 30 xmlComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1705 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 31 detachedXmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 1579 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 31 detachedXmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
1706 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 32 docfrag assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1580 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 32 docfrag assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1707 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 33 foreignDocfrag a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1581 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 33 foreignDocfrag a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1708 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 34 xmlDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1582 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 34 xmlDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1709 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 35 doctype assert_t hrows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError fun ction "function () { 1583 PASS Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 35 doctype
1710 selection.selectAllChildren(node); 1584 PASS Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 36 foreignDoctype
1711 }" did not throw 1585 PASS Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 37 xmlDoctype
1712 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 36 foreignDoctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () {
1713 selection.selectAllChildren(node);
1714 }" did not throw
1715 FAIL Range 21 [foreignDoc.head, 1, foreignDoc.head, 1], node 37 xmlDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1716 selection.selectAllChildren(node);
1717 }" did not throw
1718 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 0 paras[0] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1586 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 0 paras[0] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1719 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1587 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1720 " 1588 "
1721 PASS Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 1 paras[0].firstChi ld 1589 PASS Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 1 paras[0].firstChi ld
1722 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 2 paras[1] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="b" style="display:none">Ijklmnop 1590 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 2 paras[1] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="b" style="display:none">Ijklmnop
1723 </p> but got Text node "Qrstuvwx" 1591 </p> but got Text node "Qrstuvwx"
1724 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 3 paras[1].firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Ijklmnop 1592 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 3 paras[1].firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Ijklmnop
1725 " but got Text node "Qrstuvwx" 1593 " but got Text node "Qrstuvwx"
1726 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 4 foreignPara1 asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1594 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 4 foreignPara1 asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1727 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 5 foreignPara1.firs tChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 1595 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 5 foreignPara1.firs tChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
(...skipping 22 matching lines...) Expand all
1750 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 25 detachedProcessi ngInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 1618 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 25 detachedProcessi ngInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
1751 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 26 comment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 1619 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 26 comment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
1752 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1620 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1753 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 28 foreignComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1621 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 28 foreignComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1754 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 29 detachedForeignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 1622 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 29 detachedForeignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
1755 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 30 xmlComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1623 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 30 xmlComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1756 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 31 detachedXmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 1624 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 31 detachedXmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
1757 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 32 docfrag assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1625 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 32 docfrag assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1758 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 33 foreignDocfrag a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1626 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 33 foreignDocfrag a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1759 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 34 xmlDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1627 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 34 xmlDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1760 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 35 doctype assert_t hrows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError fun ction "function () { 1628 PASS Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 35 doctype
1761 selection.selectAllChildren(node); 1629 PASS Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 36 foreignDoctype
1762 }" did not throw 1630 PASS Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 37 xmlDoctype
1763 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 36 foreignDoctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () {
1764 selection.selectAllChildren(node);
1765 }" did not throw
1766 FAIL Range 22 [foreignDoc.body, 0, foreignDoc.body, 0], node 37 xmlDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1767 selection.selectAllChildren(node);
1768 }" did not throw
1769 FAIL Range 23 [paras[0], 0, paras[0], 0], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ 1631 FAIL Range 23 [paras[0], 0, paras[0], 0], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ
1770 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1632 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1771 " 1633 "
1772 PASS Range 23 [paras[0], 0, paras[0], 0], node 1 paras[0].firstChild 1634 PASS Range 23 [paras[0], 0, paras[0], 0], node 1 paras[0].firstChild
1773 FAIL Range 23 [paras[0], 0, paras[0], 0], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop 1635 FAIL Range 23 [paras[0], 0, paras[0], 0], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop
1774 </p> but got Text node "Qrstuvwx" 1636 </p> but got Text node "Qrstuvwx"
1775 FAIL Range 23 [paras[0], 0, paras[0], 0], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop 1637 FAIL Range 23 [paras[0], 0, paras[0], 0], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop
1776 " but got Text node "Qrstuvwx" 1638 " but got Text node "Qrstuvwx"
1777 FAIL Range 23 [paras[0], 0, paras[0], 0], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1639 FAIL Range 23 [paras[0], 0, paras[0], 0], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1778 " 1640 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 FAIL Range 23 [paras[0], 0, paras[0], 0], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ 1691 FAIL Range 23 [paras[0], 0, paras[0], 0], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ
1830 " 1692 "
1831 FAIL Range 23 [paras[0], 0, paras[0], 0], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1693 FAIL Range 23 [paras[0], 0, paras[0], 0], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1832 " 1694 "
1833 FAIL Range 23 [paras[0], 0, paras[0], 0], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1695 FAIL Range 23 [paras[0], 0, paras[0], 0], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1834 " 1696 "
1835 FAIL Range 23 [paras[0], 0, paras[0], 0], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1697 FAIL Range 23 [paras[0], 0, paras[0], 0], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1836 " 1698 "
1837 FAIL Range 23 [paras[0], 0, paras[0], 0], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1699 FAIL Range 23 [paras[0], 0, paras[0], 0], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1838 " 1700 "
1839 FAIL Range 23 [paras[0], 0, paras[0], 0], node 35 doctype assert_throws: selectA llChildren() on a DocumentType must throw InvalidNodeTypeError function "functio n () { 1701 PASS Range 23 [paras[0], 0, paras[0], 0], node 35 doctype
1840 selection.selectAllChildren(node); 1702 PASS Range 23 [paras[0], 0, paras[0], 0], node 36 foreignDoctype
1841 }" did not throw 1703 PASS Range 23 [paras[0], 0, paras[0], 0], node 37 xmlDoctype
1842 FAIL Range 23 [paras[0], 0, paras[0], 0], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function " function () {
1843 selection.selectAllChildren(node);
1844 }" did not throw
1845 FAIL Range 23 [paras[0], 0, paras[0], 0], node 37 xmlDoctype assert_throws: sele ctAllChildren() on a DocumentType must throw InvalidNodeTypeError function "func tion () {
1846 selection.selectAllChildren(node);
1847 }" did not throw
1848 FAIL Range 24 [paras[0], 0, paras[0], 1], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ 1704 FAIL Range 24 [paras[0], 0, paras[0], 1], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ
1849 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1705 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1850 " 1706 "
1851 PASS Range 24 [paras[0], 0, paras[0], 1], node 1 paras[0].firstChild 1707 PASS Range 24 [paras[0], 0, paras[0], 1], node 1 paras[0].firstChild
1852 FAIL Range 24 [paras[0], 0, paras[0], 1], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop 1708 FAIL Range 24 [paras[0], 0, paras[0], 1], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop
1853 </p> but got Text node "Qrstuvwx" 1709 </p> but got Text node "Qrstuvwx"
1854 FAIL Range 24 [paras[0], 0, paras[0], 1], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop 1710 FAIL Range 24 [paras[0], 0, paras[0], 1], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop
1855 " but got Text node "Qrstuvwx" 1711 " but got Text node "Qrstuvwx"
1856 FAIL Range 24 [paras[0], 0, paras[0], 1], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1712 FAIL Range 24 [paras[0], 0, paras[0], 1], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1857 " 1713 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
1908 FAIL Range 24 [paras[0], 0, paras[0], 1], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ 1764 FAIL Range 24 [paras[0], 0, paras[0], 1], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ
1909 " 1765 "
1910 FAIL Range 24 [paras[0], 0, paras[0], 1], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1766 FAIL Range 24 [paras[0], 0, paras[0], 1], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1911 " 1767 "
1912 FAIL Range 24 [paras[0], 0, paras[0], 1], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1768 FAIL Range 24 [paras[0], 0, paras[0], 1], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1913 " 1769 "
1914 FAIL Range 24 [paras[0], 0, paras[0], 1], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1770 FAIL Range 24 [paras[0], 0, paras[0], 1], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1915 " 1771 "
1916 FAIL Range 24 [paras[0], 0, paras[0], 1], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1772 FAIL Range 24 [paras[0], 0, paras[0], 1], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1917 " 1773 "
1918 FAIL Range 24 [paras[0], 0, paras[0], 1], node 35 doctype assert_throws: selectA llChildren() on a DocumentType must throw InvalidNodeTypeError function "functio n () { 1774 PASS Range 24 [paras[0], 0, paras[0], 1], node 35 doctype
1919 selection.selectAllChildren(node); 1775 PASS Range 24 [paras[0], 0, paras[0], 1], node 36 foreignDoctype
1920 }" did not throw 1776 PASS Range 24 [paras[0], 0, paras[0], 1], node 37 xmlDoctype
1921 FAIL Range 24 [paras[0], 0, paras[0], 1], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function " function () {
1922 selection.selectAllChildren(node);
1923 }" did not throw
1924 FAIL Range 24 [paras[0], 0, paras[0], 1], node 37 xmlDoctype assert_throws: sele ctAllChildren() on a DocumentType must throw InvalidNodeTypeError function "func tion () {
1925 selection.selectAllChildren(node);
1926 }" did not throw
1927 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1777 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1928 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1778 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1929 " 1779 "
1930 PASS Range 25 [detachedPara1, 0, detachedPara1, 0], node 1 paras[0].firstChild 1780 PASS Range 25 [detachedPara1, 0, detachedPara1, 0], node 1 paras[0].firstChild
1931 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop 1781 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop
1932 </p> but got Text node "Qrstuvwx" 1782 </p> but got Text node "Qrstuvwx"
1933 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop 1783 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop
1934 " but got Text node "Qrstuvwx" 1784 " but got Text node "Qrstuvwx"
1935 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 4 foreignPara1 assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1785 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 4 foreignPara1 assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1936 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 5 foreignPara1.firstChi ld assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 1786 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 5 foreignPara1.firstChi ld assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
(...skipping 22 matching lines...) Expand all
1959 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 25 detachedProcessingIn struction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1809 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 25 detachedProcessingIn struction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1960 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 26 comment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--Alphabet soup?--> but got Text node "Qrstuvwx" 1810 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 26 comment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--Alphabet soup?--> but got Text node "Qrstuvwx"
1961 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 27 detachedComment asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1811 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 27 detachedComment asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1962 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 28 foreignComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1812 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 28 foreignComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1963 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 29 detachedForeignComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 1813 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 29 detachedForeignComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
1964 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 30 xmlComment assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1814 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 30 xmlComment assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1965 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1815 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1966 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 32 docfrag assert_equal s: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1816 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 32 docfrag assert_equal s: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1967 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 33 foreignDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1817 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 33 foreignDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1968 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1818 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1969 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 35 doctype assert_throw s: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functio n "function () { 1819 PASS Range 25 [detachedPara1, 0, detachedPara1, 0], node 35 doctype
1970 selection.selectAllChildren(node); 1820 PASS Range 25 [detachedPara1, 0, detachedPara1, 0], node 36 foreignDoctype
1971 }" did not throw 1821 PASS Range 25 [detachedPara1, 0, detachedPara1, 0], node 37 xmlDoctype
1972 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 36 foreignDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
1973 selection.selectAllChildren(node);
1974 }" did not throw
1975 FAIL Range 25 [detachedPara1, 0, detachedPara1, 0], node 37 xmlDoctype assert_th rows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError func tion "function () {
1976 selection.selectAllChildren(node);
1977 }" did not throw
1978 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1822 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
1979 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1823 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
1980 " 1824 "
1981 PASS Range 26 [detachedPara1, 0, detachedPara1, 1], node 1 paras[0].firstChild 1825 PASS Range 26 [detachedPara1, 0, detachedPara1, 1], node 1 paras[0].firstChild
1982 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop 1826 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop
1983 </p> but got Text node "Qrstuvwx" 1827 </p> but got Text node "Qrstuvwx"
1984 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop 1828 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop
1985 " but got Text node "Qrstuvwx" 1829 " but got Text node "Qrstuvwx"
1986 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 4 foreignPara1 assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1830 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 4 foreignPara1 assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
1987 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 5 foreignPara1.firstChi ld assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 1831 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 5 foreignPara1.firstChi ld assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
(...skipping 22 matching lines...) Expand all
2010 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 25 detachedProcessingIn struction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1854 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 25 detachedProcessingIn struction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2011 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 26 comment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--Alphabet soup?--> but got Text node "Qrstuvwx" 1855 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 26 comment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--Alphabet soup?--> but got Text node "Qrstuvwx"
2012 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 27 detachedComment asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1856 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 27 detachedComment asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2013 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 28 foreignComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1857 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 28 foreignComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2014 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 29 detachedForeignComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 1858 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 29 detachedForeignComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
2015 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 30 xmlComment assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1859 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 30 xmlComment assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2016 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1860 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2017 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 32 docfrag assert_equal s: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1861 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 32 docfrag assert_equal s: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2018 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 33 foreignDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1862 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 33 foreignDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2019 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 1863 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2020 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 35 doctype assert_throw s: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functio n "function () { 1864 PASS Range 26 [detachedPara1, 0, detachedPara1, 1], node 35 doctype
2021 selection.selectAllChildren(node); 1865 PASS Range 26 [detachedPara1, 0, detachedPara1, 1], node 36 foreignDoctype
2022 }" did not throw 1866 PASS Range 26 [detachedPara1, 0, detachedPara1, 1], node 37 xmlDoctype
2023 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 36 foreignDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
2024 selection.selectAllChildren(node);
2025 }" did not throw
2026 FAIL Range 26 [detachedPara1, 0, detachedPara1, 1], node 37 xmlDoctype assert_th rows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError func tion "function () {
2027 selection.selectAllChildren(node);
2028 }" did not throw
2029 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1867 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
2030 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1868 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2031 " 1869 "
2032 PASS Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 1 paras[0]. firstChild 1870 PASS Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 1 paras[0]. firstChild
2033 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="b" style="display:none">Ijklmnop 1871 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="b" style="display:none">Ijklmnop
2034 </p> but got Text node "Qrstuvwx" 1872 </p> but got Text node "Qrstuvwx"
2035 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 3 paras[1]. firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 1873 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 3 paras[1]. firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
2036 " but got Text node "Qrstuvwx" 1874 " but got Text node "Qrstuvwx"
2037 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 4 foreignPa ra1 assert_equals: After selectAllChildren, anchorNode must be the given node ex pected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1875 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 4 foreignPa ra1 assert_equals: After selectAllChildren, anchorNode must be the given node ex pected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2038 " 1876 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 30 xmlComme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--I maliciously created a comment that will break incautiou ...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1927 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 30 xmlComme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--I maliciously created a comment that will break incautiou ...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2090 " 1928 "
2091 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 31 detached XmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node " Äb̈c̈d̈ëf̈g̈ḧ 1929 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 31 detached XmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node " Äb̈c̈d̈ëf̈g̈ḧ
2092 " 1930 "
2093 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 32 docfrag assert_equals: After selectAllChildren, anchorNode must be the given node expect ed DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1931 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 32 docfrag assert_equals: After selectAllChildren, anchorNode must be the given node expect ed DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2094 " 1932 "
2095 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 33 foreignD ocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g ̈ḧ 1933 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 33 foreignD ocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g ̈ḧ
2096 " 1934 "
2097 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 34 xmlDocfr ag assert_equals: After selectAllChildren, anchorNode must be the given node exp ected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1935 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 34 xmlDocfr ag assert_equals: After selectAllChildren, anchorNode must be the given node exp ected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2098 " 1936 "
2099 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeE rror function "function () { 1937 PASS Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 35 doctype
2100 selection.selectAllChildren(node); 1938 PASS Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 36 foreignD octype
2101 }" did not throw 1939 PASS Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 37 xmlDocty pe
2102 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 36 foreignD octype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNo deTypeError function "function () {
2103 selection.selectAllChildren(node);
2104 }" did not throw
2105 FAIL Range 27 [paras[0].firstChild, 0, paras[1].firstChild, 0], node 37 xmlDocty pe assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTy peError function "function () {
2106 selection.selectAllChildren(node);
2107 }" did not throw
2108 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 1940 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
2109 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1941 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2110 " 1942 "
2111 PASS Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 1 paras[0]. firstChild 1943 PASS Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 1 paras[0]. firstChild
2112 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="b" style="display:none">Ijklmnop 1944 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="b" style="display:none">Ijklmnop
2113 </p> but got Text node "Qrstuvwx" 1945 </p> but got Text node "Qrstuvwx"
2114 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 3 paras[1]. firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 1946 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 3 paras[1]. firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
2115 " but got Text node "Qrstuvwx" 1947 " but got Text node "Qrstuvwx"
2116 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 4 foreignPa ra1 assert_equals: After selectAllChildren, anchorNode must be the given node ex pected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 1948 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 4 foreignPa ra1 assert_equals: After selectAllChildren, anchorNode must be the given node ex pected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2117 " 1949 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 30 xmlComme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--I maliciously created a comment that will break incautiou ...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2000 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 30 xmlComme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--I maliciously created a comment that will break incautiou ...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2169 " 2001 "
2170 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 31 detached XmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node " Äb̈c̈d̈ëf̈g̈ḧ 2002 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 31 detached XmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node " Äb̈c̈d̈ëf̈g̈ḧ
2171 " 2003 "
2172 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 32 docfrag assert_equals: After selectAllChildren, anchorNode must be the given node expect ed DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2004 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 32 docfrag assert_equals: After selectAllChildren, anchorNode must be the given node expect ed DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2173 " 2005 "
2174 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 33 foreignD ocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g ̈ḧ 2006 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 33 foreignD ocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g ̈ḧ
2175 " 2007 "
2176 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 34 xmlDocfr ag assert_equals: After selectAllChildren, anchorNode must be the given node exp ected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2008 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 34 xmlDocfr ag assert_equals: After selectAllChildren, anchorNode must be the given node exp ected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2177 " 2009 "
2178 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeE rror function "function () { 2010 PASS Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 35 doctype
2179 selection.selectAllChildren(node); 2011 PASS Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 36 foreignD octype
2180 }" did not throw 2012 PASS Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 37 xmlDocty pe
2181 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 36 foreignD octype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNo deTypeError function "function () {
2182 selection.selectAllChildren(node);
2183 }" did not throw
2184 FAIL Range 28 [paras[0].firstChild, 0, paras[1].firstChild, 8], node 37 xmlDocty pe assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTy peError function "function () {
2185 selection.selectAllChildren(node);
2186 }" did not throw
2187 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 0 paras[0] assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2013 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 0 paras[0] assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
2188 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2014 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2189 " 2015 "
2190 PASS Range 29 [paras[0].firstChild, 3, paras[3], 1], node 1 paras[0].firstChild 2016 PASS Range 29 [paras[0].firstChild, 3, paras[3], 1], node 1 paras[0].firstChild
2191 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 2 paras[1] assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop 2017 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 2 paras[1] assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
2192 </p> but got Text node "Qrstuvwx" 2018 </p> but got Text node "Qrstuvwx"
2193 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Text node "Ijklmnop 2019 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Text node "Ijklmnop
2194 " but got Text node "Qrstuvwx" 2020 " but got Text node "Qrstuvwx"
2195 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 4 foreignPara1 assert_ equals: After selectAllChildren, anchorNode must be the given node expected Elem ent node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2021 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 4 foreignPara1 assert_ equals: After selectAllChildren, anchorNode must be the given node expected Elem ent node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2196 " 2022 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2247 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 30 xmlComment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2073 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 30 xmlComment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2248 " 2074 "
2249 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 31 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf ̈g̈ḧ 2075 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 31 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf ̈g̈ḧ
2250 " 2076 "
2251 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 32 docfrag assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Document Fragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2077 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 32 docfrag assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Document Fragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2252 " 2078 "
2253 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 33 foreignDocfrag asse rt_equals: After selectAllChildren, anchorNode must be the given node expected D ocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2079 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 33 foreignDocfrag asse rt_equals: After selectAllChildren, anchorNode must be the given node expected D ocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2254 " 2080 "
2255 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 34 xmlDocfrag assert_e quals: After selectAllChildren, anchorNode must be the given node expected Docum entFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2081 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 34 xmlDocfrag assert_e quals: After selectAllChildren, anchorNode must be the given node expected Docum entFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2256 " 2082 "
2257 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 35 doctype assert_thro ws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functi on "function () { 2083 PASS Range 29 [paras[0].firstChild, 3, paras[3], 1], node 35 doctype
2258 selection.selectAllChildren(node); 2084 PASS Range 29 [paras[0].firstChild, 3, paras[3], 1], node 36 foreignDoctype
2259 }" did not throw 2085 PASS Range 29 [paras[0].firstChild, 3, paras[3], 1], node 37 xmlDoctype
2260 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 36 foreignDoctype asse rt_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
2261 selection.selectAllChildren(node);
2262 }" did not throw
2263 FAIL Range 29 [paras[0].firstChild, 3, paras[3], 1], node 37 xmlDoctype assert_t hrows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError fun ction "function () {
2264 selection.selectAllChildren(node);
2265 }" did not throw
2266 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 0 paras[0] assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2086 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 0 paras[0] assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
2267 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2087 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2268 " 2088 "
2269 PASS Range 30 [paras[0], 0, paras[0].firstChild, 7], node 1 paras[0].firstChild 2089 PASS Range 30 [paras[0], 0, paras[0].firstChild, 7], node 1 paras[0].firstChild
2270 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 2 paras[1] assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop 2090 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 2 paras[1] assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
2271 </p> but got Text node "Qrstuvwx" 2091 </p> but got Text node "Qrstuvwx"
2272 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Text node "Ijklmnop 2092 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Text node "Ijklmnop
2273 " but got Text node "Qrstuvwx" 2093 " but got Text node "Qrstuvwx"
2274 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 4 foreignPara1 assert_ equals: After selectAllChildren, anchorNode must be the given node expected Elem ent node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2094 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 4 foreignPara1 assert_ equals: After selectAllChildren, anchorNode must be the given node expected Elem ent node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2275 " 2095 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2326 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 30 xmlComment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2146 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 30 xmlComment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2327 " 2147 "
2328 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 31 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf ̈g̈ḧ 2148 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 31 detachedXmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf ̈g̈ḧ
2329 " 2149 "
2330 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 32 docfrag assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Document Fragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2150 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 32 docfrag assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Document Fragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2331 " 2151 "
2332 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 33 foreignDocfrag asse rt_equals: After selectAllChildren, anchorNode must be the given node expected D ocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2152 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 33 foreignDocfrag asse rt_equals: After selectAllChildren, anchorNode must be the given node expected D ocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2333 " 2153 "
2334 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 34 xmlDocfrag assert_e quals: After selectAllChildren, anchorNode must be the given node expected Docum entFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2154 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 34 xmlDocfrag assert_e quals: After selectAllChildren, anchorNode must be the given node expected Docum entFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2335 " 2155 "
2336 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 35 doctype assert_thro ws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functi on "function () { 2156 PASS Range 30 [paras[0], 0, paras[0].firstChild, 7], node 35 doctype
2337 selection.selectAllChildren(node); 2157 PASS Range 30 [paras[0], 0, paras[0].firstChild, 7], node 36 foreignDoctype
2338 }" did not throw 2158 PASS Range 30 [paras[0], 0, paras[0].firstChild, 7], node 37 xmlDoctype
2339 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 36 foreignDoctype asse rt_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
2340 selection.selectAllChildren(node);
2341 }" did not throw
2342 FAIL Range 30 [paras[0], 0, paras[0].firstChild, 7], node 37 xmlDoctype assert_t hrows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError fun ction "function () {
2343 selection.selectAllChildren(node);
2344 }" did not throw
2345 FAIL Range 31 [testDiv, 2, paras[4], 1], node 0 paras[0] assert_equals: After se lectAllChildren, anchorNode must be the given node expected Element node <p id=" a">Äb̈c̈d̈ëf̈g̈ḧ 2159 FAIL Range 31 [testDiv, 2, paras[4], 1], node 0 paras[0] assert_equals: After se lectAllChildren, anchorNode must be the given node expected Element node <p id=" a">Äb̈c̈d̈ëf̈g̈ḧ
2346 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2160 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2347 " 2161 "
2348 PASS Range 31 [testDiv, 2, paras[4], 1], node 1 paras[0].firstChild 2162 PASS Range 31 [testDiv, 2, paras[4], 1], node 1 paras[0].firstChild
2349 FAIL Range 31 [testDiv, 2, paras[4], 1], node 2 paras[1] assert_equals: After se lectAllChildren, anchorNode must be the given node expected Element node <p id=" b" style="display:none">Ijklmnop 2163 FAIL Range 31 [testDiv, 2, paras[4], 1], node 2 paras[1] assert_equals: After se lectAllChildren, anchorNode must be the given node expected Element node <p id=" b" style="display:none">Ijklmnop
2350 </p> but got Text node "Qrstuvwx" 2164 </p> but got Text node "Qrstuvwx"
2351 FAIL Range 31 [testDiv, 2, paras[4], 1], node 3 paras[1].firstChild assert_equal s: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 2165 FAIL Range 31 [testDiv, 2, paras[4], 1], node 3 paras[1].firstChild assert_equal s: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
2352 " but got Text node "Qrstuvwx" 2166 " but got Text node "Qrstuvwx"
2353 FAIL Range 31 [testDiv, 2, paras[4], 1], node 4 foreignPara1 assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Element node <p> Efghijkl</p> but got Text node "Qrstuvwx" 2167 FAIL Range 31 [testDiv, 2, paras[4], 1], node 4 foreignPara1 assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Element node <p> Efghijkl</p> but got Text node "Qrstuvwx"
2354 FAIL Range 31 [testDiv, 2, paras[4], 1], node 5 foreignPara1.firstChild assert_e quals: After selectAllChildren, anchorNode must be the given node expected Text node "Efghijkl" but got Text node "Qrstuvwx" 2168 FAIL Range 31 [testDiv, 2, paras[4], 1], node 5 foreignPara1.firstChild assert_e quals: After selectAllChildren, anchorNode must be the given node expected Text node "Efghijkl" but got Text node "Qrstuvwx"
(...skipping 22 matching lines...) Expand all
2377 FAIL Range 31 [testDiv, 2, paras[4], 1], node 25 detachedProcessingInstruction a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d ProcessingInstruction node with target "whippoorwill" and data "chirp chirp ch irp" but got Text node "Qrstuvwx" 2191 FAIL Range 31 [testDiv, 2, paras[4], 1], node 25 detachedProcessingInstruction a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d ProcessingInstruction node with target "whippoorwill" and data "chirp chirp ch irp" but got Text node "Qrstuvwx"
2378 FAIL Range 31 [testDiv, 2, paras[4], 1], node 26 comment assert_equals: After se lectAllChildren, anchorNode must be the given node expected Comment node <!--Alp habet soup?--> but got Text node "Qrstuvwx" 2192 FAIL Range 31 [testDiv, 2, paras[4], 1], node 26 comment assert_equals: After se lectAllChildren, anchorNode must be the given node expected Comment node <!--Alp habet soup?--> but got Text node "Qrstuvwx"
2379 FAIL Range 31 [testDiv, 2, paras[4], 1], node 27 detachedComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx" 2193 FAIL Range 31 [testDiv, 2, paras[4], 1], node 27 detachedComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx"
2380 FAIL Range 31 [testDiv, 2, paras[4], 1], node 28 foreignComment assert_equals: A fter selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx" 2194 FAIL Range 31 [testDiv, 2, paras[4], 1], node 28 foreignComment assert_equals: A fter selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx"
2381 FAIL Range 31 [testDiv, 2, paras[4], 1], node 29 detachedForeignComment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--אריה יהודה--> but got Text node "Qrstuvwx" 2195 FAIL Range 31 [testDiv, 2, paras[4], 1], node 29 detachedForeignComment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--אריה יהודה--> but got Text node "Qrstuvwx"
2382 FAIL Range 31 [testDiv, 2, paras[4], 1], node 30 xmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!-- I maliciously created a comment that will break incautiou...--> but got Text nod e "Qrstuvwx" 2196 FAIL Range 31 [testDiv, 2, paras[4], 1], node 30 xmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!-- I maliciously created a comment that will break incautiou...--> but got Text nod e "Qrstuvwx"
2383 FAIL Range 31 [testDiv, 2, paras[4], 1], node 31 detachedXmlComment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--בן חיים אליעזר--> but got Text node "Qrstuvwx" 2197 FAIL Range 31 [testDiv, 2, paras[4], 1], node 31 detachedXmlComment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--בן חיים אליעזר--> but got Text node "Qrstuvwx"
2384 FAIL Range 31 [testDiv, 2, paras[4], 1], node 32 docfrag assert_equals: After se lectAllChildren, anchorNode must be the given node expected DocumentFragment nod e with 0 children but got Text node "Qrstuvwx" 2198 FAIL Range 31 [testDiv, 2, paras[4], 1], node 32 docfrag assert_equals: After se lectAllChildren, anchorNode must be the given node expected DocumentFragment nod e with 0 children but got Text node "Qrstuvwx"
2385 FAIL Range 31 [testDiv, 2, paras[4], 1], node 33 foreignDocfrag assert_equals: A fter selectAllChildren, anchorNode must be the given node expected DocumentFragm ent node with 0 children but got Text node "Qrstuvwx" 2199 FAIL Range 31 [testDiv, 2, paras[4], 1], node 33 foreignDocfrag assert_equals: A fter selectAllChildren, anchorNode must be the given node expected DocumentFragm ent node with 0 children but got Text node "Qrstuvwx"
2386 FAIL Range 31 [testDiv, 2, paras[4], 1], node 34 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx" 2200 FAIL Range 31 [testDiv, 2, paras[4], 1], node 34 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx"
2387 FAIL Range 31 [testDiv, 2, paras[4], 1], node 35 doctype assert_throws: selectAl lChildren() on a DocumentType must throw InvalidNodeTypeError function "function () { 2201 PASS Range 31 [testDiv, 2, paras[4], 1], node 35 doctype
2388 selection.selectAllChildren(node); 2202 PASS Range 31 [testDiv, 2, paras[4], 1], node 36 foreignDoctype
2389 }" did not throw 2203 PASS Range 31 [testDiv, 2, paras[4], 1], node 37 xmlDoctype
2390 FAIL Range 31 [testDiv, 2, paras[4], 1], node 36 foreignDoctype assert_throws: s electAllChildren() on a DocumentType must throw InvalidNodeTypeError function "f unction () {
2391 selection.selectAllChildren(node);
2392 }" did not throw
2393 FAIL Range 31 [testDiv, 2, paras[4], 1], node 37 xmlDoctype assert_throws: selec tAllChildren() on a DocumentType must throw InvalidNodeTypeError function "funct ion () {
2394 selection.selectAllChildren(node);
2395 }" did not throw
2396 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2204 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
2397 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2205 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2398 " 2206 "
2399 PASS Range 32 [testDiv, 1, paras[2].firstChild, 5], node 1 paras[0].firstChild 2207 PASS Range 32 [testDiv, 1, paras[2].firstChild, 5], node 1 paras[0].firstChild
2400 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop 2208 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop
2401 </p> but got Text node "Qrstuvwx" 2209 </p> but got Text node "Qrstuvwx"
2402 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop 2210 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop
2403 " but got Text node "Qrstuvwx" 2211 " but got Text node "Qrstuvwx"
2404 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 4 foreignPara1 assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p>Efghijkl</p> but got Text node "Qrstuvwx" 2212 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 4 foreignPara1 assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p>Efghijkl</p> but got Text node "Qrstuvwx"
2405 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 5 foreignPara1.firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Efghijkl" but got Text node "Qrstuvwx" 2213 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 5 foreignPara1.firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Efghijkl" but got Text node "Qrstuvwx"
(...skipping 22 matching lines...) Expand all
2428 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 25 detachedProcessingIn struction assert_equals: After selectAllChildren, anchorNode must be the given n ode expected ProcessingInstruction node with target "whippoorwill" and data "chi rp chirp chirp" but got Text node "Qrstuvwx" 2236 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 25 detachedProcessingIn struction assert_equals: After selectAllChildren, anchorNode must be the given n ode expected ProcessingInstruction node with target "whippoorwill" and data "chi rp chirp chirp" but got Text node "Qrstuvwx"
2429 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 26 comment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--Alphabet soup?--> but got Text node "Qrstuvwx" 2237 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 26 comment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--Alphabet soup?--> but got Text node "Qrstuvwx"
2430 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 27 detachedComment asse rt_equals: After selectAllChildren, anchorNode must be the given node expected C omment node <!--Stuvwxyz--> but got Text node "Qrstuvwx" 2238 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 27 detachedComment asse rt_equals: After selectAllChildren, anchorNode must be the given node expected C omment node <!--Stuvwxyz--> but got Text node "Qrstuvwx"
2431 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 28 foreignComment asser t_equals: After selectAllChildren, anchorNode must be the given node expected Co mment node <!--"Commenter" and "commentator" mean different things. I'v...--> b ut got Text node "Qrstuvwx" 2239 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 28 foreignComment asser t_equals: After selectAllChildren, anchorNode must be the given node expected Co mment node <!--"Commenter" and "commentator" mean different things. I'v...--> b ut got Text node "Qrstuvwx"
2432 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 29 detachedForeignComme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--אריה יהודה--> but got Text node "Qrstuvwx" 2240 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 29 detachedForeignComme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--אריה יהודה--> but got Text node "Qrstuvwx"
2433 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 30 xmlComment assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Commen t node <!--I maliciously created a comment that will break incautiou...--> but g ot Text node "Qrstuvwx" 2241 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 30 xmlComment assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Commen t node <!--I maliciously created a comment that will break incautiou...--> but g ot Text node "Qrstuvwx"
2434 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--בן חיים אליעזר--> but got Text node "Qrstuvwx" 2242 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--בן חיים אליעזר--> but got Text node "Qrstuvwx"
2435 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 32 docfrag assert_equal s: After selectAllChildren, anchorNode must be the given node expected DocumentF ragment node with 0 children but got Text node "Qrstuvwx" 2243 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 32 docfrag assert_equal s: After selectAllChildren, anchorNode must be the given node expected DocumentF ragment node with 0 children but got Text node "Qrstuvwx"
2436 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 33 foreignDocfrag asser t_equals: After selectAllChildren, anchorNode must be the given node expected Do cumentFragment node with 0 children but got Text node "Qrstuvwx" 2244 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 33 foreignDocfrag asser t_equals: After selectAllChildren, anchorNode must be the given node expected Do cumentFragment node with 0 children but got Text node "Qrstuvwx"
2437 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Docume ntFragment node with 0 children but got Text node "Qrstuvwx" 2245 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Docume ntFragment node with 0 children but got Text node "Qrstuvwx"
2438 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 35 doctype assert_throw s: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functio n "function () { 2246 PASS Range 32 [testDiv, 1, paras[2].firstChild, 5], node 35 doctype
2439 selection.selectAllChildren(node); 2247 PASS Range 32 [testDiv, 1, paras[2].firstChild, 5], node 36 foreignDoctype
2440 }" did not throw 2248 PASS Range 32 [testDiv, 1, paras[2].firstChild, 5], node 37 xmlDoctype
2441 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 36 foreignDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
2442 selection.selectAllChildren(node);
2443 }" did not throw
2444 FAIL Range 32 [testDiv, 1, paras[2].firstChild, 5], node 37 xmlDoctype assert_th rows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError func tion "function () {
2445 selection.selectAllChildren(node);
2446 }" did not throw
2447 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2249 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 0 paras[0] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
2448 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2250 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2449 " 2251 "
2450 PASS Range 33 [document.documentElement, 1, document.body, 0], node 1 paras[0].f irstChild 2252 PASS Range 33 [document.documentElement, 1, document.body, 0], node 1 paras[0].f irstChild
2451 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop 2253 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 2 paras[1] a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Element node <p id="b" style="display:none">Ijklmnop
2452 </p> but got Text node "Qrstuvwx" 2254 </p> but got Text node "Qrstuvwx"
2453 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop 2255 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 3 paras[1].f irstChild assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Text node "Ijklmnop
2454 " but got Text node "Qrstuvwx" 2256 " but got Text node "Qrstuvwx"
2455 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2257 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 4 foreignPar a1 assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p>Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2456 " 2258 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2309 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 30 xmlCommen t assert_equals: After selectAllChildren, anchorNode must be the given node expe cted Comment node <!--I maliciously created a comment that will break incautiou. ..--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2508 " 2310 "
2509 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ 2311 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 31 detachedX mlComment assert_equals: After selectAllChildren, anchorNode must be the given n ode expected Comment node <!--בן חיים אליעזר--> but got Text node "A ̈b̈c̈d̈ëf̈g̈ḧ
2510 " 2312 "
2511 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2313 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 32 docfrag a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2512 " 2314 "
2513 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ 2315 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 33 foreignDo cfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ ḧ
2514 " 2316 "
2515 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2317 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 34 xmlDocfra g assert_equals: After selectAllChildren, anchorNode must be the given node expe cted DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2516 " 2318 "
2517 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 35 doctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () { 2319 PASS Range 33 [document.documentElement, 1, document.body, 0], node 35 doctype
2518 selection.selectAllChildren(node); 2320 PASS Range 33 [document.documentElement, 1, document.body, 0], node 36 foreignDo ctype
2519 }" did not throw 2321 PASS Range 33 [document.documentElement, 1, document.body, 0], node 37 xmlDoctyp e
2520 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 36 foreignDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
2521 selection.selectAllChildren(node);
2522 }" did not throw
2523 FAIL Range 33 [document.documentElement, 1, document.body, 0], node 37 xmlDoctyp e assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTyp eError function "function () {
2524 selection.selectAllChildren(node);
2525 }" did not throw
2526 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 0 paras[ 0] assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2322 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 0 paras[ 0] assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
2527 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2323 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2528 " 2324 "
2529 PASS Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 1 paras[ 0].firstChild 2325 PASS Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 1 paras[ 0].firstChild
2530 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 2 paras[ 1] assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p id="b" style="display:none">Ijklmnop 2326 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 2 paras[ 1] assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Element node <p id="b" style="display:none">Ijklmnop
2531 </p> but got Text node "Qrstuvwx" 2327 </p> but got Text node "Qrstuvwx"
2532 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 3 paras[ 1].firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Ijklmnop 2328 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 3 paras[ 1].firstChild assert_equals: After selectAllChildren, anchorNode must be the giv en node expected Text node "Ijklmnop
2533 " but got Text node "Qrstuvwx" 2329 " but got Text node "Qrstuvwx"
2534 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 4 foreig nPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 2330 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 4 foreig nPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
2535 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 5 foreig nPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0 2331 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 5 foreig nPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0
(...skipping 22 matching lines...) Expand all
2558 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 25 detac hedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2354 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 25 detac hedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2559 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 26 comme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 2355 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 26 comme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
2560 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 27 detac hedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2356 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 27 detac hedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2561 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 28 forei gnComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2357 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 28 forei gnComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2562 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 29 detac hedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0 2358 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 29 detac hedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 e xpected 1 but got 0
2563 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 30 xmlCo mment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0 2359 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 30 xmlCo mment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0
2564 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 31 detac hedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 2360 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 31 detac hedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
2565 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 32 docfr ag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 2361 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 32 docfr ag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
2566 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 33 forei gnDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2362 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 33 forei gnDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
2567 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 34 xmlDo cfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0 2363 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 34 xmlDo cfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0
2568 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 35 docty pe assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTy peError function "function () { 2364 PASS Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 35 docty pe
2569 selection.selectAllChildren(node); 2365 PASS Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 36 forei gnDoctype
2570 }" did not throw 2366 PASS Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 37 xmlDo ctype
2571 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 36 forei gnDoctype assert_throws: selectAllChildren() on a DocumentType must throw Invali dNodeTypeError function "function () {
2572 selection.selectAllChildren(node);
2573 }" did not throw
2574 FAIL Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0], node 37 xmlDo ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () {
2575 selection.selectAllChildren(node);
2576 }" did not throw
2577 FAIL Range 35 [document, 0, document, 1], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ 2367 FAIL Range 35 [document, 0, document, 1], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ
2578 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2368 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2579 " 2369 "
2580 PASS Range 35 [document, 0, document, 1], node 1 paras[0].firstChild 2370 PASS Range 35 [document, 0, document, 1], node 1 paras[0].firstChild
2581 FAIL Range 35 [document, 0, document, 1], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop 2371 FAIL Range 35 [document, 0, document, 1], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop
2582 </p> but got Text node "Qrstuvwx" 2372 </p> but got Text node "Qrstuvwx"
2583 FAIL Range 35 [document, 0, document, 1], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop 2373 FAIL Range 35 [document, 0, document, 1], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop
2584 " but got Text node "Qrstuvwx" 2374 " but got Text node "Qrstuvwx"
2585 FAIL Range 35 [document, 0, document, 1], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2375 FAIL Range 35 [document, 0, document, 1], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2586 " 2376 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2637 FAIL Range 35 [document, 0, document, 1], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ 2427 FAIL Range 35 [document, 0, document, 1], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ
2638 " 2428 "
2639 FAIL Range 35 [document, 0, document, 1], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2429 FAIL Range 35 [document, 0, document, 1], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2640 " 2430 "
2641 FAIL Range 35 [document, 0, document, 1], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2431 FAIL Range 35 [document, 0, document, 1], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2642 " 2432 "
2643 FAIL Range 35 [document, 0, document, 1], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2433 FAIL Range 35 [document, 0, document, 1], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2644 " 2434 "
2645 FAIL Range 35 [document, 0, document, 1], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2435 FAIL Range 35 [document, 0, document, 1], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2646 " 2436 "
2647 FAIL Range 35 [document, 0, document, 1], node 35 doctype assert_throws: selectA llChildren() on a DocumentType must throw InvalidNodeTypeError function "functio n () { 2437 PASS Range 35 [document, 0, document, 1], node 35 doctype
2648 selection.selectAllChildren(node); 2438 PASS Range 35 [document, 0, document, 1], node 36 foreignDoctype
2649 }" did not throw 2439 PASS Range 35 [document, 0, document, 1], node 37 xmlDoctype
2650 FAIL Range 35 [document, 0, document, 1], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function " function () {
2651 selection.selectAllChildren(node);
2652 }" did not throw
2653 FAIL Range 35 [document, 0, document, 1], node 37 xmlDoctype assert_throws: sele ctAllChildren() on a DocumentType must throw InvalidNodeTypeError function "func tion () {
2654 selection.selectAllChildren(node);
2655 }" did not throw
2656 FAIL Range 36 [document, 0, document, 2], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ 2440 FAIL Range 36 [document, 0, document, 2], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ
2657 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2441 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2658 " 2442 "
2659 PASS Range 36 [document, 0, document, 2], node 1 paras[0].firstChild 2443 PASS Range 36 [document, 0, document, 2], node 1 paras[0].firstChild
2660 FAIL Range 36 [document, 0, document, 2], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop 2444 FAIL Range 36 [document, 0, document, 2], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop
2661 </p> but got Text node "Qrstuvwx" 2445 </p> but got Text node "Qrstuvwx"
2662 FAIL Range 36 [document, 0, document, 2], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop 2446 FAIL Range 36 [document, 0, document, 2], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop
2663 " but got Text node "Qrstuvwx" 2447 " but got Text node "Qrstuvwx"
2664 FAIL Range 36 [document, 0, document, 2], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2448 FAIL Range 36 [document, 0, document, 2], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2665 " 2449 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2716 FAIL Range 36 [document, 0, document, 2], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ 2500 FAIL Range 36 [document, 0, document, 2], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ
2717 " 2501 "
2718 FAIL Range 36 [document, 0, document, 2], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2502 FAIL Range 36 [document, 0, document, 2], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2719 " 2503 "
2720 FAIL Range 36 [document, 0, document, 2], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2504 FAIL Range 36 [document, 0, document, 2], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2721 " 2505 "
2722 FAIL Range 36 [document, 0, document, 2], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2506 FAIL Range 36 [document, 0, document, 2], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2723 " 2507 "
2724 FAIL Range 36 [document, 0, document, 2], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2508 FAIL Range 36 [document, 0, document, 2], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2725 " 2509 "
2726 FAIL Range 36 [document, 0, document, 2], node 35 doctype assert_throws: selectA llChildren() on a DocumentType must throw InvalidNodeTypeError function "functio n () { 2510 PASS Range 36 [document, 0, document, 2], node 35 doctype
2727 selection.selectAllChildren(node); 2511 PASS Range 36 [document, 0, document, 2], node 36 foreignDoctype
2728 }" did not throw 2512 PASS Range 36 [document, 0, document, 2], node 37 xmlDoctype
2729 FAIL Range 36 [document, 0, document, 2], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function " function () {
2730 selection.selectAllChildren(node);
2731 }" did not throw
2732 FAIL Range 36 [document, 0, document, 2], node 37 xmlDoctype assert_throws: sele ctAllChildren() on a DocumentType must throw InvalidNodeTypeError function "func tion () {
2733 selection.selectAllChildren(node);
2734 }" did not throw
2735 FAIL Range 37 [document, 1, document, 2], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ 2513 FAIL Range 37 [document, 1, document, 2], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ
2736 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2514 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2737 " 2515 "
2738 PASS Range 37 [document, 1, document, 2], node 1 paras[0].firstChild 2516 PASS Range 37 [document, 1, document, 2], node 1 paras[0].firstChild
2739 FAIL Range 37 [document, 1, document, 2], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop 2517 FAIL Range 37 [document, 1, document, 2], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop
2740 </p> but got Text node "Qrstuvwx" 2518 </p> but got Text node "Qrstuvwx"
2741 FAIL Range 37 [document, 1, document, 2], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop 2519 FAIL Range 37 [document, 1, document, 2], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop
2742 " but got Text node "Qrstuvwx" 2520 " but got Text node "Qrstuvwx"
2743 FAIL Range 37 [document, 1, document, 2], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2521 FAIL Range 37 [document, 1, document, 2], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p >Efghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2744 " 2522 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2795 FAIL Range 37 [document, 1, document, 2], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ 2573 FAIL Range 37 [document, 1, document, 2], node 30 xmlComment assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Comment node <!- -I maliciously created a comment that will break incautiou...--> but got Text no de "Äb̈c̈d̈ëf̈g̈ḧ
2796 " 2574 "
2797 FAIL Range 37 [document, 1, document, 2], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2575 FAIL Range 37 [document, 1, document, 2], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Comment node <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2798 " 2576 "
2799 FAIL Range 37 [document, 1, document, 2], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2577 FAIL Range 37 [document, 1, document, 2], node 32 docfrag assert_equals: After s electAllChildren, anchorNode must be the given node expected DocumentFragment no de with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2800 " 2578 "
2801 FAIL Range 37 [document, 1, document, 2], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2579 FAIL Range 37 [document, 1, document, 2], node 33 foreignDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFrag ment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2802 " 2580 "
2803 FAIL Range 37 [document, 1, document, 2], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2581 FAIL Range 37 [document, 1, document, 2], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2804 " 2582 "
2805 FAIL Range 37 [document, 1, document, 2], node 35 doctype assert_throws: selectA llChildren() on a DocumentType must throw InvalidNodeTypeError function "functio n () { 2583 PASS Range 37 [document, 1, document, 2], node 35 doctype
2806 selection.selectAllChildren(node); 2584 PASS Range 37 [document, 1, document, 2], node 36 foreignDoctype
2807 }" did not throw 2585 PASS Range 37 [document, 1, document, 2], node 37 xmlDoctype
2808 FAIL Range 37 [document, 1, document, 2], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function " function () {
2809 selection.selectAllChildren(node);
2810 }" did not throw
2811 FAIL Range 37 [document, 1, document, 2], node 37 xmlDoctype assert_throws: sele ctAllChildren() on a DocumentType must throw InvalidNodeTypeError function "func tion () {
2812 selection.selectAllChildren(node);
2813 }" did not throw
2814 FAIL Range 38 [testDiv, 0, comment, 5], node 0 paras[0] assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Element node <p id="a ">Äb̈c̈d̈ëf̈g̈ḧ 2586 FAIL Range 38 [testDiv, 0, comment, 5], node 0 paras[0] assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Element node <p id="a ">Äb̈c̈d̈ëf̈g̈ḧ
2815 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2587 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2816 " 2588 "
2817 PASS Range 38 [testDiv, 0, comment, 5], node 1 paras[0].firstChild 2589 PASS Range 38 [testDiv, 0, comment, 5], node 1 paras[0].firstChild
2818 FAIL Range 38 [testDiv, 0, comment, 5], node 2 paras[1] assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Element node <p id="b " style="display:none">Ijklmnop 2590 FAIL Range 38 [testDiv, 0, comment, 5], node 2 paras[1] assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Element node <p id="b " style="display:none">Ijklmnop
2819 </p> but got Text node "Qrstuvwx" 2591 </p> but got Text node "Qrstuvwx"
2820 FAIL Range 38 [testDiv, 0, comment, 5], node 3 paras[1].firstChild assert_equals : After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 2592 FAIL Range 38 [testDiv, 0, comment, 5], node 3 paras[1].firstChild assert_equals : After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
2821 " but got Text node "Qrstuvwx" 2593 " but got Text node "Qrstuvwx"
2822 FAIL Range 38 [testDiv, 0, comment, 5], node 4 foreignPara1 assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p>E fghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2594 FAIL Range 38 [testDiv, 0, comment, 5], node 4 foreignPara1 assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p>E fghijkl</p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2823 " 2595 "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 FAIL Range 38 [testDiv, 0, comment, 5], node 30 xmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2646 FAIL Range 38 [testDiv, 0, comment, 5], node 30 xmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--I maliciously created a comment that will break incautiou...--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2875 " 2647 "
2876 FAIL Range 38 [testDiv, 0, comment, 5], node 31 detachedXmlComment assert_equals : After selectAllChildren, anchorNode must be the given node expected Comment no de <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2648 FAIL Range 38 [testDiv, 0, comment, 5], node 31 detachedXmlComment assert_equals : After selectAllChildren, anchorNode must be the given node expected Comment no de <!--בן חיים אליעזר--> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2877 " 2649 "
2878 FAIL Range 38 [testDiv, 0, comment, 5], node 32 docfrag assert_equals: After sel ectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2650 FAIL Range 38 [testDiv, 0, comment, 5], node 32 docfrag assert_equals: After sel ectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2879 " 2651 "
2880 FAIL Range 38 [testDiv, 0, comment, 5], node 33 foreignDocfrag assert_equals: Af ter selectAllChildren, anchorNode must be the given node expected DocumentFragme nt node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2652 FAIL Range 38 [testDiv, 0, comment, 5], node 33 foreignDocfrag assert_equals: Af ter selectAllChildren, anchorNode must be the given node expected DocumentFragme nt node with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2881 " 2653 "
2882 FAIL Range 38 [testDiv, 0, comment, 5], node 34 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment n ode with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2654 FAIL Range 38 [testDiv, 0, comment, 5], node 34 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment n ode with 0 children but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2883 " 2655 "
2884 FAIL Range 38 [testDiv, 0, comment, 5], node 35 doctype assert_throws: selectAll Children() on a DocumentType must throw InvalidNodeTypeError function "function () { 2656 PASS Range 38 [testDiv, 0, comment, 5], node 35 doctype
2885 selection.selectAllChildren(node); 2657 PASS Range 38 [testDiv, 0, comment, 5], node 36 foreignDoctype
2886 }" did not throw 2658 PASS Range 38 [testDiv, 0, comment, 5], node 37 xmlDoctype
2887 FAIL Range 38 [testDiv, 0, comment, 5], node 36 foreignDoctype assert_throws: se lectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "fu nction () {
2888 selection.selectAllChildren(node);
2889 }" did not throw
2890 FAIL Range 38 [testDiv, 0, comment, 5], node 37 xmlDoctype assert_throws: select AllChildren() on a DocumentType must throw InvalidNodeTypeError function "functi on () {
2891 selection.selectAllChildren(node);
2892 }" did not throw
2893 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2659 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 0 paras[0] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
2894 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2660 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2895 " 2661 "
2896 PASS Range 39 [paras[2].firstChild, 4, comment, 2], node 1 paras[0].firstChild 2662 PASS Range 39 [paras[2].firstChild, 4, comment, 2], node 1 paras[0].firstChild
2897 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop 2663 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 2 paras[1] assert_equal s: After selectAllChildren, anchorNode must be the given node expected Element n ode <p id="b" style="display:none">Ijklmnop
2898 </p> but got Text node "Qrstuvwx" 2664 </p> but got Text node "Qrstuvwx"
2899 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop 2665 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 3 paras[1].firstChild a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Text node "Ijklmnop
2900 " but got Text node "Qrstuvwx" 2666 " but got Text node "Qrstuvwx"
2901 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 4 foreignPara1 assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p>Efghijkl</p> but got Text node "Qrstuvwx" 2667 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 4 foreignPara1 assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p>Efghijkl</p> but got Text node "Qrstuvwx"
2902 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 5 foreignPara1.firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Efghijkl" but got Text node "Qrstuvwx" 2668 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 5 foreignPara1.firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Efghijkl" but got Text node "Qrstuvwx"
(...skipping 22 matching lines...) Expand all
2925 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 25 detachedProcessingIn struction assert_equals: After selectAllChildren, anchorNode must be the given n ode expected ProcessingInstruction node with target "whippoorwill" and data "chi rp chirp chirp" but got Text node "Qrstuvwx" 2691 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 25 detachedProcessingIn struction assert_equals: After selectAllChildren, anchorNode must be the given n ode expected ProcessingInstruction node with target "whippoorwill" and data "chi rp chirp chirp" but got Text node "Qrstuvwx"
2926 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 26 comment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--Alphabet soup?--> but got Text node "Qrstuvwx" 2692 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 26 comment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--Alphabet soup?--> but got Text node "Qrstuvwx"
2927 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 27 detachedComment asse rt_equals: After selectAllChildren, anchorNode must be the given node expected C omment node <!--Stuvwxyz--> but got Text node "Qrstuvwx" 2693 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 27 detachedComment asse rt_equals: After selectAllChildren, anchorNode must be the given node expected C omment node <!--Stuvwxyz--> but got Text node "Qrstuvwx"
2928 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 28 foreignComment asser t_equals: After selectAllChildren, anchorNode must be the given node expected Co mment node <!--"Commenter" and "commentator" mean different things. I'v...--> b ut got Text node "Qrstuvwx" 2694 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 28 foreignComment asser t_equals: After selectAllChildren, anchorNode must be the given node expected Co mment node <!--"Commenter" and "commentator" mean different things. I'v...--> b ut got Text node "Qrstuvwx"
2929 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 29 detachedForeignComme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--אריה יהודה--> but got Text node "Qrstuvwx" 2695 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 29 detachedForeignComme nt assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Comment node <!--אריה יהודה--> but got Text node "Qrstuvwx"
2930 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 30 xmlComment assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Commen t node <!--I maliciously created a comment that will break incautiou...--> but g ot Text node "Qrstuvwx" 2696 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 30 xmlComment assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Commen t node <!--I maliciously created a comment that will break incautiou...--> but g ot Text node "Qrstuvwx"
2931 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--בן חיים אליעזר--> but got Text node "Qrstuvwx" 2697 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 31 detachedXmlComment a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d Comment node <!--בן חיים אליעזר--> but got Text node "Qrstuvwx"
2932 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 32 docfrag assert_equal s: After selectAllChildren, anchorNode must be the given node expected DocumentF ragment node with 0 children but got Text node "Qrstuvwx" 2698 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 32 docfrag assert_equal s: After selectAllChildren, anchorNode must be the given node expected DocumentF ragment node with 0 children but got Text node "Qrstuvwx"
2933 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 33 foreignDocfrag asser t_equals: After selectAllChildren, anchorNode must be the given node expected Do cumentFragment node with 0 children but got Text node "Qrstuvwx" 2699 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 33 foreignDocfrag asser t_equals: After selectAllChildren, anchorNode must be the given node expected Do cumentFragment node with 0 children but got Text node "Qrstuvwx"
2934 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Docume ntFragment node with 0 children but got Text node "Qrstuvwx" 2700 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 34 xmlDocfrag assert_eq uals: After selectAllChildren, anchorNode must be the given node expected Docume ntFragment node with 0 children but got Text node "Qrstuvwx"
2935 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 35 doctype assert_throw s: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functio n "function () { 2701 PASS Range 39 [paras[2].firstChild, 4, comment, 2], node 35 doctype
2936 selection.selectAllChildren(node); 2702 PASS Range 39 [paras[2].firstChild, 4, comment, 2], node 36 foreignDoctype
2937 }" did not throw 2703 PASS Range 39 [paras[2].firstChild, 4, comment, 2], node 37 xmlDoctype
2938 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 36 foreignDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
2939 selection.selectAllChildren(node);
2940 }" did not throw
2941 FAIL Range 39 [paras[2].firstChild, 4, comment, 2], node 37 xmlDoctype assert_th rows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError func tion "function () {
2942 selection.selectAllChildren(node);
2943 }" did not throw
2944 FAIL Range 40 [paras[3], 1, comment, 8], node 0 paras[0] assert_equals: After se lectAllChildren, anchorNode must be the given node expected Element node <p id=" a">Äb̈c̈d̈ëf̈g̈ḧ 2704 FAIL Range 40 [paras[3], 1, comment, 8], node 0 paras[0] assert_equals: After se lectAllChildren, anchorNode must be the given node expected Element node <p id=" a">Äb̈c̈d̈ëf̈g̈ḧ
2945 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2705 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2946 " 2706 "
2947 PASS Range 40 [paras[3], 1, comment, 8], node 1 paras[0].firstChild 2707 PASS Range 40 [paras[3], 1, comment, 8], node 1 paras[0].firstChild
2948 FAIL Range 40 [paras[3], 1, comment, 8], node 2 paras[1] assert_equals: After se lectAllChildren, anchorNode must be the given node expected Element node <p id=" b" style="display:none">Ijklmnop 2708 FAIL Range 40 [paras[3], 1, comment, 8], node 2 paras[1] assert_equals: After se lectAllChildren, anchorNode must be the given node expected Element node <p id=" b" style="display:none">Ijklmnop
2949 </p> but got Text node "Qrstuvwx" 2709 </p> but got Text node "Qrstuvwx"
2950 FAIL Range 40 [paras[3], 1, comment, 8], node 3 paras[1].firstChild assert_equal s: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 2710 FAIL Range 40 [paras[3], 1, comment, 8], node 3 paras[1].firstChild assert_equal s: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
2951 " but got Text node "Qrstuvwx" 2711 " but got Text node "Qrstuvwx"
2952 FAIL Range 40 [paras[3], 1, comment, 8], node 4 foreignPara1 assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Element node <p> Efghijkl</p> but got Text node "Qrstuvwx" 2712 FAIL Range 40 [paras[3], 1, comment, 8], node 4 foreignPara1 assert_equals: Afte r selectAllChildren, anchorNode must be the given node expected Element node <p> Efghijkl</p> but got Text node "Qrstuvwx"
2953 FAIL Range 40 [paras[3], 1, comment, 8], node 5 foreignPara1.firstChild assert_e quals: After selectAllChildren, anchorNode must be the given node expected Text node "Efghijkl" but got Text node "Qrstuvwx" 2713 FAIL Range 40 [paras[3], 1, comment, 8], node 5 foreignPara1.firstChild assert_e quals: After selectAllChildren, anchorNode must be the given node expected Text node "Efghijkl" but got Text node "Qrstuvwx"
(...skipping 22 matching lines...) Expand all
2976 FAIL Range 40 [paras[3], 1, comment, 8], node 25 detachedProcessingInstruction a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d ProcessingInstruction node with target "whippoorwill" and data "chirp chirp ch irp" but got Text node "Qrstuvwx" 2736 FAIL Range 40 [paras[3], 1, comment, 8], node 25 detachedProcessingInstruction a ssert_equals: After selectAllChildren, anchorNode must be the given node expecte d ProcessingInstruction node with target "whippoorwill" and data "chirp chirp ch irp" but got Text node "Qrstuvwx"
2977 FAIL Range 40 [paras[3], 1, comment, 8], node 26 comment assert_equals: After se lectAllChildren, anchorNode must be the given node expected Comment node <!--Alp habet soup?--> but got Text node "Qrstuvwx" 2737 FAIL Range 40 [paras[3], 1, comment, 8], node 26 comment assert_equals: After se lectAllChildren, anchorNode must be the given node expected Comment node <!--Alp habet soup?--> but got Text node "Qrstuvwx"
2978 FAIL Range 40 [paras[3], 1, comment, 8], node 27 detachedComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx" 2738 FAIL Range 40 [paras[3], 1, comment, 8], node 27 detachedComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Stuvwxyz--> but got Text node "Qrstuvwx"
2979 FAIL Range 40 [paras[3], 1, comment, 8], node 28 foreignComment assert_equals: A fter selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx" 2739 FAIL Range 40 [paras[3], 1, comment, 8], node 28 foreignComment assert_equals: A fter selectAllChildren, anchorNode must be the given node expected Comment node <!--"Commenter" and "commentator" mean different things. I'v...--> but got Text node "Qrstuvwx"
2980 FAIL Range 40 [paras[3], 1, comment, 8], node 29 detachedForeignComment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--אריה יהודה--> but got Text node "Qrstuvwx" 2740 FAIL Range 40 [paras[3], 1, comment, 8], node 29 detachedForeignComment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--אריה יהודה--> but got Text node "Qrstuvwx"
2981 FAIL Range 40 [paras[3], 1, comment, 8], node 30 xmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!-- I maliciously created a comment that will break incautiou...--> but got Text nod e "Qrstuvwx" 2741 FAIL Range 40 [paras[3], 1, comment, 8], node 30 xmlComment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!-- I maliciously created a comment that will break incautiou...--> but got Text nod e "Qrstuvwx"
2982 FAIL Range 40 [paras[3], 1, comment, 8], node 31 detachedXmlComment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--בן חיים אליעזר--> but got Text node "Qrstuvwx" 2742 FAIL Range 40 [paras[3], 1, comment, 8], node 31 detachedXmlComment assert_equal s: After selectAllChildren, anchorNode must be the given node expected Comment n ode <!--בן חיים אליעזר--> but got Text node "Qrstuvwx"
2983 FAIL Range 40 [paras[3], 1, comment, 8], node 32 docfrag assert_equals: After se lectAllChildren, anchorNode must be the given node expected DocumentFragment nod e with 0 children but got Text node "Qrstuvwx" 2743 FAIL Range 40 [paras[3], 1, comment, 8], node 32 docfrag assert_equals: After se lectAllChildren, anchorNode must be the given node expected DocumentFragment nod e with 0 children but got Text node "Qrstuvwx"
2984 FAIL Range 40 [paras[3], 1, comment, 8], node 33 foreignDocfrag assert_equals: A fter selectAllChildren, anchorNode must be the given node expected DocumentFragm ent node with 0 children but got Text node "Qrstuvwx" 2744 FAIL Range 40 [paras[3], 1, comment, 8], node 33 foreignDocfrag assert_equals: A fter selectAllChildren, anchorNode must be the given node expected DocumentFragm ent node with 0 children but got Text node "Qrstuvwx"
2985 FAIL Range 40 [paras[3], 1, comment, 8], node 34 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx" 2745 FAIL Range 40 [paras[3], 1, comment, 8], node 34 xmlDocfrag assert_equals: After selectAllChildren, anchorNode must be the given node expected DocumentFragment node with 0 children but got Text node "Qrstuvwx"
2986 FAIL Range 40 [paras[3], 1, comment, 8], node 35 doctype assert_throws: selectAl lChildren() on a DocumentType must throw InvalidNodeTypeError function "function () { 2746 PASS Range 40 [paras[3], 1, comment, 8], node 35 doctype
2987 selection.selectAllChildren(node); 2747 PASS Range 40 [paras[3], 1, comment, 8], node 36 foreignDoctype
2988 }" did not throw 2748 PASS Range 40 [paras[3], 1, comment, 8], node 37 xmlDoctype
2989 FAIL Range 40 [paras[3], 1, comment, 8], node 36 foreignDoctype assert_throws: s electAllChildren() on a DocumentType must throw InvalidNodeTypeError function "f unction () {
2990 selection.selectAllChildren(node);
2991 }" did not throw
2992 FAIL Range 40 [paras[3], 1, comment, 8], node 37 xmlDoctype assert_throws: selec tAllChildren() on a DocumentType must throw InvalidNodeTypeError function "funct ion () {
2993 selection.selectAllChildren(node);
2994 }" did not throw
2995 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 0 paras[0] assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2749 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 0 paras[0] assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
2996 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2750 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
2997 " 2751 "
2998 PASS Range 41 [foreignDoc, 0, foreignDoc, 0], node 1 paras[0].firstChild 2752 PASS Range 41 [foreignDoc, 0, foreignDoc, 0], node 1 paras[0].firstChild
2999 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 2 paras[1] assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop 2753 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 2 paras[1] assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
3000 </p> but got Text node "Qrstuvwx" 2754 </p> but got Text node "Qrstuvwx"
3001 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 3 paras[1].firstChild assert_ equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 2755 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 3 paras[1].firstChild assert_ equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
3002 " but got Text node "Qrstuvwx" 2756 " but got Text node "Qrstuvwx"
3003 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2757 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3004 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 5 foreignPara1.firstChild ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2758 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 5 foreignPara1.firstChild ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3027 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 25 detachedProcessingInstruct ion assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2781 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 25 detachedProcessingInstruct ion assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3028 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 26 comment assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Comment node <! --Alphabet soup?--> but got Text node "Qrstuvwx" 2782 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 26 comment assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Comment node <! --Alphabet soup?--> but got Text node "Qrstuvwx"
3029 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 27 detachedComment assert_equ als: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2783 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 27 detachedComment assert_equ als: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3030 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 28 foreignComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2784 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 28 foreignComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3031 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 29 detachedForeignComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2785 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 29 detachedForeignComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3032 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2786 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3033 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 31 detachedXmlComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2787 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 31 detachedXmlComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3034 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 32 docfrag assert_equals: Aft er selectAllChildren, rangeCount must be 1 expected 1 but got 0 2788 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 32 docfrag assert_equals: Aft er selectAllChildren, rangeCount must be 1 expected 1 but got 0
3035 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 33 foreignDocfrag assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2789 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 33 foreignDocfrag assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3036 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2790 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3037 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 35 doctype assert_throws: sel ectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "fun ction () { 2791 PASS Range 41 [foreignDoc, 0, foreignDoc, 0], node 35 doctype
3038 selection.selectAllChildren(node); 2792 PASS Range 41 [foreignDoc, 0, foreignDoc, 0], node 36 foreignDoctype
3039 }" did not throw 2793 PASS Range 41 [foreignDoc, 0, foreignDoc, 0], node 37 xmlDoctype
3040 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 36 foreignDoctype assert_thro ws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functi on "function () {
3041 selection.selectAllChildren(node);
3042 }" did not throw
3043 FAIL Range 41 [foreignDoc, 0, foreignDoc, 0], node 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function " function () {
3044 selection.selectAllChildren(node);
3045 }" did not throw
3046 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element nod e <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2794 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element nod e <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3047 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2795 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3048 " 2796 "
3049 PASS Range 42 [foreignDoc, 1, foreignComment, 2], node 1 paras[0].firstChild 2797 PASS Range 42 [foreignDoc, 1, foreignComment, 2], node 1 paras[0].firstChild
3050 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element nod e <p id="b" style="display:none">Ijklmnop 2798 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element nod e <p id="b" style="display:none">Ijklmnop
3051 </p> but got Text node "Qrstuvwx" 2799 </p> but got Text node "Qrstuvwx"
3052 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 3 paras[1].firstChild ass ert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 2800 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 3 paras[1].firstChild ass ert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
3053 " but got Text node "Qrstuvwx" 2801 " but got Text node "Qrstuvwx"
3054 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 4 foreignPara1 assert_equ als: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2802 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 4 foreignPara1 assert_equ als: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3055 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2803 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 5 foreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3078 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 25 detachedProcessingInst ruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2826 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 25 detachedProcessingInst ruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3079 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment nod e <!--Alphabet soup?--> but got Text node "Qrstuvwx" 2827 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment nod e <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3080 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 27 detachedComment assert _equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2828 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 27 detachedComment assert _equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3081 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 28 foreignComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2829 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 28 foreignComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3082 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2830 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3083 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 30 xmlComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2831 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 30 xmlComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3084 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 31 detachedXmlComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2832 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 31 detachedXmlComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3085 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2833 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3086 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 33 foreignDocfrag assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2834 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 33 foreignDocfrag assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3087 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 34 xmlDocfrag assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2835 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 34 xmlDocfrag assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3088 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () { 2836 PASS Range 42 [foreignDoc, 1, foreignComment, 2], node 35 doctype
3089 selection.selectAllChildren(node); 2837 PASS Range 42 [foreignDoc, 1, foreignComment, 2], node 36 foreignDoctype
3090 }" did not throw 2838 PASS Range 42 [foreignDoc, 1, foreignComment, 2], node 37 xmlDoctype
3091 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 36 foreignDoctype assert_ throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError fu nction "function () {
3092 selection.selectAllChildren(node);
3093 }" did not throw
3094 FAIL Range 42 [foreignDoc, 1, foreignComment, 2], node 37 xmlDoctype assert_thro ws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functi on "function () {
3095 selection.selectAllChildren(node);
3096 }" did not throw
3097 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 0 paras[0] assert_ equals: After selectAllChildren, anchorNode must be the given node expected Elem ent node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2839 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 0 paras[0] assert_ equals: After selectAllChildren, anchorNode must be the given node expected Elem ent node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3098 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2840 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3099 " 2841 "
3100 PASS Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 1 paras[0].firstCh ild 2842 PASS Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 1 paras[0].firstCh ild
3101 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 2 paras[1] assert_ equals: After selectAllChildren, anchorNode must be the given node expected Elem ent node <p id="b" style="display:none">Ijklmnop 2843 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 2 paras[1] assert_ equals: After selectAllChildren, anchorNode must be the given node expected Elem ent node <p id="b" style="display:none">Ijklmnop
3102 </p> but got Text node "Qrstuvwx" 2844 </p> but got Text node "Qrstuvwx"
3103 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 3 paras[1].firstCh ild assert_equals: After selectAllChildren, anchorNode must be the given node ex pected Text node "Ijklmnop 2845 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 3 paras[1].firstCh ild assert_equals: After selectAllChildren, anchorNode must be the given node ex pected Text node "Ijklmnop
3104 " but got Text node "Qrstuvwx" 2846 " but got Text node "Qrstuvwx"
3105 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 4 foreignPara1 ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2847 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 4 foreignPara1 ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3106 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 5 foreignPara1.fir stChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2848 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 5 foreignPara1.fir stChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3129 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 25 detachedProcess ingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 2871 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 25 detachedProcess ingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
3130 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 26 comment assert_ equals: After selectAllChildren, anchorNode must be the given node expected Comm ent node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 2872 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 26 comment assert_ equals: After selectAllChildren, anchorNode must be the given node expected Comm ent node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3131 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2873 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3132 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2874 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3133 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 29 detachedForeign Comment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2875 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 29 detachedForeign Comment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3134 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 30 xmlComment asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2876 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 30 xmlComment asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3135 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 31 detachedXmlComm ent assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2877 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 31 detachedXmlComm ent assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3136 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 32 docfrag assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2878 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 32 docfrag assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3137 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2879 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3138 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 34 xmlDocfrag asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2880 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 34 xmlDocfrag asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3139 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 35 doctype assert_ throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError fu nction "function () { 2881 PASS Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 35 doctype
3140 selection.selectAllChildren(node); 2882 PASS Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 36 foreignDoctype
3141 }" did not throw 2883 PASS Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 37 xmlDoctype
3142 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeE rror function "function () {
3143 selection.selectAllChildren(node);
3144 }" did not throw
3145 FAIL Range 43 [foreignDoc.body, 0, foreignTextNode, 36], node 37 xmlDoctype asse rt_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
3146 selection.selectAllChildren(node);
3147 }" did not throw
3148 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 0 paras[0] assert_equals: After selec tAllChildren, anchorNode must be the given node expected Element node <p id="a"> Äb̈c̈d̈ëf̈g̈ḧ 2884 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 0 paras[0] assert_equals: After selec tAllChildren, anchorNode must be the given node expected Element node <p id="a"> Äb̈c̈d̈ëf̈g̈ḧ
3149 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2885 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3150 " 2886 "
3151 PASS Range 44 [xmlDoc, 0, xmlDoc, 0], node 1 paras[0].firstChild 2887 PASS Range 44 [xmlDoc, 0, xmlDoc, 0], node 1 paras[0].firstChild
3152 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 2 paras[1] assert_equals: After selec tAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop 2888 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 2 paras[1] assert_equals: After selec tAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
3153 </p> but got Text node "Qrstuvwx" 2889 </p> but got Text node "Qrstuvwx"
3154 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "I jklmnop 2890 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "I jklmnop
3155 " but got Text node "Qrstuvwx" 2891 " but got Text node "Qrstuvwx"
3156 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 4 foreignPara1 assert_equals: After s electAllChildren, rangeCount must be 1 expected 1 but got 0 2892 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 4 foreignPara1 assert_equals: After s electAllChildren, rangeCount must be 1 expected 1 but got 0
3157 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 5 foreignPara1.firstChild assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2893 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 5 foreignPara1.firstChild assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3180 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 25 detachedProcessingInstruction asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2916 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 25 detachedProcessingInstruction asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3181 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 26 comment assert_equals: After selec tAllChildren, anchorNode must be the given node expected Comment node <!--Alphab et soup?--> but got Text node "Qrstuvwx" 2917 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 26 comment assert_equals: After selec tAllChildren, anchorNode must be the given node expected Comment node <!--Alphab et soup?--> but got Text node "Qrstuvwx"
3182 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 27 detachedComment assert_equals: Aft er selectAllChildren, rangeCount must be 1 expected 1 but got 0 2918 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 27 detachedComment assert_equals: Aft er selectAllChildren, rangeCount must be 1 expected 1 but got 0
3183 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 28 foreignComment assert_equals: Afte r selectAllChildren, rangeCount must be 1 expected 1 but got 0 2919 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 28 foreignComment assert_equals: Afte r selectAllChildren, rangeCount must be 1 expected 1 but got 0
3184 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 29 detachedForeignComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2920 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 29 detachedForeignComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3185 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 30 xmlComment assert_equals: After se lectAllChildren, rangeCount must be 1 expected 1 but got 0 2921 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 30 xmlComment assert_equals: After se lectAllChildren, rangeCount must be 1 expected 1 but got 0
3186 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2922 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3187 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 32 docfrag assert_equals: After selec tAllChildren, rangeCount must be 1 expected 1 but got 0 2923 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 32 docfrag assert_equals: After selec tAllChildren, rangeCount must be 1 expected 1 but got 0
3188 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 33 foreignDocfrag assert_equals: Afte r selectAllChildren, rangeCount must be 1 expected 1 but got 0 2924 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 33 foreignDocfrag assert_equals: Afte r selectAllChildren, rangeCount must be 1 expected 1 but got 0
3189 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 34 xmlDocfrag assert_equals: After se lectAllChildren, rangeCount must be 1 expected 1 but got 0 2925 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 34 xmlDocfrag assert_equals: After se lectAllChildren, rangeCount must be 1 expected 1 but got 0
3190 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 35 doctype assert_throws: selectAllCh ildren() on a DocumentType must throw InvalidNodeTypeError function "function () { 2926 PASS Range 44 [xmlDoc, 0, xmlDoc, 0], node 35 doctype
3191 selection.selectAllChildren(node); 2927 PASS Range 44 [xmlDoc, 0, xmlDoc, 0], node 36 foreignDoctype
3192 }" did not throw 2928 PASS Range 44 [xmlDoc, 0, xmlDoc, 0], node 37 xmlDoctype
3193 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 36 foreignDoctype assert_throws: sele ctAllChildren() on a DocumentType must throw InvalidNodeTypeError function "func tion () {
3194 selection.selectAllChildren(node);
3195 }" did not throw
3196 FAIL Range 44 [xmlDoc, 0, xmlDoc, 0], node 37 xmlDoctype assert_throws: selectAl lChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
3197 selection.selectAllChildren(node);
3198 }" did not throw
3199 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ 2929 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 0 paras[0] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "a">Äb̈c̈d̈ëf̈g̈ḧ
3200 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2930 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3201 " 2931 "
3202 PASS Range 45 [xmlDoc, 1, xmlComment, 0], node 1 paras[0].firstChild 2932 PASS Range 45 [xmlDoc, 1, xmlComment, 0], node 1 paras[0].firstChild
3203 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop 2933 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 2 paras[1] assert_equals: After s electAllChildren, anchorNode must be the given node expected Element node <p id= "b" style="display:none">Ijklmnop
3204 </p> but got Text node "Qrstuvwx" 2934 </p> but got Text node "Qrstuvwx"
3205 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop 2935 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 3 paras[1].firstChild assert_equa ls: After selectAllChildren, anchorNode must be the given node expected Text nod e "Ijklmnop
3206 " but got Text node "Qrstuvwx" 2936 " but got Text node "Qrstuvwx"
3207 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, rangeCount must be 1 expected 1 but got 0 2937 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 4 foreignPara1 assert_equals: Aft er selectAllChildren, rangeCount must be 1 expected 1 but got 0
3208 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 5 foreignPara1.firstChild assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2938 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 5 foreignPara1.firstChild assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3231 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2961 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3232 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 26 comment assert_equals: After s electAllChildren, anchorNode must be the given node expected Comment node <!--Al phabet soup?--> but got Text node "Qrstuvwx" 2962 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 26 comment assert_equals: After s electAllChildren, anchorNode must be the given node expected Comment node <!--Al phabet soup?--> but got Text node "Qrstuvwx"
3233 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2963 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3234 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2964 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3235 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 29 detachedForeignComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2965 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 29 detachedForeignComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3236 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 30 xmlComment assert_equals: Afte r selectAllChildren, rangeCount must be 1 expected 1 but got 0 2966 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 30 xmlComment assert_equals: Afte r selectAllChildren, rangeCount must be 1 expected 1 but got 0
3237 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2967 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 31 detachedXmlComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3238 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 32 docfrag assert_equals: After s electAllChildren, rangeCount must be 1 expected 1 but got 0 2968 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 32 docfrag assert_equals: After s electAllChildren, rangeCount must be 1 expected 1 but got 0
3239 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2969 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3240 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, rangeCount must be 1 expected 1 but got 0 2970 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 34 xmlDocfrag assert_equals: Afte r selectAllChildren, rangeCount must be 1 expected 1 but got 0
3241 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 35 doctype assert_throws: selectA llChildren() on a DocumentType must throw InvalidNodeTypeError function "functio n () { 2971 PASS Range 45 [xmlDoc, 1, xmlComment, 0], node 35 doctype
3242 selection.selectAllChildren(node); 2972 PASS Range 45 [xmlDoc, 1, xmlComment, 0], node 36 foreignDoctype
3243 }" did not throw 2973 PASS Range 45 [xmlDoc, 1, xmlComment, 0], node 37 xmlDoctype
3244 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function " function () {
3245 selection.selectAllChildren(node);
3246 }" did not throw
3247 FAIL Range 45 [xmlDoc, 1, xmlComment, 0], node 37 xmlDoctype assert_throws: sele ctAllChildren() on a DocumentType must throw InvalidNodeTypeError function "func tion () {
3248 selection.selectAllChildren(node);
3249 }" did not throw
3250 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 0 paras[0] assert _equals: After selectAllChildren, anchorNode must be the given node expected Ele ment node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 2974 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 0 paras[0] assert _equals: After selectAllChildren, anchorNode must be the given node expected Ele ment node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3251 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 2975 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3252 " 2976 "
3253 PASS Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 1 paras[0].firstC hild 2977 PASS Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 1 paras[0].firstC hild
3254 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 2 paras[1] assert _equals: After selectAllChildren, anchorNode must be the given node expected Ele ment node <p id="b" style="display:none">Ijklmnop 2978 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 2 paras[1] assert _equals: After selectAllChildren, anchorNode must be the given node expected Ele ment node <p id="b" style="display:none">Ijklmnop
3255 </p> but got Text node "Qrstuvwx" 2979 </p> but got Text node "Qrstuvwx"
3256 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 3 paras[1].firstC hild assert_equals: After selectAllChildren, anchorNode must be the given node e xpected Text node "Ijklmnop 2980 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 3 paras[1].firstC hild assert_equals: After selectAllChildren, anchorNode must be the given node e xpected Text node "Ijklmnop
3257 " but got Text node "Qrstuvwx" 2981 " but got Text node "Qrstuvwx"
3258 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 4 foreignPara1 as sert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2982 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 4 foreignPara1 as sert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3259 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 5 foreignPara1.fi rstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 2983 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 5 foreignPara1.fi rstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3282 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 25 detachedProces singInstruction assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0 3006 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 25 detachedProces singInstruction assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0
3283 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 26 comment assert _equals: After selectAllChildren, anchorNode must be the given node expected Com ment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3007 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 26 comment assert _equals: After selectAllChildren, anchorNode must be the given node expected Com ment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3284 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 27 detachedCommen t assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but go t 0 3008 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 27 detachedCommen t assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but go t 0
3285 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3009 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3286 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 29 detachedForeig nComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3010 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 29 detachedForeig nComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3287 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 30 xmlComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3011 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 30 xmlComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3288 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 31 detachedXmlCom ment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3012 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 31 detachedXmlCom ment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3289 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 32 docfrag assert _equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3013 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 32 docfrag assert _equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3290 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3014 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3291 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 34 xmlDocfrag ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3015 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 34 xmlDocfrag ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3292 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 35 doctype assert _throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError f unction "function () { 3016 PASS Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 35 doctype
3293 selection.selectAllChildren(node); 3017 PASS Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 36 foreignDoctype
3294 }" did not throw 3018 PASS Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 37 xmlDoctype
3295 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeType Error function "function () {
3296 selection.selectAllChildren(node);
3297 }" did not throw
3298 FAIL Range 46 [detachedTextNode, 0, detachedTextNode, 8], node 37 xmlDoctype ass ert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeErro r function "function () {
3299 selection.selectAllChildren(node);
3300 }" did not throw
3301 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3019 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3302 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3020 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3303 " 3021 "
3304 PASS Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 1 p aras[0].firstChild 3022 PASS Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 1 p aras[0].firstChild
3305 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop 3023 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop
3306 </p> but got Text node "Qrstuvwx" 3024 </p> but got Text node "Qrstuvwx"
3307 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop 3025 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop
3308 " but got Text node "Qrstuvwx" 3026 " but got Text node "Qrstuvwx"
3309 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0 3027 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0
3310 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 3028 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3333 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3051 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3334 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3052 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3335 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0 3053 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0
3336 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 3054 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
3337 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 3055 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
3338 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3056 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3339 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3057 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3340 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3058 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3341 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 3059 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
3342 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3060 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3343 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidN odeTypeError function "function () { 3061 PASS Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 35 doctype
3344 selection.selectAllChildren(node); 3062 PASS Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 36 foreignDoctype
3345 }" did not throw 3063 PASS Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 37 xmlDoctype
3346 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw I nvalidNodeTypeError function "function () {
3347 selection.selectAllChildren(node);
3348 }" did not throw
3349 FAIL Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7], node 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inval idNodeTypeError function "function () {
3350 selection.selectAllChildren(node);
3351 }" did not throw
3352 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3064 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 0 p aras[0] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3353 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3065 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3354 " 3066 "
3355 PASS Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 1 p aras[0].firstChild 3067 PASS Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 1 p aras[0].firstChild
3356 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop 3068 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 2 p aras[1] assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Element node <p id="b" style="display:none">Ijklmnop
3357 </p> but got Text node "Qrstuvwx" 3069 </p> but got Text node "Qrstuvwx"
3358 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop 3070 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 3 p aras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be th e given node expected Text node "Ijklmnop
3359 " but got Text node "Qrstuvwx" 3071 " but got Text node "Qrstuvwx"
3360 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0 3072 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 4 f oreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0
3361 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 3073 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 5 f oreignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3384 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3096 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 25 detachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3385 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3097 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given nod e expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3386 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0 3098 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 exp ected 1 but got 0
3387 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 3099 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 28 foreignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
3388 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0 3100 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 29 detachedForeignComment assert_equals: After selectAllChildren, rangeCount must b e 1 expected 1 but got 0
3389 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3101 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3390 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3102 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3391 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3103 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3392 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 3104 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 33 foreignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
3393 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3105 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3394 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidN odeTypeError function "function () { 3106 PASS Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 35 doctype
3395 selection.selectAllChildren(node); 3107 PASS Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 36 foreignDoctype
3396 }" did not throw 3108 PASS Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 37 xmlDoctype
3397 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 36 foreignDoctype assert_throws: selectAllChildren() on a DocumentType must throw I nvalidNodeTypeError function "function () {
3398 selection.selectAllChildren(node);
3399 }" did not throw
3400 FAIL Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8], node 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inval idNodeTypeError function "function () {
3401 selection.selectAllChildren(node);
3402 }" did not throw
3403 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3109 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3404 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3110 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3405 " 3111 "
3406 PASS Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 1 paras[0]. firstChild 3112 PASS Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 1 paras[0]. firstChild
3407 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="b" style="display:none">Ijklmnop 3113 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="b" style="display:none">Ijklmnop
3408 </p> but got Text node "Qrstuvwx" 3114 </p> but got Text node "Qrstuvwx"
3409 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 3 paras[1]. firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 3115 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 3 paras[1]. firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
3410 " but got Text node "Qrstuvwx" 3116 " but got Text node "Qrstuvwx"
3411 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 4 foreignPa ra1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3117 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 4 foreignPa ra1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3412 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 5 foreignPa ra1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 3118 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 5 foreignPa ra1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
(...skipping 22 matching lines...) Expand all
3435 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 25 detached ProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3141 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 25 detached ProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3436 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3142 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3437 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 27 detached Comment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3143 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 27 detached Comment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3438 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 28 foreignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 3144 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 28 foreignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
3439 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 29 detached ForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 3145 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 29 detached ForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
3440 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 30 xmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 3146 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 30 xmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
3441 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 31 detached XmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3147 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 31 detached XmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3442 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3148 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3443 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 33 foreignD ocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 3149 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 33 foreignD ocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
3444 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 34 xmlDocfr ag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 3150 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 34 xmlDocfr ag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
3445 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeE rror function "function () { 3151 PASS Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 35 doctype
3446 selection.selectAllChildren(node); 3152 PASS Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 36 foreignD octype
3447 }" did not throw 3153 PASS Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 37 xmlDocty pe
3448 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 36 foreignD octype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNo deTypeError function "function () {
3449 selection.selectAllChildren(node);
3450 }" did not throw
3451 FAIL Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7], node 37 xmlDocty pe assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTy peError function "function () {
3452 selection.selectAllChildren(node);
3453 }" did not throw
3454 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3154 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 0 paras[0] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3455 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3155 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3456 " 3156 "
3457 PASS Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 1 paras[0]. firstChild 3157 PASS Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 1 paras[0]. firstChild
3458 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="b" style="display:none">Ijklmnop 3158 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 2 paras[1] assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Element node <p id="b" style="display:none">Ijklmnop
3459 </p> but got Text node "Qrstuvwx" 3159 </p> but got Text node "Qrstuvwx"
3460 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 3 paras[1]. firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 3160 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 3 paras[1]. firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
3461 " but got Text node "Qrstuvwx" 3161 " but got Text node "Qrstuvwx"
3462 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 4 foreignPa ra1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3162 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 4 foreignPa ra1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3463 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 5 foreignPa ra1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 3163 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 5 foreignPa ra1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
(...skipping 22 matching lines...) Expand all
3486 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 25 detached ProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3186 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 25 detached ProcessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3487 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3187 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 26 comment assert_equals: After selectAllChildren, anchorNode must be the given node expect ed Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3488 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 27 detached Comment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3188 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 27 detached Comment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3489 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 28 foreignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 3189 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 28 foreignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
3490 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 29 detached ForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0 3190 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 29 detached ForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expe cted 1 but got 0
3491 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 30 xmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 3191 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 30 xmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
3492 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 31 detached XmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3192 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 31 detached XmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3493 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3193 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 32 docfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3494 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 33 foreignD ocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 3194 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 33 foreignD ocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
3495 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 34 xmlDocfr ag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 3195 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 34 xmlDocfr ag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
3496 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 35 doctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeE rror function "function () { 3196 PASS Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 35 doctype
3497 selection.selectAllChildren(node); 3197 PASS Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 36 foreignD octype
3498 }" did not throw 3198 PASS Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 37 xmlDocty pe
3499 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 36 foreignD octype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNo deTypeError function "function () {
3500 selection.selectAllChildren(node);
3501 }" did not throw
3502 FAIL Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8], node 37 xmlDocty pe assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTy peError function "function () {
3503 selection.selectAllChildren(node);
3504 }" did not throw
3505 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 0 paras[0] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3199 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 0 paras[0] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3506 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3200 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3507 " 3201 "
3508 PASS Range 51 [detachedComment, 3, detachedComment, 4], node 1 paras[0].firstChi ld 3202 PASS Range 51 [detachedComment, 3, detachedComment, 4], node 1 paras[0].firstChi ld
3509 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 2 paras[1] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="b" style="display:none">Ijklmnop 3203 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 2 paras[1] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="b" style="display:none">Ijklmnop
3510 </p> but got Text node "Qrstuvwx" 3204 </p> but got Text node "Qrstuvwx"
3511 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 3 paras[1].firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Ijklmnop 3205 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 3 paras[1].firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Ijklmnop
3512 " but got Text node "Qrstuvwx" 3206 " but got Text node "Qrstuvwx"
3513 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 4 foreignPara1 asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3207 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 4 foreignPara1 asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3514 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 5 foreignPara1.firs tChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 3208 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 5 foreignPara1.firs tChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
(...skipping 22 matching lines...) Expand all
3537 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 25 detachedProcessi ngInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 3231 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 25 detachedProcessi ngInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
3538 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 26 comment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3232 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 26 comment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3539 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3233 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3540 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 28 foreignComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3234 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 28 foreignComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3541 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 29 detachedForeignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 3235 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 29 detachedForeignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
3542 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 30 xmlComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3236 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 30 xmlComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3543 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 31 detachedXmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 3237 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 31 detachedXmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
3544 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 32 docfrag assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3238 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 32 docfrag assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3545 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 33 foreignDocfrag a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3239 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 33 foreignDocfrag a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3546 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 34 xmlDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3240 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 34 xmlDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3547 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 35 doctype assert_t hrows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError fun ction "function () { 3241 PASS Range 51 [detachedComment, 3, detachedComment, 4], node 35 doctype
3548 selection.selectAllChildren(node); 3242 PASS Range 51 [detachedComment, 3, detachedComment, 4], node 36 foreignDoctype
3549 }" did not throw 3243 PASS Range 51 [detachedComment, 3, detachedComment, 4], node 37 xmlDoctype
3550 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 36 foreignDoctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () {
3551 selection.selectAllChildren(node);
3552 }" did not throw
3553 FAIL Range 51 [detachedComment, 3, detachedComment, 4], node 37 xmlDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
3554 selection.selectAllChildren(node);
3555 }" did not throw
3556 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 0 paras[0] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3244 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 0 paras[0] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3557 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3245 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3558 " 3246 "
3559 PASS Range 52 [detachedComment, 5, detachedComment, 5], node 1 paras[0].firstChi ld 3247 PASS Range 52 [detachedComment, 5, detachedComment, 5], node 1 paras[0].firstChi ld
3560 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 2 paras[1] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="b" style="display:none">Ijklmnop 3248 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 2 paras[1] assert_e quals: After selectAllChildren, anchorNode must be the given node expected Eleme nt node <p id="b" style="display:none">Ijklmnop
3561 </p> but got Text node "Qrstuvwx" 3249 </p> but got Text node "Qrstuvwx"
3562 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 3 paras[1].firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Ijklmnop 3250 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 3 paras[1].firstChi ld assert_equals: After selectAllChildren, anchorNode must be the given node exp ected Text node "Ijklmnop
3563 " but got Text node "Qrstuvwx" 3251 " but got Text node "Qrstuvwx"
3564 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 4 foreignPara1 asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3252 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 4 foreignPara1 asse rt_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3565 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 5 foreignPara1.firs tChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 3253 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 5 foreignPara1.firs tChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
(...skipping 22 matching lines...) Expand all
3588 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 25 detachedProcessi ngInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 3276 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 25 detachedProcessi ngInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
3589 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 26 comment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3277 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 26 comment assert_e quals: After selectAllChildren, anchorNode must be the given node expected Comme nt node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3590 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3278 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 27 detachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3591 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 28 foreignComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3279 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 28 foreignComment a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3592 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 29 detachedForeignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0 3280 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 29 detachedForeignC omment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 b ut got 0
3593 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 30 xmlComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3281 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 30 xmlComment asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3594 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 31 detachedXmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0 3282 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 31 detachedXmlComme nt assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but g ot 0
3595 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 32 docfrag assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3283 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 32 docfrag assert_e quals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3596 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 33 foreignDocfrag a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3284 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 33 foreignDocfrag a ssert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3597 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 34 xmlDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3285 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 34 xmlDocfrag asser t_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3598 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 35 doctype assert_t hrows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError fun ction "function () { 3286 PASS Range 52 [detachedComment, 5, detachedComment, 5], node 35 doctype
3599 selection.selectAllChildren(node); 3287 PASS Range 52 [detachedComment, 5, detachedComment, 5], node 36 foreignDoctype
3600 }" did not throw 3288 PASS Range 52 [detachedComment, 5, detachedComment, 5], node 37 xmlDoctype
3601 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 36 foreignDoctype a ssert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeEr ror function "function () {
3602 selection.selectAllChildren(node);
3603 }" did not throw
3604 FAIL Range 52 [detachedComment, 5, detachedComment, 5], node 37 xmlDoctype asser t_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "function () {
3605 selection.selectAllChildren(node);
3606 }" did not throw
3607 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 0 par as[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3289 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 0 par as[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3608 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3290 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3609 " 3291 "
3610 PASS Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 1 par as[0].firstChild 3292 PASS Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 1 par as[0].firstChild
3611 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 2 par as[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop 3293 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 2 par as[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
3612 </p> but got Text node "Qrstuvwx" 3294 </p> but got Text node "Qrstuvwx"
3613 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 3 par as[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 3295 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 3 par as[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
3614 " but got Text node "Qrstuvwx" 3296 " but got Text node "Qrstuvwx"
3615 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 4 for eignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3297 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 4 for eignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3616 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 5 for eignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3298 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 5 for eignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3639 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 25 de tachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount m ust be 1 expected 1 but got 0 3321 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 25 de tachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount m ust be 1 expected 1 but got 0
3640 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 26 co mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3322 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 26 co mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3641 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 27 de tachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 3323 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 27 de tachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
3642 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 28 fo reignComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 3324 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 28 fo reignComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
3643 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 29 de tachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3325 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 29 de tachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3644 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 30 xm lComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3326 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 30 xm lComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3645 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 31 de tachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0 3327 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 31 de tachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0
3646 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 32 do cfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0 3328 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 32 do cfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0
3647 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 33 fo reignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 3329 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 33 fo reignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
3648 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 34 xm lDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3330 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 34 xm lDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3649 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 35 do ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () { 3331 PASS Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 35 do ctype
3650 selection.selectAllChildren(node); 3332 PASS Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 36 fo reignDoctype
3651 }" did not throw 3333 PASS Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 37 xm lDoctype
3652 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 36 fo reignDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inv alidNodeTypeError function "function () {
3653 selection.selectAllChildren(node);
3654 }" did not throw
3655 FAIL Range 53 [detachedForeignComment, 0, detachedForeignComment, 1], node 37 xm lDoctype assert_throws: selectAllChildren() on a DocumentType must throw Invalid NodeTypeError function "function () {
3656 selection.selectAllChildren(node);
3657 }" did not throw
3658 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 0 par as[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3334 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 0 par as[0] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3659 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3335 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3660 " 3336 "
3661 PASS Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 1 par as[0].firstChild 3337 PASS Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 1 par as[0].firstChild
3662 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 2 par as[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop 3338 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 2 par as[1] assert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
3663 </p> but got Text node "Qrstuvwx" 3339 </p> but got Text node "Qrstuvwx"
3664 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 3 par as[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 3340 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 3 par as[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
3665 " but got Text node "Qrstuvwx" 3341 " but got Text node "Qrstuvwx"
3666 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 4 for eignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3342 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 4 for eignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3667 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 5 for eignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3343 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 5 for eignPara1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3690 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 25 de tachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount m ust be 1 expected 1 but got 0 3366 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 25 de tachedProcessingInstruction assert_equals: After selectAllChildren, rangeCount m ust be 1 expected 1 but got 0
3691 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 26 co mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3367 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 26 co mment assert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3692 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 27 de tachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0 3368 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 27 de tachedComment assert_equals: After selectAllChildren, rangeCount must be 1 expec ted 1 but got 0
3693 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 28 fo reignComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 3369 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 28 fo reignComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
3694 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 29 de tachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3370 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 29 de tachedForeignComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3695 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 30 xm lComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3371 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 30 xm lComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3696 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 31 de tachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0 3372 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 31 de tachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 ex pected 1 but got 0
3697 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 32 do cfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0 3373 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 32 do cfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0
3698 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 33 fo reignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 3374 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 33 fo reignDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
3699 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 34 xm lDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3375 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 34 xm lDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3700 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 35 do ctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNod eTypeError function "function () { 3376 PASS Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 35 do ctype
3701 selection.selectAllChildren(node); 3377 PASS Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 36 fo reignDoctype
3702 }" did not throw 3378 PASS Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 37 xm lDoctype
3703 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 36 fo reignDoctype assert_throws: selectAllChildren() on a DocumentType must throw Inv alidNodeTypeError function "function () {
3704 selection.selectAllChildren(node);
3705 }" did not throw
3706 FAIL Range 54 [detachedForeignComment, 4, detachedForeignComment, 4], node 37 xm lDoctype assert_throws: selectAllChildren() on a DocumentType must throw Invalid NodeTypeError function "function () {
3707 selection.selectAllChildren(node);
3708 }" did not throw
3709 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 0 paras[0] as sert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3379 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 0 paras[0] as sert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3710 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3380 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3711 " 3381 "
3712 PASS Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 1 paras[0].fi rstChild 3382 PASS Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 1 paras[0].fi rstChild
3713 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 2 paras[1] as sert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop 3383 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 2 paras[1] as sert_equals: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
3714 </p> but got Text node "Qrstuvwx" 3384 </p> but got Text node "Qrstuvwx"
3715 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 3 paras[1].fi rstChild assert_equals: After selectAllChildren, anchorNode must be the given no de expected Text node "Ijklmnop 3385 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 3 paras[1].fi rstChild assert_equals: After selectAllChildren, anchorNode must be the given no de expected Text node "Ijklmnop
3716 " but got Text node "Qrstuvwx" 3386 " but got Text node "Qrstuvwx"
3717 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 4 foreignPara 1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but go t 0 3387 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 4 foreignPara 1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but go t 0
3718 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 5 foreignPara 1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 3388 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 5 foreignPara 1.firstChild assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
(...skipping 22 matching lines...) Expand all
3741 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 25 detachedPr ocessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3411 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 25 detachedPr ocessingInstruction assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3742 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 26 comment as sert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3412 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 26 comment as sert_equals: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3743 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 27 detachedCo mment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0 3413 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 27 detachedCo mment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 bu t got 0
3744 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 28 foreignCom ment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3414 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 28 foreignCom ment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3745 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 29 detachedFo reignComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0 3415 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 29 detachedFo reignComment assert_equals: After selectAllChildren, rangeCount must be 1 expect ed 1 but got 0
3746 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3416 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3747 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 31 detachedXm lComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3417 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 31 detachedXm lComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3748 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 32 docfrag as sert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3418 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 32 docfrag as sert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3749 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 33 foreignDoc frag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3419 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 33 foreignDoc frag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3750 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3420 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3751 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 35 doctype as sert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeErr or function "function () { 3421 PASS Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 35 doctype
3752 selection.selectAllChildren(node); 3422 PASS Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 36 foreignDoc type
3753 }" did not throw 3423 PASS Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 37 xmlDoctype
3754 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 36 foreignDoc type assert_throws: selectAllChildren() on a DocumentType must throw InvalidNode TypeError function "function () {
3755 selection.selectAllChildren(node);
3756 }" did not throw
3757 FAIL Range 55 [detachedXmlComment, 2, detachedXmlComment, 6], node 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeType Error function "function () {
3758 selection.selectAllChildren(node);
3759 }" did not throw
3760 FAIL Range 56 [docfrag, 0, docfrag, 0], node 0 paras[0] assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Element node <p id="a ">Äb̈c̈d̈ëf̈g̈ḧ 3424 FAIL Range 56 [docfrag, 0, docfrag, 0], node 0 paras[0] assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Element node <p id="a ">Äb̈c̈d̈ëf̈g̈ḧ
3761 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3425 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3762 " 3426 "
3763 PASS Range 56 [docfrag, 0, docfrag, 0], node 1 paras[0].firstChild 3427 PASS Range 56 [docfrag, 0, docfrag, 0], node 1 paras[0].firstChild
3764 FAIL Range 56 [docfrag, 0, docfrag, 0], node 2 paras[1] assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Element node <p id="b " style="display:none">Ijklmnop 3428 FAIL Range 56 [docfrag, 0, docfrag, 0], node 2 paras[1] assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Element node <p id="b " style="display:none">Ijklmnop
3765 </p> but got Text node "Qrstuvwx" 3429 </p> but got Text node "Qrstuvwx"
3766 FAIL Range 56 [docfrag, 0, docfrag, 0], node 3 paras[1].firstChild assert_equals : After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 3430 FAIL Range 56 [docfrag, 0, docfrag, 0], node 3 paras[1].firstChild assert_equals : After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
3767 " but got Text node "Qrstuvwx" 3431 " but got Text node "Qrstuvwx"
3768 FAIL Range 56 [docfrag, 0, docfrag, 0], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3432 FAIL Range 56 [docfrag, 0, docfrag, 0], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3769 FAIL Range 56 [docfrag, 0, docfrag, 0], node 5 foreignPara1.firstChild assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3433 FAIL Range 56 [docfrag, 0, docfrag, 0], node 5 foreignPara1.firstChild assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3792 FAIL Range 56 [docfrag, 0, docfrag, 0], node 25 detachedProcessingInstruction as sert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3456 FAIL Range 56 [docfrag, 0, docfrag, 0], node 25 detachedProcessingInstruction as sert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3793 FAIL Range 56 [docfrag, 0, docfrag, 0], node 26 comment assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Comment node <!--Alph abet soup?--> but got Text node "Qrstuvwx" 3457 FAIL Range 56 [docfrag, 0, docfrag, 0], node 26 comment assert_equals: After sel ectAllChildren, anchorNode must be the given node expected Comment node <!--Alph abet soup?--> but got Text node "Qrstuvwx"
3794 FAIL Range 56 [docfrag, 0, docfrag, 0], node 27 detachedComment assert_equals: A fter selectAllChildren, rangeCount must be 1 expected 1 but got 0 3458 FAIL Range 56 [docfrag, 0, docfrag, 0], node 27 detachedComment assert_equals: A fter selectAllChildren, rangeCount must be 1 expected 1 but got 0
3795 FAIL Range 56 [docfrag, 0, docfrag, 0], node 28 foreignComment assert_equals: Af ter selectAllChildren, rangeCount must be 1 expected 1 but got 0 3459 FAIL Range 56 [docfrag, 0, docfrag, 0], node 28 foreignComment assert_equals: Af ter selectAllChildren, rangeCount must be 1 expected 1 but got 0
3796 FAIL Range 56 [docfrag, 0, docfrag, 0], node 29 detachedForeignComment assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3460 FAIL Range 56 [docfrag, 0, docfrag, 0], node 29 detachedForeignComment assert_eq uals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3797 FAIL Range 56 [docfrag, 0, docfrag, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3461 FAIL Range 56 [docfrag, 0, docfrag, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3798 FAIL Range 56 [docfrag, 0, docfrag, 0], node 31 detachedXmlComment assert_equals : After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3462 FAIL Range 56 [docfrag, 0, docfrag, 0], node 31 detachedXmlComment assert_equals : After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3799 FAIL Range 56 [docfrag, 0, docfrag, 0], node 32 docfrag assert_equals: After sel ectAllChildren, rangeCount must be 1 expected 1 but got 0 3463 FAIL Range 56 [docfrag, 0, docfrag, 0], node 32 docfrag assert_equals: After sel ectAllChildren, rangeCount must be 1 expected 1 but got 0
3800 FAIL Range 56 [docfrag, 0, docfrag, 0], node 33 foreignDocfrag assert_equals: Af ter selectAllChildren, rangeCount must be 1 expected 1 but got 0 3464 FAIL Range 56 [docfrag, 0, docfrag, 0], node 33 foreignDocfrag assert_equals: Af ter selectAllChildren, rangeCount must be 1 expected 1 but got 0
3801 FAIL Range 56 [docfrag, 0, docfrag, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3465 FAIL Range 56 [docfrag, 0, docfrag, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3802 FAIL Range 56 [docfrag, 0, docfrag, 0], node 35 doctype assert_throws: selectAll Children() on a DocumentType must throw InvalidNodeTypeError function "function () { 3466 PASS Range 56 [docfrag, 0, docfrag, 0], node 35 doctype
3803 selection.selectAllChildren(node); 3467 PASS Range 56 [docfrag, 0, docfrag, 0], node 36 foreignDoctype
3804 }" did not throw 3468 PASS Range 56 [docfrag, 0, docfrag, 0], node 37 xmlDoctype
3805 FAIL Range 56 [docfrag, 0, docfrag, 0], node 36 foreignDoctype assert_throws: se lectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "fu nction () {
3806 selection.selectAllChildren(node);
3807 }" did not throw
3808 FAIL Range 56 [docfrag, 0, docfrag, 0], node 37 xmlDoctype assert_throws: select AllChildren() on a DocumentType must throw InvalidNodeTypeError function "functi on () {
3809 selection.selectAllChildren(node);
3810 }" did not throw
3811 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 0 paras[0] assert_equ als: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3469 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 0 paras[0] assert_equ als: After selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3812 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3470 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3813 " 3471 "
3814 PASS Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 1 paras[0].firstChild 3472 PASS Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 1 paras[0].firstChild
3815 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 2 paras[1] assert_equ als: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop 3473 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 2 paras[1] assert_equ als: After selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
3816 </p> but got Text node "Qrstuvwx" 3474 </p> but got Text node "Qrstuvwx"
3817 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expec ted Text node "Ijklmnop 3475 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 3 paras[1].firstChild assert_equals: After selectAllChildren, anchorNode must be the given node expec ted Text node "Ijklmnop
3818 " but got Text node "Qrstuvwx" 3476 " but got Text node "Qrstuvwx"
3819 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 4 foreignPara1 assert _equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3477 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 4 foreignPara1 assert _equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3820 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 5 foreignPara1.firstC hild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3478 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 5 foreignPara1.firstC hild assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3843 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 25 detachedProcessing Instruction assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0 3501 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 25 detachedProcessing Instruction assert_equals: After selectAllChildren, rangeCount must be 1 expecte d 1 but got 0
3844 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 26 comment assert_equ als: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx" 3502 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 26 comment assert_equ als: After selectAllChildren, anchorNode must be the given node expected Comment node <!--Alphabet soup?--> but got Text node "Qrstuvwx"
3845 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 27 detachedComment as sert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3503 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 27 detachedComment as sert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3846 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 28 foreignComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3504 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 28 foreignComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3847 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 29 detachedForeignCom ment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3505 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 29 detachedForeignCom ment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3848 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 30 xmlComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3506 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 30 xmlComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3849 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3507 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 31 detachedXmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3850 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 32 docfrag assert_equ als: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3508 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 32 docfrag assert_equ als: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3851 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 33 foreignDocfrag ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3509 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 33 foreignDocfrag ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3852 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 34 xmlDocfrag assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3510 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 34 xmlDocfrag assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3853 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 35 doctype assert_thr ows: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError funct ion "function () { 3511 PASS Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 35 doctype
3854 selection.selectAllChildren(node); 3512 PASS Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 36 foreignDoctype
3855 }" did not throw 3513 PASS Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 37 xmlDoctype
3856 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 36 foreignDoctype ass ert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeErro r function "function () {
3857 selection.selectAllChildren(node);
3858 }" did not throw
3859 FAIL Range 57 [foreignDocfrag, 0, foreignDocfrag, 0], node 37 xmlDoctype assert_ throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError fu nction "function () {
3860 selection.selectAllChildren(node);
3861 }" did not throw
3862 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 0 paras[0] assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ 3514 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 0 paras[0] assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p id="a">Äb̈c̈d̈ëf̈g̈ḧ
3863 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ 3515 </p> but got Text node "Äb̈c̈d̈ëf̈g̈ḧ
3864 " 3516 "
3865 PASS Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 1 paras[0].firstChild 3517 PASS Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 1 paras[0].firstChild
3866 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 2 paras[1] assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop 3518 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 2 paras[1] assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Element node <p id="b" style="display:none">Ijklmnop
3867 </p> but got Text node "Qrstuvwx" 3519 </p> but got Text node "Qrstuvwx"
3868 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 3 paras[1].firstChild assert_ equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop 3520 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 3 paras[1].firstChild assert_ equals: After selectAllChildren, anchorNode must be the given node expected Text node "Ijklmnop
3869 " but got Text node "Qrstuvwx" 3521 " but got Text node "Qrstuvwx"
3870 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3522 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 4 foreignPara1 assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3871 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 5 foreignPara1.firstChild ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3523 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 5 foreignPara1.firstChild ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
(...skipping 22 matching lines...) Expand all
3894 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 25 detachedProcessingInstruct ion assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3546 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 25 detachedProcessingInstruct ion assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3895 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 26 comment assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Comment node <! --Alphabet soup?--> but got Text node "Qrstuvwx" 3547 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 26 comment assert_equals: Aft er selectAllChildren, anchorNode must be the given node expected Comment node <! --Alphabet soup?--> but got Text node "Qrstuvwx"
3896 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 27 detachedComment assert_equ als: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3548 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 27 detachedComment assert_equ als: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3897 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 28 foreignComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3549 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 28 foreignComment assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3898 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 29 detachedForeignComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3550 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 29 detachedForeignComment ass ert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3899 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3551 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 30 xmlComment assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3900 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 31 detachedXmlComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3552 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 31 detachedXmlComment assert_ equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3901 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 32 docfrag assert_equals: Aft er selectAllChildren, rangeCount must be 1 expected 1 but got 0 3553 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 32 docfrag assert_equals: Aft er selectAllChildren, rangeCount must be 1 expected 1 but got 0
3902 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 33 foreignDocfrag assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3554 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 33 foreignDocfrag assert_equa ls: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3903 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0 3555 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 34 xmlDocfrag assert_equals: After selectAllChildren, rangeCount must be 1 expected 1 but got 0
3904 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 35 doctype assert_throws: sel ectAllChildren() on a DocumentType must throw InvalidNodeTypeError function "fun ction () { 3556 PASS Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 35 doctype
3905 selection.selectAllChildren(node); 3557 PASS Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 36 foreignDoctype
3906 }" did not throw 3558 PASS Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 37 xmlDoctype
3907 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 36 foreignDoctype assert_thro ws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError functi on "function () {
3908 selection.selectAllChildren(node);
3909 }" did not throw
3910 FAIL Range 58 [xmlDocfrag, 0, xmlDocfrag, 0], node 37 xmlDoctype assert_throws: selectAllChildren() on a DocumentType must throw InvalidNodeTypeError function " function () {
3911 selection.selectAllChildren(node);
3912 }" did not throw
3913 Harness: the test ran to completion. 3559 Harness: the test ran to completion.
3914 3560
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698