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

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: incorporated review comments and 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
« no previous file with comments | « LayoutTests/fast/css/touch-action-parsing.html ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..7b37380b8489773eb2e50e31bf73b3150e4b7456 100644
--- a/LayoutTests/fast/css/touch-action-parsing-expected.txt
+++ b/LayoutTests/fast/css/touch-action-parsing-expected.txt
@@ -12,10 +12,31 @@ 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-pan-y-pan-x
+PASS style.touchAction is "pan-x pan-y"
+
Test case: explicit-none
PASS style.touchAction is "none"
-Test case: explicit-invalid
+Test case: explicit-invalid-1
+PASS style.touchAction is "auto"
+
+Test case: explicit-invalid-2
+PASS style.touchAction is "none"
+
+Test case: explicit-invalid-3
+PASS style.touchAction is "auto"
+
+Test case: explicit-invalid-4
PASS style.touchAction is "auto"
Test case: not-inherited
« no previous file with comments | « LayoutTests/fast/css/touch-action-parsing.html ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698