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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-invalid.html

Issue 1496683005: Make callback arg non-nullable on canvas.toBlob (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding layout test Created 5 years 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 | third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-invalid-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-invalid.html
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-invalid.html
similarity index 69%
copy from third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html
copy to third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-invalid.html
index 899e664f9b4ed18fdd54f4e69323ea66b0cde8fe..a5104edf63bcf0af83e07d6b2932df04386d4dfe 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-clearRect.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-invalid.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-toBlob-invalid.js"></script>
Justin Novosad 2015/12/08 02:12:28 This is an old way of writing tests. we just put t
</body>
</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/canvas-toBlob-invalid-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698