Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / wheelevent-handler-count-expected.txt
blob2e1bedfc80105d38b705d45abcb34a902e74bd10
1 This test checks that we correctly update the wheel event handler count as event handlers are added and removed
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.internals.wheelEventHandlerCount(document) is 0
7 PASS window.internals.wheelEventHandlerCount(document) is 1
8 PASS window.internals.wheelEventHandlerCount(document) is 2
9 PASS window.internals.wheelEventHandlerCount(document) is 1
10 PASS window.internals.wheelEventHandlerCount(document) is 1
11 PASS window.internals.wheelEventHandlerCount(document) is 0
12 PASS window.internals.wheelEventHandlerCount(document) is 0
13 PASS window.internals.wheelEventHandlerCount(document) is 1
14 PASS window.internals.wheelEventHandlerCount(document) is 1
15 PASS window.internals.wheelEventHandlerCount(document) is 0
16 PASS window.internals.wheelEventHandlerCount(document) is 0
17 PASS window.internals.wheelEventHandlerCount(document) is 1
18 PASS window.internals.wheelEventHandlerCount(document) is 2
19 PASS window.internals.wheelEventHandlerCount(document) is 1
20 PASS window.internals.wheelEventHandlerCount(document) is 1
21 PASS window.internals.wheelEventHandlerCount(document) is 0
22 PASS window.internals.wheelEventHandlerCount(document) is 0
23 PASS window.internals.wheelEventHandlerCount(document) is 1
24 PASS window.internals.wheelEventHandlerCount(document) is 1
25 PASS window.internals.wheelEventHandlerCount(document) is 0
26 PASS successfullyParsed is true
28 TEST COMPLETE