Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-clip-rule-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-clip-rule-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-clip-rule-expected.txt |
deleted file mode 100644 |
index eb71dc951eeb1cbb2858af901df796074d0305f2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-clip-rule-expected.txt |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-Series of tests to ensure correct results of the winding rule. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Testing default clip |
-PASS pixelDataAtPoint()[0] is within 5 of 0 |
-PASS pixelDataAtPoint()[1] is within 5 of 255 |
-PASS pixelDataAtPoint()[2] is within 5 of 0 |
-PASS pixelDataAtPoint()[3] is within 5 of 255 |
- |
-Testing nonzero clip |
-PASS pixelDataAtPoint()[0] is within 5 of 0 |
-PASS pixelDataAtPoint()[1] is within 5 of 255 |
-PASS pixelDataAtPoint()[2] is within 5 of 0 |
-PASS pixelDataAtPoint()[3] is within 5 of 255 |
- |
-Testing evenodd clip |
-PASS pixelDataAtPoint()[0] is within 5 of 255 |
-PASS pixelDataAtPoint()[1] is within 5 of 0 |
-PASS pixelDataAtPoint()[2] is within 5 of 0 |
-PASS pixelDataAtPoint()[3] is within 5 of 255 |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |