OLD | NEW |
1 This test checks that we correctly update the touch event handler count when an
Input element with default touch handlers changes documents. | 1 This test checks that we correctly update the touch event handler count when an
Input element with default touch handlers changes documents. |
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 window.internals.touchEventHandlerCount(document) is 0 | 6 PASS window.internals.touchEventHandlerCount(document) is 0 |
7 PASS window.internals.touchEventHandlerCount(document) is 0 | 7 PASS window.internals.touchEventHandlerCount(document) is 0 |
8 PASS window.internals.touchEventHandlerCount(document) is 2 | 8 PASS window.internals.touchEventHandlerCount(document) is 2 |
9 PASS window.internals.touchEventHandlerCount(document) is 3 | 9 PASS window.internals.touchEventHandlerCount(document) is 3 |
10 PASS window.internals.touchEventHandlerCount(document) is 2 | 10 PASS window.internals.touchEventHandlerCount(document) is 2 |
11 PASS window.internals.touchEventHandlerCount(document) is 0 | 11 PASS window.internals.touchEventHandlerCount(document) is 0 |
12 | 12 |
OLD | NEW |