1 Test the parsing and application of the touch-action property.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS style.touchAction is "auto"
9 Test case: stylesheet-none
10 PASS style.touchAction is "none"
12 Test case: explicit-auto
13 PASS style.touchAction is "auto"
15 Test case: explicit-pan-x
16 PASS style.touchAction is "pan-x"
18 Test case: explicit-pan-left
19 PASS style.touchAction is "pan-left"
21 Test case: explicit-pan-right
22 PASS style.touchAction is "pan-right"
24 Test case: explicit-pan-y
25 PASS style.touchAction is "pan-y"
27 Test case: explicit-pan-up
28 PASS style.touchAction is "pan-up"
30 Test case: explicit-pan-down
31 PASS style.touchAction is "pan-down"
33 Test case: explicit-pan-x-pan-y
34 PASS style.touchAction is "pan-x pan-y"
36 Test case: explicit-pan-y-pan-x
37 PASS style.touchAction is "pan-x pan-y"
39 Test case: explicit-pan-left-pan-up
40 PASS style.touchAction is "pan-left pan-up"
42 Test case: explicit-pan-left-pan-down
43 PASS style.touchAction is "pan-left pan-down"
45 Test case: explicit-pan-right-pan-up
46 PASS style.touchAction is "pan-right pan-up"
48 Test case: explicit-pan-right-pan-down
49 PASS style.touchAction is "pan-right pan-down"
51 Test case: explicit-pan-up-pan-left
52 PASS style.touchAction is "pan-left pan-up"
54 Test case: explicit-pan-up-pan-right
55 PASS style.touchAction is "pan-right pan-up"
57 Test case: explicit-pan-down-pan-left
58 PASS style.touchAction is "pan-left pan-down"
60 Test case: explicit-pan-down-pan-right
61 PASS style.touchAction is "pan-right pan-down"
63 Test case: explicit-manipulation
64 PASS style.touchAction is "manipulation"
66 Test case: explicit-none
67 PASS style.touchAction is "none"
69 Test case: explicit-invalid-1
70 PASS style.touchAction is "auto"
72 Test case: explicit-invalid-2
73 PASS style.touchAction is "none"
75 Test case: explicit-invalid-3
76 PASS style.touchAction is "auto"
78 Test case: explicit-invalid-4
79 PASS style.touchAction is "auto"
81 Test case: explicit-invalid-5
82 PASS style.touchAction is "auto"
84 Test case: explicit-invalid-6
85 PASS style.touchAction is "auto"
87 Test case: explicit-invalid-7
88 PASS style.touchAction is "auto"
90 Test case: explicit-invalid-8
91 PASS style.touchAction is "auto"
93 Test case: explicit-invalid-9
94 PASS style.touchAction is "auto"
96 Test case: explicit-invalid-10
97 PASS style.touchAction is "auto"
99 Test case: explicit-invalid-11
100 PASS style.touchAction is "auto"
102 Test case: explicit-invalid-12
103 PASS style.touchAction is "auto"
105 Test case: explicit-invalid-13
106 PASS style.touchAction is "auto"
108 Test case: not-inherited
109 PASS style.touchAction is "auto"
112 PASS style.touchAction is "none"
115 PASS style.touchAction is "auto"
117 PASS successfullyParsed is true