Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-active-state-iframe-expected.txt
blob5b4424e374a2e3c584d15111ab6f160e9a122ea4
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
16 TEST COMPLETE