OLD | NEW |
1 This test checks getScreenCTM() on zoomed pages. | 1 This test checks getScreenCTM() on zoomed pages. |
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 CTM1 is "1, 0, 0, 1, 0, 100" | 6 PASS successfullyParsed is true |
7 PASS CTM2 is "1, 0, 0, 1, 100, 200" | 7 |
8 PASS CTM3 is "1, 0, 0, 1, 200, 300" | 8 TEST COMPLETE |
9 PASS CTM4 is "1, 0, 0, 1, 300, 400" | 9 FAIL CTM1 should be 1, 0, 0, 1, 0, 100. Was 1, 0, 0, 1, 0, 145.13888549804688. |
| 10 FAIL CTM2 should be 1, 0, 0, 1, 100, 200. Was 1, 0, 0, 1, 100, 245.1388854980468
8. |
| 11 FAIL CTM3 should be 1, 0, 0, 1, 200, 300. Was 1, 0, 0, 1, 200, 345.1388854980469
. |
| 12 FAIL CTM4 should be 1, 0, 0, 1, 300, 400. Was 1, 0, 0, 1, 300, 445.1388854980469
. |
10 | 13 |
11 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
12 | 15 |
13 TEST COMPLETE | 16 TEST COMPLETE |
14 | 17 |
OLD | NEW |