Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/wheel/wheelevent-handler-count-expected.txt

Issue 2261173005: wheel layout tests moved to fast/events/wheel folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This test checks that we correctly update the wheel event handler count as event handlers are added and removed 1 This test checks that we correctly update the wheel event handler count as event handlers are added and removed
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.wheelEventHandlerCount(document) is 0 6 PASS window.internals.wheelEventHandlerCount(document) is 0
7 PASS window.internals.wheelEventHandlerCount(document) is 1 7 PASS window.internals.wheelEventHandlerCount(document) is 1
8 PASS window.internals.wheelEventHandlerCount(document) is 2 8 PASS window.internals.wheelEventHandlerCount(document) is 2
9 PASS window.internals.wheelEventHandlerCount(document) is 1 9 PASS window.internals.wheelEventHandlerCount(document) is 1
10 PASS window.internals.wheelEventHandlerCount(document) is 1 10 PASS window.internals.wheelEventHandlerCount(document) is 1
11 PASS window.internals.wheelEventHandlerCount(document) is 0 11 PASS window.internals.wheelEventHandlerCount(document) is 0
12 PASS window.internals.wheelEventHandlerCount(document) is 0 12 PASS window.internals.wheelEventHandlerCount(document) is 0
13 PASS window.internals.wheelEventHandlerCount(document) is 1 13 PASS window.internals.wheelEventHandlerCount(document) is 1
14 PASS window.internals.wheelEventHandlerCount(document) is 1 14 PASS window.internals.wheelEventHandlerCount(document) is 1
15 PASS window.internals.wheelEventHandlerCount(document) is 0 15 PASS window.internals.wheelEventHandlerCount(document) is 0
16 PASS window.internals.wheelEventHandlerCount(document) is 0 16 PASS window.internals.wheelEventHandlerCount(document) is 0
17 PASS window.internals.wheelEventHandlerCount(document) is 1 17 PASS window.internals.wheelEventHandlerCount(document) is 1
18 PASS window.internals.wheelEventHandlerCount(document) is 2 18 PASS window.internals.wheelEventHandlerCount(document) is 2
19 PASS window.internals.wheelEventHandlerCount(document) is 1 19 PASS window.internals.wheelEventHandlerCount(document) is 1
20 PASS window.internals.wheelEventHandlerCount(document) is 1 20 PASS window.internals.wheelEventHandlerCount(document) is 1
21 PASS window.internals.wheelEventHandlerCount(document) is 0 21 PASS window.internals.wheelEventHandlerCount(document) is 0
22 PASS window.internals.wheelEventHandlerCount(document) is 0 22 PASS window.internals.wheelEventHandlerCount(document) is 0
23 PASS window.internals.wheelEventHandlerCount(document) is 1 23 PASS window.internals.wheelEventHandlerCount(document) is 1
24 PASS window.internals.wheelEventHandlerCount(document) is 1 24 PASS window.internals.wheelEventHandlerCount(document) is 1
25 PASS window.internals.wheelEventHandlerCount(document) is 0 25 PASS window.internals.wheelEventHandlerCount(document) is 0
26 PASS successfullyParsed is true 26 PASS successfullyParsed is true
27 27
28 TEST COMPLETE 28 TEST COMPLETE
29 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698