| OLD | NEW |
| 1 Test basic cases of tap-to-zoom mechanics. | 1 Test basic cases of tap-to-zoom mechanics. |
| 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 |
| 7 |
| 8 TEST COMPLETE |
| 6 PASS zoomableArea.top is 100 | 9 PASS zoomableArea.top is 100 |
| 7 PASS zoomableArea.left is 100 | 10 PASS zoomableArea.left is 100 |
| 8 PASS zoomableArea.width is 200 | 11 PASS zoomableArea.width is 200 |
| 9 PASS zoomableArea.height is 100 | 12 PASS zoomableArea.height is 100 |
| 10 PASS zoomableArea.top is 210 | 13 PASS zoomableArea.top is 210 |
| 11 PASS zoomableArea.left is 110 | 14 PASS zoomableArea.left is 110 |
| 12 PASS zoomableArea.width is 180 | 15 PASS zoomableArea.width is 180 |
| 13 PASS zoomableArea.height is 80 | 16 PASS zoomableArea.height is 80 |
| 14 PASS zoomableArea.top is 200 | 17 PASS zoomableArea.top is 200 |
| 15 PASS zoomableArea.left is 100 | 18 PASS zoomableArea.left is 100 |
| 16 PASS zoomableArea.width is 200 | 19 PASS zoomableArea.width is 200 |
| 17 PASS zoomableArea.height is 100 | 20 PASS zoomableArea.height is 100 |
| 18 PASS zoomableArea.top is 50 | 21 PASS zoomableArea.top is 50 |
| 19 PASS zoomableArea.left is 50 | 22 PASS zoomableArea.left is 50 |
| 20 PASS zoomableArea.width is 300 | 23 PASS zoomableArea.width is 300 |
| 21 PASS zoomableArea.height is 300 | 24 PASS zoomableArea.height is 300 |
| 22 PASS successfullyParsed is true | 25 PASS successfullyParsed is true |
| 23 | 26 |
| 24 TEST COMPLETE | 27 TEST COMPLETE |
| 25 | 28 |
| OLD | NEW |