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