OLD | NEW |
| (Empty) |
1 Tests that disabling the imageSmoothingEnabled attribute still works after multi
ple repaints | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 Test that the image is not filtered | |
7 PASS left_of_center_pixel.data[0] is 255 | |
8 PASS left_of_center_pixel.data[1] is 0 | |
9 PASS left_of_center_pixel.data[2] is 0 | |
10 PASS right_of_center_pixel.data[0] is 0 | |
11 PASS right_of_center_pixel.data[1] is 255 | |
12 PASS right_of_center_pixel.data[2] is 0 | |
13 PASS successfullyParsed is true | |
14 | |
15 TEST COMPLETE | |
16 | |
OLD | NEW |