| OLD | NEW |
| 1 Test the parsing and application of the touch-action property. | 1 Test the parsing and application of the touch-action property. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Test case: default | 6 Test case: default |
| 7 PASS style.touchAction is "auto" | 7 PASS style.touchAction is "auto" |
| 8 | 8 |
| 9 Test case: stylesheet-none | 9 Test case: stylesheet-none |
| 10 PASS style.touchAction is "none" | 10 PASS style.touchAction is "none" |
| 11 | 11 |
| 12 Test case: explicit-auto | 12 Test case: explicit-auto |
| 13 PASS style.touchAction is "auto" | 13 PASS style.touchAction is "auto" |
| 14 | 14 |
| 15 Test case: explicit-pan-x | 15 Test case: explicit-pan-x |
| 16 PASS style.touchAction is "pan-x" | 16 PASS style.touchAction is "pan-x" |
| 17 | 17 |
| 18 Test case: explicit-pan-y | 18 Test case: explicit-pan-y |
| 19 PASS style.touchAction is "pan-y" | 19 PASS style.touchAction is "pan-y" |
| 20 | 20 |
| 21 Test case: explicit-pan-x-pan-y | 21 Test case: explicit-pan-x-pan-y |
| 22 PASS style.touchAction is "pan-x pan-y" | 22 PASS style.touchAction is "pan-x pan-y" |
| 23 | 23 |
| 24 Test case: explicit-pan-y-pan-x | 24 Test case: explicit-pan-y-pan-x |
| 25 PASS style.touchAction is "pan-x pan-y" | 25 PASS style.touchAction is "pan-x pan-y" |
| 26 | 26 |
| 27 Test case: explicit-manipulation |
| 28 PASS style.touchAction is "manipulation" |
| 29 |
| 27 Test case: explicit-none | 30 Test case: explicit-none |
| 28 PASS style.touchAction is "none" | 31 PASS style.touchAction is "none" |
| 29 | 32 |
| 30 Test case: explicit-invalid-1 | 33 Test case: explicit-invalid-1 |
| 31 PASS style.touchAction is "auto" | 34 PASS style.touchAction is "auto" |
| 32 | 35 |
| 33 Test case: explicit-invalid-2 | 36 Test case: explicit-invalid-2 |
| 34 PASS style.touchAction is "none" | 37 PASS style.touchAction is "none" |
| 35 | 38 |
| 36 Test case: explicit-invalid-3 | 39 Test case: explicit-invalid-3 |
| 37 PASS style.touchAction is "auto" | 40 PASS style.touchAction is "auto" |
| 38 | 41 |
| 39 Test case: explicit-invalid-4 | 42 Test case: explicit-invalid-4 |
| 40 PASS style.touchAction is "auto" | 43 PASS style.touchAction is "auto" |
| 41 | 44 |
| 45 Test case: explicit-invalid-5 |
| 46 PASS style.touchAction is "auto" |
| 47 |
| 42 Test case: not-inherited | 48 Test case: not-inherited |
| 43 PASS style.touchAction is "auto" | 49 PASS style.touchAction is "auto" |
| 44 | 50 |
| 45 Test case: inherit | 51 Test case: inherit |
| 46 PASS style.touchAction is "none" | 52 PASS style.touchAction is "none" |
| 47 | 53 |
| 48 Test case: initial | 54 Test case: initial |
| 49 PASS style.touchAction is "auto" | 55 PASS style.touchAction is "auto" |
| 50 | 56 |
| 51 PASS successfullyParsed is true | 57 PASS successfullyParsed is true |
| 52 | 58 |
| 53 TEST COMPLETE | 59 TEST COMPLETE |
| 54 | 60 |
| OLD | NEW |