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

Unified Diff: LayoutTests/fast/canvas/canvas-path-addpath.html

Issue 170503002: Implement addPath() method for Path object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-path-addpath-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-path-addpath.html
diff --git a/LayoutTests/fast/canvas/canvas-clearRect.html b/LayoutTests/fast/canvas/canvas-path-addpath.html
similarity index 70%
copy from LayoutTests/fast/canvas/canvas-clearRect.html
copy to LayoutTests/fast/canvas/canvas-path-addpath.html
index 899e664f9b4ed18fdd54f4e69323ea66b0cde8fe..ea354b0ee62a5b62c556ae6695c8eda56ec2a0be 100644
--- a/LayoutTests/fast/canvas/canvas-clearRect.html
+++ b/LayoutTests/fast/canvas/canvas-path-addpath.html
@@ -4,6 +4,6 @@
<script src="../../resources/js-test.js"></script>
</head>
<body>
-<script src="script-tests/canvas-clearRect.js"></script>
+<script src="script-tests/canvas-path-addpath.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/canvas/canvas-path-addpath-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698