blob: 7fbf6217d57b73d7e8cbe111a4eaf193b189ad56 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Verifies if WEBP image encoding on main thread (toDataURL) conflicts with image encoding on async thread (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
|