Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1080)

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/winding-enumeration-expected.txt

Issue 2311223002: Convert fast/canvas Layouttests to testharness (Closed)
Patch Set: Refactor2 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/canvas/winding-enumeration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/winding-enumeration-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/winding-enumeration-expected.txt
deleted file mode 100644
index 6383d08fb3d3e516566bf79eb795918b0f6391bb..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/winding-enumeration-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-PASS context.fill() did not throw exception.
-PASS context.fill('nonzero') did not throw exception.
-PASS context.fill('randomstring') threw exception TypeError: Failed to execute 'fill' on 'CanvasRenderingContext2D': The provided value 'randomstring' is not a valid enum value of type CanvasFillRule..
-PASS context.clip() did not throw exception.
-PASS context.clip('nonzero') did not throw exception.
-PASS context.clip('randomstring') threw exception TypeError: Failed to execute 'clip' on 'CanvasRenderingContext2D': The provided value 'randomstring' is not a valid enum value of type CanvasFillRule..
-PASS context.isPointInPath(0, 0) did not throw exception.
-PASS context.isPointInPath(0, 0, 'nonzero') did not throw exception.
-PASS context.isPointInPath(0, 0, 'randomstring') threw exception TypeError: Failed to execute 'isPointInPath' on 'CanvasRenderingContext2D': The provided value 'randomstring' is not a valid enum value of type CanvasFillRule..
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698