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

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

Issue 495163002: Touch adjustment: don't treat iframes as clickable by default (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update hit test counts 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 Verify that in the absence of any reason to adjust into an iframe, taps are hand le in the frame matching the center point of the tap. bug 401504 1 Verify that in the absence of any reason to adjust into an iframe, taps are hand le in the frame matching the center point of the tap. bug 401504
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 Sending GestureTap on top of iframe 6 Sending GestureTap on top of iframe
7 PASS sawClick is false 7 PASS sawClick is false
8 8
9 Sending GestureTap above iframe 9 Sending GestureTap above iframe
10 Received click on IFRAME#frame 10 Received click on DIV#container
11 PASS sawClick is true 11 PASS sawClick is true
12 12
13 Sending GestureTap to the left of iframe 13 Sending GestureTap to the left of iframe
14 Received click on IFRAME#frame 14 Received click on DIV#container
15 PASS sawClick is true 15 PASS sawClick is true
16 16
17 Sending GestureTap to the right of iframe 17 Sending GestureTap to the right of iframe
18 Received click on IFRAME#frame 18 Received click on DIV#container
19 PASS sawClick is true 19 PASS sawClick is true
20 20
21 Sending GestureTap below iframe 21 Sending GestureTap below iframe
22 Received click on IFRAME#frame 22 Received click on DIV#container
23 PASS sawClick is true 23 PASS sawClick is true
24 24
25 PASS successfullyParsed is true 25 PASS successfullyParsed is true
26 26
27 TEST COMPLETE 27 TEST COMPLETE
28 28
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/hit-test-counts-expected.txt ('k') | Source/core/page/TouchAdjustment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698