OLD | NEW |
1 | 1 |
2 Tests that tap gesture events set and clear the active state of elements, even w
hen inside an iframe and the document is scrolled. | 2 Tests that tap gesture events set and clear the active state of elements, even w
hen inside an iframe and the document is scrolled. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 See https://bugs.webkit.org/show_bug.cgi?id=96060 for details | 7 See https://bugs.webkit.org/show_bug.cgi?id=96060 for details |
8 | 8 |
| 9 PASS successfullyParsed is true |
| 10 |
| 11 TEST COMPLETE |
9 Verify active isn't initially set | 12 Verify active isn't initially set |
10 PASS isBoxActive() is false | 13 PASS isBoxActive() is false |
11 Verify tapdown,tap sets and clears active | 14 Verify tapdown,tap sets and clears active |
12 PASS isBoxActive() is true | 15 PASS isBoxActive() is true |
13 PASS isBoxActive() is false | 16 PASS isBoxActive() is false |
14 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
15 | 18 |
16 TEST COMPLETE | 19 TEST COMPLETE |
17 PASS successfullyParsed is true | |
18 | |
19 TEST COMPLETE | |
20 | 20 |
OLD | NEW |