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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-down-iframe.html

Issue 163933002: Send early ShowPress on TapDown when page isn't scrollable/pinchable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Get element coordinates programmatically Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <style>
3 body {
4 width: 500px;
5 height: 500px;
6 background-color: blue;
7 }
8
9 body:hover { background-color: red; }
10
11 body:active { background-color: green; }
12
13 body:hover:active { background-color: yellow; }
14 </style>
15 <body class="interactive">
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698