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

Unified Diff: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe.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, 6 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-iframe.html
diff --git a/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe.html b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..74e3765636d21e90841f43a27a64a7e4e2b67576
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML>
+<style>
+body { margin: 0px; }
+div.box {
+ margin: 10px;
+ padding: 50px;
+ float: left;
+}
+#lightpink {
+ background-color: lightpink;
+}
+#deeppink {
+ background-color: deeppink;
+}
+</style>
+
+<div class="box" id="lightpink">
+ <div class="box" id="deeppink">
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698