Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-hover-clear-expected.txt
blobe52d2a8c076c6d0862f21f90b7a10ae202b30d74
1 Hover over me
2 Click me
3 Tests that hover effects from a gesture tap down can be cleared by a gesture tap or mousemove outside of the hovered element.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 See https://bugs.webkit.org/show_bug.cgi?id=103283 for details.
10 The Don't Click Me div should not be visible.
11 PASS dontClickMe.offsetTop is 0
12 The Don't Click Me div should be visible after a GestureShowPress on the Hover Over Me div.
13 PASS hoverme is hoverme
14 PASS dontClickMe.offsetTop is 100
15 The Don't Click Me div should not be visible after a GestureTap on the Click Me div.
16 PASS clickme is clickme
17 PASS dontClickMe.offsetTop is 0
18 The Don't Click Me div should be visible after a GestureShowPress on the Hover Over Me div.
19 PASS hoverme is hoverme
20 PASS dontClickMe.offsetTop is 100
21 The Don't Click Me div should not be visible after a mouse move to below the Click Me div.
22 PASS dontClickMe.offsetTop is 0
23 PASS successfullyParsed is true
25 TEST COMPLETE