OLD | NEW |
1 Ensure correct behavior of canvas with drawImage+shadow after scaling. A blue an
d red checkered pattern should be displayed. | 1 Ensure correct behavior of canvas with drawImage+shadow after scaling. A blue an
d 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 PASS d[2] is 0 | 80 PASS d[2] is 0 |
81 PASS d[3] is around 17 | 81 PASS d[3] is around 17 |
82 PASS d[0] is 255 | 82 PASS d[0] is 255 |
83 PASS d[1] is 0 | 83 PASS d[1] is 0 |
84 PASS d[2] is 0 | 84 PASS d[2] is 0 |
85 PASS d[3] is around 17 | 85 PASS d[3] is around 17 |
86 PASS successfullyParsed is true | 86 PASS successfullyParsed is true |
87 | 87 |
88 TEST COMPLETE | 88 TEST COMPLETE |
89 | 89 |
OLD | NEW |