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

Unified Diff: LayoutTests/fast/canvas/canvas-extremely-large-dimensions.html

Issue 44253005: 2D Canvas: Refactor code re-attempting to allocate an imageBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@convertL
Patch Set: Use extremely instead of insanely. Amend test a bit. Created 7 years, 1 month 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-extremely-large-dimensions.html
diff --git a/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html b/LayoutTests/fast/canvas/canvas-extremely-large-dimensions.html
similarity index 70%
copy from LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html
copy to LayoutTests/fast/canvas/canvas-extremely-large-dimensions.html
index 83a7832a0852643196d6d31f9d81fc3b62e83516..1c2aff53d0a2acf86e6e43c463b04ef56eaed653 100644
--- a/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html
+++ b/LayoutTests/fast/canvas/canvas-extremely-large-dimensions.html
@@ -4,6 +4,6 @@
<script src="../../resources/js-test.js"></script>
</head>
<body>
-<script src="script-tests/canvas-strokePath-gradient-shadow.js"></script>
+<script src="script-tests/canvas-extremely-large-dimensions.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698