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

Unified Diff: LayoutTests/fast/canvas/canvas-currentTransform.html

Issue 24233004: Support currentTransform in 2D Canvas. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase to upstream Created 7 years, 2 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-currentTransform.html
diff --git a/LayoutTests/fast/canvas/canvas-color-clamping.html b/LayoutTests/fast/canvas/canvas-currentTransform.html
similarity index 76%
copy from LayoutTests/fast/canvas/canvas-color-clamping.html
copy to LayoutTests/fast/canvas/canvas-currentTransform.html
index 7ed56fe865dc35e7ea998cc27435b99aca65b902..6cd1ba66aa98352cad2a60bbab92ee4d87fcbf32 100644
--- a/LayoutTests/fast/canvas/canvas-color-clamping.html
+++ b/LayoutTests/fast/canvas/canvas-currentTransform.html
@@ -4,7 +4,7 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<script src="script-tests/canvas-color-clamping.js"></script>
+<script src="script-tests/canvas-currentTransform.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698