Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / page-scaled-mouse-click-iframe-expected.txt
blobaecf06ab8356d790a7363648cb9fdba2e3804c06
2 This tests that page scaling and CSS transforms do not affect mouse event pageX and pageY coordinates for content embedded in an iframe.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Unscaled
8 PASS eventLog is "click(10, 10)"
10 setPageScale(0.5)
11 PASS eventLog is "click(20, 20)"
13 CSS scale(0.5, 2.0)
14 PASS eventLog is "click(20, 5)"
16 setPageScale(0.5), CSS scale(0.5, 2.0)
17 PASS eventLog is "click(40, 10)"
19 PASS successfullyParsed is true
21 TEST COMPLETE