blob: 0f3a724b92cada2d7d12eaf438e88791f9e9982b [file] [log] [blame]
This tests that page scaling does not affect mouse event pageX and pageY coordinates.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Unscaled
PASS eventLog is "click(10, 10)"
setPageScale(0.5)
PASS eventLog is "click(20, 20)"
PASS successfullyParsed is true
TEST COMPLETE