blob: ac789ebee7bbd50130a2b90b13dcb8f0f4341dcf (
plain)
1
2
3
4
5
6
7
8
9
10
|
Verifies if synchronous PNG image encoding (toDataURL) conflicts with asynchronous image encoding (toBlob)
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS All images encoded by both async and main threads match one another
PASS successfullyParsed is true
TEST COMPLETE
|