OLD | NEW |
1 Ensure correct behavior of canvas with path stroke + shadow after scaling. A blu
e and red checkered pattern should be displayed. | 1 Ensure correct behavior of canvas with path stroke + shadow after scaling. A blu
e and red checkered pattern should be displayed. |
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 d[0] is 255 | 6 PASS d[0] is 255 |
7 PASS d[1] is 0 | 7 PASS d[1] is 0 |
8 PASS d[2] is 0 | 8 PASS d[2] is 0 |
9 PASS d[3] is 255 | 9 PASS d[3] is 255 |
10 PASS d[0] is 255 | 10 PASS d[0] is 255 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 PASS d[2] is 0 | 48 PASS d[2] is 0 |
49 PASS d[3] is around 70 | 49 PASS d[3] is around 70 |
50 PASS d[0] is 255 | 50 PASS d[0] is 255 |
51 PASS d[1] is 0 | 51 PASS d[1] is 0 |
52 PASS d[2] is 0 | 52 PASS d[2] is 0 |
53 PASS d[3] is around 69 | 53 PASS d[3] is around 69 |
54 PASS successfullyParsed is true | 54 PASS successfullyParsed is true |
55 | 55 |
56 TEST COMPLETE | 56 TEST COMPLETE |
57 | 57 |
OLD | NEW |