OLD | NEW |
(Empty) | |
| 1 |
| 2 This is plain text with no handler |
| 3 This text consumes events using preventDefault() |
| 4 |
| 5 Clicking or tapping on the "consumes" section should have no effect on the selec
tion, but clicking in the plain section should clear it. |
| 6 This tests Tap events being consumed by a handler. |
| 7 |
| 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 9 |
| 10 |
| 11 PASS successfullyParsed is true |
| 12 |
| 13 TEST COMPLETE |
| 14 PASS consumesResult is true |
| 15 PASS window.getSelection().toString() is not |
| 16 PASS plainResult is false |
| 17 PASS window.getSelection().toString() is "" |
| 18 |
OLD | NEW |