OLD | NEW |
| 1 CONSOLE WARNING: 'Range.expand()' is deprecated. Please use 'Selection.modify()'
instead. |
1 CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (http://dom.spec.what
wg.org/#dom-range-detach). | 2 CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (http://dom.spec.what
wg.org/#dom-range-detach). |
2 Detaching a Range while deleteContents() is running should not cause a crash. | 3 Detaching a Range while deleteContents() is running should not cause a crash. |
3 | 4 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 6 |
6 | 7 |
7 PASS The browser did not crash. | 8 PASS The browser did not crash. |
8 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
9 | 10 |
10 TEST COMPLETE | 11 TEST COMPLETE |
11 | 12 |
OLD | NEW |