OLD | NEW |
(Empty) | |
| 1 This test checks that we correctly update the scroll event handler count as even
t handlers are added and removed |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS window.internals.scrollEventHandlerCount(document) is 0 |
| 7 PASS window.internals.scrollEventHandlerCount(document) is 1 |
| 8 PASS window.internals.scrollEventHandlerCount(document) is 2 |
| 9 PASS window.internals.scrollEventHandlerCount(document) is 1 |
| 10 PASS window.internals.scrollEventHandlerCount(document) is 1 |
| 11 PASS window.internals.scrollEventHandlerCount(document) is 0 |
| 12 PASS window.internals.scrollEventHandlerCount(document) is 0 |
| 13 PASS window.internals.scrollEventHandlerCount(document) is 1 |
| 14 PASS window.internals.scrollEventHandlerCount(document) is 1 |
| 15 PASS window.internals.scrollEventHandlerCount(document) is 0 |
| 16 PASS successfullyParsed is true |
| 17 |
| 18 TEST COMPLETE |
| 19 |
OLD | NEW |