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

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

Powered by Google App Engine
This is Rietveld 408576698