OLD | NEW |
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 |
OLD | NEW |