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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-active-state-iframe-expected.txt

Issue 112023010: Make EventHandler::ActiveIntervalTimer mockable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 1
2 Tests that tap gesture events set and clear the active state of elements, even w hen inside an iframe and the document is scrolled. 2 Tests that tap gesture events set and clear the active state of elements, even w hen inside an iframe and the document is scrolled.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 See https://bugs.webkit.org/show_bug.cgi?id=96060 for details 7 See https://bugs.webkit.org/show_bug.cgi?id=96060 for details
8 8
9 Verify active isn't initially set 9 Verify active isn't initially set
10 PASS isBoxActive() is false 10 PASS isBoxActive() is false
11 Verify tapdown,tap sets and clears active 11 Verify tapdown,tap sets and clears active
12 PASS isBoxActive() is true 12 PASS isBoxActive() is true
13 PASS isBoxActive() is true
13 PASS isBoxActive() is false 14 PASS isBoxActive() is false
14 PASS successfullyParsed is true 15 PASS successfullyParsed is true
15 16
16 TEST COMPLETE 17 TEST COMPLETE
17 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698