OLD | NEW |
1 This tests makes sure the touch event's radius property is scaled to account for
browser zoom. | 1 This tests makes sure the touch event's radius property is scaled to account for
browser zoom. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
7 | 7 |
8 TEST COMPLETE | 8 TEST COMPLETE |
9 ===Initial Zoom=== | 9 ===Initial Zoom=== |
| 10 PASS radiusX is 4 |
| 11 PASS radiusY is 10 |
10 ===Zoom 2X=== | 12 ===Zoom 2X=== |
| 13 PASS radiusX is 2 |
| 14 PASS radiusY is 5 |
11 ===Zoom 0.5X=== | 15 ===Zoom 0.5X=== |
| 16 PASS radiusX is 8 |
| 17 PASS radiusY is 20 |
12 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
13 | 19 |
14 TEST COMPLETE | 20 TEST COMPLETE |
15 | 21 |
OLD | NEW |