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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-mouse-events-between-frames-iframe4.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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 body { margin: 0px; }
4 div.box { padding: 40px; height: 160px; }
5 #pink { background-color: pink; }
6 iframe { margin: 0px; border: 0px; width: 160px; height: 160px; }
7 </style>
8 <div class="box" id="pink"><iframe src='gesture-tap-mouse-events-between-frames- iframe5.html' id='frameE'></iframe></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698