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

Unified Diff: LayoutTests/fast/canvas/canvas-path-context-stroke.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: clean up idl Created 6 years, 11 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-stroke.html
diff --git a/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html b/LayoutTests/fast/canvas/canvas-path-context-stroke.html
similarity index 57%
copy from LayoutTests/fast/canvas/canvas-invalid-fillstyle.html
copy to LayoutTests/fast/canvas/canvas-path-context-stroke.html
index 2939430bb418437f356ed31f0b4ddce17e1e92f2..5f84cb205ad1ff740d8ce30823dae31197a488e9 100644
--- a/LayoutTests/fast/canvas/canvas-invalid-fillstyle.html
+++ b/LayoutTests/fast/canvas/canvas-path-context-stroke.html
@@ -1,10 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<!doctype html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<canvas id="canvas" width="200" height="200"></canvas>
-<script src="canvas-invalid-fillstyle.js"></script>
+<script src="script-tests/canvas-path-context-stroke.js"></script>
</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698