Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-repaint-expected.txt |
deleted file mode 100644 |
index 092f51cd8038af0a2b038ad32f2be49e75d46142..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingEnabled-repaint-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-Tests that disabling the imageSmoothingEnabled attribute still works after multiple repaints |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Test that the image is not filtered |
-PASS left_of_center_pixel.data[0] is 255 |
-PASS left_of_center_pixel.data[1] is 0 |
-PASS left_of_center_pixel.data[2] is 0 |
-PASS right_of_center_pixel.data[0] is 0 |
-PASS right_of_center_pixel.data[1] is 255 |
-PASS right_of_center_pixel.data[2] is 0 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |