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 Verify active isn't initially set | 9 Verify active isn't initially set |
10 PASS isBoxActive() is false | 10 PASS isBoxActive() is false |
11 Verify tapdown,tap sets and clears active | 11 Verify tapdown,tap sets and clears active |
12 PASS isBoxActive() is true | 12 PASS isBoxActive() is true |
| 13 PASS isBoxActive() is true |
13 PASS isBoxActive() is false | 14 PASS isBoxActive() is false |
14 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
15 | 16 |
16 TEST COMPLETE | 17 TEST COMPLETE |
17 | 18 |
OLD | NEW |