Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-imageSmoothingEnabled-repaint-expected.txt
blob092f51cd8038af0a2b038ad32f2be49e75d46142
1 Tests that disabling the imageSmoothingEnabled attribute still works after multiple repaints
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
15 TEST COMPLETE