| OLD | NEW |
| (Empty) |
| 1 Test the parsing and application of the touch-action-delay 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.touchActionDelay is "script" | |
| 8 | |
| 9 Test case: stylesheet-none | |
| 10 PASS style.touchActionDelay is "none" | |
| 11 | |
| 12 Test case: stylesheet-explicit-script | |
| 13 PASS style.touchActionDelay is "script" | |
| 14 | |
| 15 Test case: stylesheet-explicit-none | |
| 16 PASS style.touchActionDelay is "none" | |
| 17 | |
| 18 Test case: inherited | |
| 19 PASS style.touchActionDelay is "none" | |
| 20 | |
| 21 Test case: explicit-inherit | |
| 22 PASS style.touchActionDelay is "none" | |
| 23 | |
| 24 Test case: initial | |
| 25 PASS style.touchActionDelay is "script" | |
| 26 | |
| 27 Test case: explicit-invalid | |
| 28 PASS style.touchActionDelay is "script" | |
| 29 | |
| 30 Test case: explicit-script | |
| 31 PASS style.touchActionDelay is "script" | |
| 32 | |
| 33 PASS successfullyParsed is true | |
| 34 | |
| 35 TEST COMPLETE | |
| 36 | |
| OLD | NEW |