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

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

Issue 1901153002: Implement createImageBitmap(SVG) of intrinsic size = 0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: null check Created 4 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
OLDNEW
1 Test createImageBitmap from a SVG image without intrinsic size. 1 Test createImageBitmap from a SVG image without intrinsic size and with zero siz e.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS createImageBitmap promise rejected: InvalidStateError: Failed to execute 'c reateImageBitmap' on 'Window': The image element contains an SVG image without i ntrinsic dimensions. 6 PASS createImageBitmap from a SVG without intrinsic size rejected: InvalidStateE rror: Failed to execute 'createImageBitmap' on 'Window': The image element conta ins an SVG image without intrinsic dimensions.
7 PASS createImageBitmap from a SVG with zero size rejected: InvalidStateError: Fa iled to execute 'createImageBitmap' on 'Window': The image element contains an S VG image without intrinsic dimensions.
8 PASS createImageBitmap from a zero size SVG with cropRect succeed
9 PASS d[0] is 0
10 PASS d[1] is 0
11 PASS d[2] is 0
12 PASS d[3] is 0
13 PASS d[0] is 0
14 PASS d[1] is 0
15 PASS d[2] is 0
16 PASS d[3] is 0
17 PASS d[0] is 0
18 PASS d[1] is 0
19 PASS d[2] is 0
20 PASS d[3] is 0
21 PASS d[0] is 0
22 PASS d[1] is 0
23 PASS d[2] is 0
24 PASS d[3] is 0
7 PASS successfullyParsed is true 25 PASS successfullyParsed is true
8 26
9 TEST COMPLETE 27 TEST COMPLETE
10 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698