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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 body { margin: 0px; }
4 div.box {
5 margin: 10px;
6 padding: 50px;
7 float: left;
8 }
9 #lightpink {
10 background-color: lightpink;
11 }
12 #deeppink {
13 background-color: deeppink;
14 }
15 </style>
16
17 <div class="box" id="lightpink">
18 <div class="box" id="deeppink">
19 </div>
20 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698