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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/touch-action-parsing-expected.txt

Issue 2126323002: Add support for touch-action: pinch-zoom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check in scroll begin for pointer count and add test Created 4 years, 3 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: third_party/WebKit/LayoutTests/fast/css/touch-action-parsing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/touch-action-parsing-expected.txt b/third_party/WebKit/LayoutTests/fast/css/touch-action-parsing-expected.txt
index 7b763f83eddd66c90f26b3435f4e5b1301d12b28..eef69d832e3083e757786e1856d7abd083573c8f 100644
--- a/third_party/WebKit/LayoutTests/fast/css/touch-action-parsing-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/touch-action-parsing-expected.txt
@@ -30,6 +30,9 @@ PASS style.touchAction is "pan-up"
Test case: explicit-pan-down
PASS style.touchAction is "pan-down"
+Test case: explicit-pinch-zoom
+PASS style.touchAction is "pinch-zoom"
+
Test case: explicit-pan-x-pan-y
PASS style.touchAction is "pan-x pan-y"
@@ -60,6 +63,15 @@ PASS style.touchAction is "pan-left pan-down"
Test case: explicit-pan-down-pan-right
PASS style.touchAction is "pan-right pan-down"
+Test case: explicit-pan-down-pan-right-pinch-zoom
+PASS style.touchAction is "pan-right pan-down pinch-zoom"
+
+Test case: explicit-pinch-zoom-pan-x-pan-up
+PASS style.touchAction is "pan-x pan-up pinch-zoom"
+
+Test case: explicit-pinch-zoom-pan-x-pan-y
+PASS style.touchAction is "manipulation"
+
Test case: explicit-manipulation
PASS style.touchAction is "manipulation"
@@ -105,6 +117,9 @@ PASS style.touchAction is "auto"
Test case: explicit-invalid-13
PASS style.touchAction is "auto"
+Test case: explicit-invalid-14
+PASS style.touchAction is "auto"
+
Test case: not-inherited
PASS style.touchAction is "auto"

Powered by Google App Engine
This is Rietveld 408576698