| OLD | NEW |
| 1 Test for Bug: 75799 - Calling intersectsNode on a detached range should throw | 1 Test for Bug: 75799 - Calling intersectsNode on a detached range should throw |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS range.intersectsNode(document.getElementById('b1')) threw exception Invalid
StateError: An attempt was made to use an object that is not, or is no longer, u
sable.. | 6 PASS range.intersectsNode(document.getElementById('b1')) threw exception Invalid
StateError: Failed to execute 'intersectsNode' on 'Range': The range has no cont
ainer. Perhaps 'detatch()' has been invoked on this object?. |
| 7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 8 | 8 |
| 9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 | 10 |
| OLD | NEW |