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

Unified Diff: LayoutTests/fast/canvas/canvas-path-context-fill.html

Issue 137353004: Add versions of stroke, fill, and clip that take a Path parameter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reorder IDL, so that the stricter check for Path comes before the less strict check for an enum. Created 6 years, 10 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: LayoutTests/fast/canvas/canvas-path-context-fill.html
diff --git a/LayoutTests/fast/canvas/canvas-path-context-fill.html b/LayoutTests/fast/canvas/canvas-path-context-fill.html
new file mode 100644
index 0000000000000000000000000000000000000000..073f1ac9307df0b08c56fd48ad84c36d5862ee6f
--- /dev/null
+++ b/LayoutTests/fast/canvas/canvas-path-context-fill.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+<head>
+<script src="../../resources/js-test.js"></script>
+</head>
+<body>
+<canvas id="canvas" width="200" height="200"></canvas>
+<script src="script-tests/canvas-path-context-fill.js"></script>
+</body>

Powered by Google App Engine
This is Rietveld 408576698