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

Unified Diff: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe5.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-iframe5.html
diff --git a/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe5.html b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe5.html
new file mode 100644
index 0000000000000000000000000000000000000000..c4d5040ff808e7d231dd05487005113e4485db74
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe5.html
@@ -0,0 +1,8 @@
+<!DOCTYPE HTML>
+<style>
+body { margin: 0px; }
+div.box { padding: 40px; }
+#hotpink { background-color: hotpink; }
+</style>
+<div class="box" id="hotpink">
+</div>

Powered by Google App Engine
This is Rietveld 408576698