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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt
index 165867da16bd78d5b44792fc2fa8a0f394143055..daf4a9c32410a6087875dab1f9ba66106225ef15 100644
--- a/LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-near-iframe-expected.txt
@@ -7,19 +7,19 @@ Sending GestureTap on top of iframe
PASS sawClick is false
Sending GestureTap above iframe
-Received click on IFRAME#frame
+Received click on DIV#container
PASS sawClick is true
Sending GestureTap to the left of iframe
-Received click on IFRAME#frame
+Received click on DIV#container
PASS sawClick is true
Sending GestureTap to the right of iframe
-Received click on IFRAME#frame
+Received click on DIV#container
PASS sawClick is true
Sending GestureTap below iframe
-Received click on IFRAME#frame
+Received click on DIV#container
PASS sawClick is true
PASS successfullyParsed is true
« 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