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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 body { margin: 0px; }
4 div.box { padding: 40px; }
5 #green { background-color: green; }
6 #darkgreen { background-color: darkgreen; }
7 </style>
8 <div class="box" id="green">
9 <div class="box" id="darkgreen">
mustaq 2015/07/02 20:37:29 Nested divs is not our focus here, so please get r
Miyoung Shin(c) 2015/07/05 12:39:33 Done
10 </div>
11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698