Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / touch / gesture / gesture-tap-near-iframe-expected.txt
1 Verify that in the absence of any reason to adjust into an iframe, taps are handle in the frame matching the center point of the tap. bug 401504
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 Sending GestureTap on top of iframe
7 PASS sawClick is false
8
9 Sending GestureTap above iframe
10 Received click on DIV#container
11 PASS sawClick is true
12
13 Sending GestureTap to the left of iframe
14 Received click on DIV#container
15 PASS sawClick is true
16
17 Sending GestureTap to the right of iframe
18 Received click on DIV#container
19 PASS sawClick is true
20
21 Sending GestureTap below iframe
22 Received click on DIV#container
23 PASS sawClick is true
24
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28