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

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

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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 PASS successfullyParsed is true
10
11 TEST COMPLETE
9 Verify active isn't initially set 12 Verify active isn't initially set
10 PASS isBoxActive() is false 13 PASS isBoxActive() is false
11 Verify tapdown,tap sets and clears active 14 Verify tapdown,tap sets and clears active
12 PASS isBoxActive() is true 15 PASS isBoxActive() is true
13 PASS isBoxActive() is false 16 PASS isBoxActive() is false
14 PASS successfullyParsed is true 17 PASS successfullyParsed is true
15 18
16 TEST COMPLETE 19 TEST COMPLETE
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698