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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-svg-expected.txt

Issue 1890613002: Support createImageBitmap from a SVG image (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 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 Test createImageBitmap from a SVG image.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS bitmap.width is 200
7 PASS bitmap.height is 200
8 PASS d[0] is 0
9 PASS d[1] is 0
10 PASS d[2] is 255
11 PASS d[3] is 255
12 PASS d[0] is 0
13 PASS d[1] is 0
14 PASS d[2] is 255
15 PASS d[3] is 255
16 PASS d[0] is 0
17 PASS d[1] is 0
18 PASS d[2] is 255
19 PASS d[3] is 255
20 PASS d[0] is 0
21 PASS d[1] is 0
22 PASS d[2] is 255
23 PASS d[3] is 255
24 PASS successfullyParsed is true
25
26 TEST COMPLETE
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698