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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-down-special-elements-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: Handle special form elements / iframes 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-special-elements-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-down-special-elements-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-down-special-elements-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c4696990d6eaac4bb9bfea85aa24096b93f15f74
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-down-special-elements-expected.txt
@@ -0,0 +1,33 @@
+
+Tests gesture tapdown behaviour on different form elements.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+See http://crbug.com/316974 for details
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Scroll and Pinch are disabled on the page
+Verify hover, active aren't initially set
+PASS isBoxDefault('combobox') is true
+combobox should always be activated on tapdown
+PASS isBoxHoverActive('combobox') is true
+Verify hover, active aren't initially set
+PASS isBoxDefault('listbox') is true
+Overflow listbox should remain unchanged
+PASS isBoxDefault('listbox') is true
+Verify hover, active aren't initially set
+PASS isBoxDefault('textbox') is true
+Overflow textbox should remain unchanged
+PASS isBoxDefault('textbox') is true
+Verify hover, active aren't initially set
+PASS isBoxDefault('textarea') is true
+Overflow textarea should remain unchanged
+PASS isBoxDefault('textarea') is true
+Verify hover, active aren't initially set
+PASS isFrameDefault() is true
+Overflow iframe should remain unchanged
+PASS isFrameDefault() is true
+

Powered by Google App Engine
This is Rietveld 408576698