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

Unified Diff: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe2.html

Issue 1170513002: Update the mouse events on tapping of gesture across frames (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
Index: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe2.html
diff --git a/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe2.html b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe2.html
new file mode 100644
index 0000000000000000000000000000000000000000..a29ba0355302793872bc8ec0eb7015186367fe94
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe2.html
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML>
+<style>
+body { margin: 0px; }
+div.box { padding: 40px; height: 160px; }
+#limegreen { background-color: limegreen; }
+iframe { margin: 0px; border: 0px; width: 160px; height: 160px; }
+</style>
+<div class="box" id="limegreen"><iframe src='gesture-tap-mouse-events-between-frames-iframe3.html' id='frameC'></iframe></div>

Powered by Google App Engine
This is Rietveld 408576698