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

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

Issue 87973002: add pan-x and pan-y support to CSS touch-action parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge to trunk Created 7 years 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/css/touch-action-parsing-expected.txt
diff --git a/LayoutTests/fast/css/touch-action-parsing-expected.txt b/LayoutTests/fast/css/touch-action-parsing-expected.txt
index b869071675341d244ab3900897a1c6b50c7aa3dd..b5211ab88cb2547ce7c649ed66cc3cf442eae873 100644
--- a/LayoutTests/fast/css/touch-action-parsing-expected.txt
+++ b/LayoutTests/fast/css/touch-action-parsing-expected.txt
@@ -12,12 +12,27 @@ PASS style.touchAction is "none"
Test case: explicit-auto
PASS style.touchAction is "auto"
+Test case: explicit-pan-x
+PASS style.touchAction is "pan-x"
+
+Test case: explicit-pan-y
+PASS style.touchAction is "pan-y"
+
+Test case: explicit-pan-x-pan-y
+PASS style.touchAction is "pan-x pan-y"
+
Test case: explicit-none
PASS style.touchAction is "none"
Test case: explicit-invalid
PASS style.touchAction is "auto"
+Test case: explicit-invalid
+PASS style.touchAction is "auto"
+
+Test case: explicit-invalid
+PASS style.touchAction is "auto"
+
Test case: not-inherited
PASS style.touchAction is "auto"

Powered by Google App Engine
This is Rietveld 408576698