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

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: Refactor into hasEarlyShowPress() 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 <link rel="stylesheet" href="../../resources/touch-hover-active-tests.css">
3 <style>
4 body {
5 width: 500px;
6 height: 500px;
7 }
8 </style>
9 <body class="touch-interactive">
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698