
Tests that tap gesture events set and clear the active state of elements, even when inside an iframe and the document is scrolled.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


See https://bugs.webkit.org/show_bug.cgi?id=96060 for details

Verify active isn't initially set
PASS isBoxActive() is false
Verify tapdown,tap sets and clears active
PASS isBoxActive() is true
PASS isBoxActive() is false
PASS successfullyParsed is true

TEST COMPLETE

