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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/toDataURL-noData-expected.txt

Issue 2701053003: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Addressing comments Created 3 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
Index: third_party/WebKit/LayoutTests/fast/canvas/toDataURL-noData-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/toDataURL-noData-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/toDataURL-noData-expected.txt
deleted file mode 100644
index 7334bfe949fef268b1c9ae3b52b1472810b86494..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/toDataURL-noData-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-
-mimeType: unspecified
-PASS: Canvas of size 0x0 created data: url with no content - 'data:,'.
-mimeType: unspecified
-PASS: Canvas of size 0x100 created data: url with no content - 'data:,'.
-mimeType: unspecified
-PASS: Canvas of size 100x0 created data: url with no content - 'data:,'.
-mimeType: image/jpeg
-PASS: Canvas of size 0x0 created data: url with no content - 'data:,'.
-mimeType: image/jpeg
-PASS: Canvas of size 0x100 created data: url with no content - 'data:,'.
-mimeType: image/jpeg
-PASS: Canvas of size 100x0 created data: url with no content - 'data:,'.
-mimeType: image/webp
-PASS: Canvas of size 0x0 created data: url with no content - 'data:,'.
-mimeType: image/webp
-PASS: Canvas of size 0x100 created data: url with no content - 'data:,'.
-mimeType: image/webp
-PASS: Canvas of size 100x0 created data: url with no content - 'data:,'.
-

Powered by Google App Engine
This is Rietveld 408576698