blob: 4814fab3a653d57e4e97a1bcd47ca1df8d45ad9c [file] [log] [blame]
This tests makes sure the touch event's radius property is scaled to account for browser zoom.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
===Initial Zoom===
PASS radiusX is 4
PASS radiusY is 10
===Zoom 2X===
PASS radiusX is 2
PASS radiusY is 5
===Zoom 0.5X===
PASS radiusX is 8
PASS radiusY is 20
PASS successfullyParsed is true
TEST COMPLETE