Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Before | |
| 2 | |
| 3 Middle | |
| 4 | |
| 5 After | |
| 6 | |
| 7 Ensure that extending a selection inside a contentEditable skips past an unedita ble region. | |
| 8 | |
| 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 10 | |
| 11 | |
| 12 PASS window.getSelection().focusNode == after is true | |
| 13 PASS window.getSelection().focusNode.parentElement == before is true | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |