2 Tests that the hover effect is cleared by a gesture tap between iframe and document
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Verify the hover is not initially set
8 PASS getHoverActiveState(box1) is "default"
9 PASS getHoverActiveState(box2) is "default"
10 Verify the hover effect is set in iframe
11 PASS getHoverActiveState(box1) is "default"
12 PASS getHoverActiveState(box2) is "hovered"
13 Verify the hover effect is cleared in iframe
14 PASS getHoverActiveState(box1) is "hovered"
15 PASS getHoverActiveState(box2) is "default"
16 PASS successfullyParsed is true