OLD | NEW |
1 Series of tests to ensure correct results on applying different blend modes. | 1 Series of tests to ensure correct results on applying different blend modes. |
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 Testing blend mode "source-over" | 6 Testing blend mode "source-over" |
7 solid on solid | 7 solid on solid |
8 PASS pixelDataAtPoint(0)[0] is within 5 of 255 | 8 PASS pixelDataAtPoint(0)[0] is within 5 of 255 |
9 PASS pixelDataAtPoint(0)[1] is within 5 of 0 | 9 PASS pixelDataAtPoint(0)[1] is within 5 of 0 |
10 PASS pixelDataAtPoint(0)[2] is within 5 of 0 | 10 PASS pixelDataAtPoint(0)[2] is within 5 of 0 |
(...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1120 PASS pixelDataAtPoint(2)[3] is within 5 of 191 | 1120 PASS pixelDataAtPoint(2)[3] is within 5 of 191 |
1121 PASS pixelDataAtPoint(3)[0] is within 5 of 0 | 1121 PASS pixelDataAtPoint(3)[0] is within 5 of 0 |
1122 PASS pixelDataAtPoint(3)[1] is within 5 of 0 | 1122 PASS pixelDataAtPoint(3)[1] is within 5 of 0 |
1123 PASS pixelDataAtPoint(3)[2] is within 5 of 255 | 1123 PASS pixelDataAtPoint(3)[2] is within 5 of 255 |
1124 PASS pixelDataAtPoint(3)[3] is within 5 of 191 | 1124 PASS pixelDataAtPoint(3)[3] is within 5 of 191 |
1125 | 1125 |
1126 PASS successfullyParsed is true | 1126 PASS successfullyParsed is true |
1127 | 1127 |
1128 TEST COMPLETE | 1128 TEST COMPLETE |
1129 | 1129 |
1130 #EOF | |
1131 #EOF | |
OLD | NEW |