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

Side by Side Diff: LayoutTests/fast/events/touch/touch-action-touch-handlers-expected.txt

Issue 225903009: Migrate touch events to EventHandlerRegistry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix indendation problems (added by meld?) Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 This test verifies the touch event handlers tracked for the compositor for eleme nts with various touch-action settings. 1 This test verifies the touch event handlers tracked for the compositor for eleme nts with various touch-action settings.
2 2
3 PASS successfullyParsed is true 3 PASS successfullyParsed is true
4 4
5 TEST COMPLETE 5 TEST COMPLETE
6 Should start with no handlers 6 Should start with no handlers
7 PASS getTouchHandlerCount(document) is 0 7 PASS getTouchHandlerCount(document) is 0
8 touch-action: auto should not add any handlers 8 touch-action: auto should not add any handlers
9 PASS getTouchHandlerCount(document) is 0 9 PASS getTouchHandlerCount(document) is 0
10 transition from auto should add a handler 10 transition from auto should add a handler
(...skipping 10 matching lines...) Expand all
21 PASS getTouchHandlerCount(document) is 1 21 PASS getTouchHandlerCount(document) is 1
22 adding another listener should bump up handler count 22 adding another listener should bump up handler count
23 PASS getTouchHandlerCount(document) is 2 23 PASS getTouchHandlerCount(document) is 2
24 removing node should remove touch-action handler but not others 24 removing node should remove touch-action handler but not others
25 PASS getTouchHandlerCount(document) is 1 25 PASS getTouchHandlerCount(document) is 1
26 re-attaching node should add handler 26 re-attaching node should add handler
27 PASS getTouchHandlerCount(document) is 2 27 PASS getTouchHandlerCount(document) is 2
28 transitioning to auto should decrease handler count 28 transitioning to auto should decrease handler count
29 PASS getTouchHandlerCount(document) is 1 29 PASS getTouchHandlerCount(document) is 1
30 touch-action on div inside frame should add a handler 30 touch-action on div inside frame should add a handler
31 PASS getTouchHandlerCount(nestedDocument) is 1 31 PASS getTouchHandlerCount(nestedDocument) is 2
32 PASS getTouchHandlerCount(document) is 2 32 PASS getTouchHandlerCount(document) is 2
33 33
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/touch/touch-action-touch-handlers.html ('k') | LayoutTests/fast/events/touch/touch-handler-count.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698