| OLD | NEW |
| 1 CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (https://dom.spec.wha
twg.org/#dom-range-detach). | |
| 2 This test checks the behavior of the intersectsNode() method on the Range object
. | 1 This test checks the behavior of the intersectsNode() method on the Range object
. |
| 3 It covers all configurations of the node/Range relationship and some exception c
onditions. | 2 It covers all configurations of the node/Range relationship and some exception c
onditions. |
| 4 | 3 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 5 |
| 7 | 6 |
| 8 1.1 Node starts before the range and ends before the range | 7 1.1 Node starts before the range and ends before the range |
| 9 PASS intersects is false | 8 PASS intersects is false |
| 10 | 9 |
| 11 1.2 Node starts before the range, and range ends on a 1 | 10 1.2 Node starts before the range, and range ends on a 1 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 2.5 Wrong documents | 58 2.5 Wrong documents |
| 60 PASS intersects is false | 59 PASS intersects is false |
| 61 | 60 |
| 62 2.6 Node deleted | 61 2.6 Node deleted |
| 63 PASS range.intersectsNode(node) threw exception TypeError: Failed to execute 'in
tersectsNode' on 'Range': parameter 1 is not of type 'Node'.. | 62 PASS range.intersectsNode(node) threw exception TypeError: Failed to execute 'in
tersectsNode' on 'Range': parameter 1 is not of type 'Node'.. |
| 64 | 63 |
| 65 PASS successfullyParsed is true | 64 PASS successfullyParsed is true |
| 66 | 65 |
| 67 TEST COMPLETE | 66 TEST COMPLETE |
| 68 | 67 |
| OLD | NEW |