OLD | NEW |
1 Test 1 | 1 Test 1 |
2 PASS rects.length is 5 | 2 PASS rects.length is 5 |
3 PASS rects[0].left is 8 | 3 PASS rects[0].left is 8 |
4 PASS rects[0].top is 8 | 4 PASS rects[0].top is 8 |
5 PASS rects[0].width is 400 | 5 PASS rects[0].width is 400 |
6 PASS rects[0].height is 160 | 6 PASS rects[0].height is 160 |
7 PASS rects[1].left is 8 | 7 PASS rects[1].left is 8 |
8 FAIL rects[1].top should be 19. Was 18. | 8 FAIL rects[1].top should be 19. Was 18. |
9 FAIL rects[1].width should be 396. Was 378. | 9 FAIL rects[1].width should be 396. Was 378. |
10 FAIL rects[1].height should be 18. Was 19. | 10 FAIL rects[1].height should be 18. Was 19. |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 FAIL rects[3].left should be 139. Was 138. | 215 FAIL rects[3].left should be 139. Was 138. |
216 FAIL rects[3].top should be 2088. Was 2044. | 216 FAIL rects[3].top should be 2088. Was 2044. |
217 FAIL rects[3].width should be 18. Was 19. | 217 FAIL rects[3].width should be 18. Was 19. |
218 FAIL rects[3].height should be 360. Was 247. | 218 FAIL rects[3].height should be 360. Was 247. |
219 Test 11 | 219 Test 11 |
220 PASS rects.length is 0 | 220 PASS rects.length is 0 |
221 PASS successfullyParsed is true | 221 PASS successfullyParsed is true |
222 | 222 |
223 TEST COMPLETE | 223 TEST COMPLETE |
224 | 224 |
OLD | NEW |