2 Tests that tap gesture events set and clear the active state of elements, even when inside an iframe and the document is scrolled.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 See https://bugs.webkit.org/show_bug.cgi?id=96060 for details
9 Verify active isn't initially set
10 PASS getHoverActiveState(box) is "default"
11 Verify showPress, tap sets and clears active
12 PASS getHoverActiveState(box) is "hoveredAndActive"
13 PASS getHoverActiveState(box) is "hovered"
14 PASS successfullyParsed is true