OLD | NEW |
(Empty) | |
| 1 Test the parsing and application of the touch-action property. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 Test case: default |
| 7 PASS style.touchAction is "auto" |
| 8 |
| 9 Test case: stylesheet-none |
| 10 PASS style.touchAction is "none" |
| 11 |
| 12 Test case: explicit-auto |
| 13 PASS style.touchAction is "auto" |
| 14 |
| 15 Test case: explicit-none |
| 16 PASS style.touchAction is "none" |
| 17 |
| 18 Test case: explicit-invalid |
| 19 PASS style.touchAction is "auto" |
| 20 |
| 21 Test case: not-inherited |
| 22 PASS style.touchAction is "auto" |
| 23 |
| 24 Test case: inherit |
| 25 PASS style.touchAction is "none" |
| 26 |
| 27 Test case: initial |
| 28 PASS style.touchAction is "auto" |
| 29 |
| 30 PASS successfullyParsed is true |
| 31 |
| 32 TEST COMPLETE |
| 33 |
OLD | NEW |