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

Side by Side Diff: LayoutTests/fast/canvas/toDataURL-supportedTypes-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1 The Actual Canvas 1 The Actual Canvas
2 Given MIMEType: image/png 2 Given MIMEType: image/png
3 Used MIMEType: image/png 3 Used MIMEType: image/png
4 MIME types are the SAME. 4 MIME types are the SAME.
5 5
6 Given MIMEType: image/jpeg 6 Given MIMEType: image/jpeg
7 Used MIMEType: image/jpeg 7 Used MIMEType: image/jpeg
8 MIME types are the SAME. 8 MIME types are the SAME.
9 9
10 Given MIMEType: image/gif 10 Given MIMEType: image/gif
11 Used MIMEType: image/gif 11 Used MIMEType: image/png
12 MIME types are the SAME. 12 MIME types DIFFER.
13 13
14 Given MIMEType: 14 Given MIMEType:
15 Used MIMEType: image/png 15 Used MIMEType: image/png
16 MIME types DIFFER. 16 MIME types DIFFER.
17 17
18 Given MIMEType: null 18 Given MIMEType: null
19 Used MIMEType: image/png 19 Used MIMEType: image/png
20 MIME types DIFFER. 20 MIME types DIFFER.
21 21
22 Given MIMEType: undefined 22 Given MIMEType: undefined
23 Used MIMEType: image/png 23 Used MIMEType: image/png
24 MIME types DIFFER. 24 MIME types DIFFER.
25 25
26 Given MIMEType: image/x-webkitbitmap 26 Given MIMEType: image/x-webkitbitmap
27 Used MIMEType: image/png 27 Used MIMEType: image/png
28 MIME types DIFFER. 28 MIME types DIFFER.
29 29
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698