Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / touch / touch-browser-zoom-scales-radius-expected.txt
bloba066c59a26b5a220de7da34d94e98714575c6c5c
1 This tests makes sure the touch event's radius property is scaled to account for browser zoom.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
8 TEST COMPLETE
9 ===Initial Zoom===
10 PASS radiusX is 4
11 PASS radiusY is 10
12 ===Zoom 2X===
13 PASS radiusX is 2
14 PASS radiusY is 5
15 ===Zoom 0.5X===
16 PASS radiusX is 8
17 PASS radiusY is 20
18 PASS successfullyParsed is true
20 TEST COMPLETE