Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-active-state-hidden-iframe-expected.txt
blob2ea4f7ed38d56e5ed2fcfe5c35f81d1c93e235f4
1 Gestures go here
2 Tests that tap gesture events on a an element covered by a hidden iframe set and clear the active state.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Verify active isn't initially set
8 PASS getHoverActiveState(box) is "default"
9 Verify showPress, tap sets and clears active
10 PASS getHoverActiveState(box) is "hoveredAndActive"
11 PASS getHoverActiveState(box) is "hovered"
12 PASS successfullyParsed is true
14 TEST COMPLETE