Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / events / page-scaled-mouse-click-iframe-expected.txt
1
2 This tests that page scaling and CSS transforms do not affect mouse event pageX and pageY coordinates for content embedded in an iframe.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 Unscaled
8 PASS eventLog is "click(10, 10)"
9
10 setPageScale(0.5)
11 PASS eventLog is "click(20, 20)"
12
13 CSS scale(0.5, 2.0)
14 PASS eventLog is "click(20, 5)"
15
16 setPageScale(0.5), CSS scale(0.5, 2.0)
17 PASS eventLog is "click(40, 10)"
18
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22