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" |