Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-hover-state-iframe-expected.txt
blobd2f9289f2d8ffe8cadb1d2c36dc0fc686cb473e2
1 Gestures go here
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
18 TEST COMPLETE