Index: LayoutTests/fast/canvas/draw-system-focus-ring-expected.txt |
diff --git a/LayoutTests/fast/canvas/draw-system-focus-ring-expected.txt b/LayoutTests/fast/canvas/draw-system-focus-ring-expected.txt |
deleted file mode 100644 |
index 1ba4296176407ab0c265b39831989c4e4e96e086..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/canvas/draw-system-focus-ring-expected.txt |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-PASS canvas.drawSystemFocusRing(null); did not throw exception. |
-PASS canvas.drawSystemFocusRing(); threw exception TypeError: Failed to execute 'drawSystemFocusRing' on 'CanvasRenderingContext2D': 1 argument required, but only 0 present.. |
-PASS canvas.drawSystemFocusRing(null); did not throw exception. |
-PASS data[0] != 0 || data[1] != 0 || data[2] != 0 is true |
-PASS data[0] == 0 && data[1] == 0 && data[2] == 0 is true |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |