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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1
2 mimeType: unspecified
3 PASS: Canvas of size 0x0 created data: url with no content - 'data:,'.
4 mimeType: unspecified
5 PASS: Canvas of size 0x100 created data: url with no content - 'data:,'.
6 mimeType: unspecified
7 PASS: Canvas of size 100x0 created data: url with no content - 'data:,'.
8 mimeType: image/jpeg
9 PASS: Canvas of size 0x0 created data: url with no content - 'data:,'.
10 mimeType: image/jpeg
11 PASS: Canvas of size 0x100 created data: url with no content - 'data:,'.
12 mimeType: image/jpeg
13 PASS: Canvas of size 100x0 created data: url with no content - 'data:,'.
14 mimeType: image/webp
15 PASS: Canvas of size 0x0 created data: url with no content - 'data:,'.
16 mimeType: image/webp
17 PASS: Canvas of size 0x100 created data: url with no content - 'data:,'.
18 mimeType: image/webp
19 PASS: Canvas of size 100x0 created data: url with no content - 'data:,'.
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698