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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-down-pinch-no-scroll-expected.txt

Issue 163933002: Send early ShowPress on TapDown when page isn't scrollable/pinchable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add tests Created 6 years, 10 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/gesture-tap-down-pinch-no-scroll-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-down-pinch-no-scroll-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-down-pinch-no-scroll-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..776f69e70e165bc2862f3029681872d014e2b5b2
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-down-pinch-no-scroll-expected.txt
@@ -0,0 +1,18 @@
+Gestures go here
+Tests that gesture tapdown doesn't set hover/active when page is pinchable.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+See http://crbug.com/316974 for details
+
+Verify hover, active aren't initially set (page isn't scrollable).
+PASS isBoxDefault('box') is true
+tapdown on element should activate.
+PASS isBoxDefault('box') is true
+showpress on element should keep hover and active.
+PASS isBoxHoverActive('box') is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698