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

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

Issue 134153016: add 'manipulation' support to CSS touch-action parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase to trunk Created 6 years, 9 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/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 7b37380b8489773eb2e50e31bf73b3150e4b7456..00354d6b16edf96e388f88da2999ff07af4d09b0 100644
--- a/LayoutTests/fast/css/touch-action-parsing-expected.txt
+++ b/LayoutTests/fast/css/touch-action-parsing-expected.txt
@@ -24,6 +24,9 @@ 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-manipulation
+PASS style.touchAction is "manipulation"
+
Test case: explicit-none
PASS style.touchAction is "none"
@@ -39,6 +42,9 @@ PASS style.touchAction is "auto"
Test case: explicit-invalid-4
PASS style.touchAction is "auto"
+Test case: explicit-invalid-5
+PASS style.touchAction is "auto"
+
Test case: not-inherited
PASS style.touchAction is "auto"

Powered by Google App Engine
This is Rietveld 408576698