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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/touch/gesture/resources/gesture-tap-down-iframe.html
diff --git a/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-down-iframe.html b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-down-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..9f3cbf93956ff0229ad8d22434ef93a128a58f07
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/resources/gesture-tap-down-iframe.html
@@ -0,0 +1,11 @@
+<html>
+<link rel="stylesheet" href="../../resources/touch-hover-active-tests.css">
+<style>
+body {
+ width: 500px;
+ height: 500px;
+}
+</style>
+<body class="touch-interactive">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698