blob: 097f90b7a6ca4587cf13039ba532a6a17042bbeb [file] [edit]
Tests that pasted images use data URLs with valid MIME types.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS pastedImages.length is 1
PASS url.protocol is "data:"
PASS img.src.startsWith('data:image/') is true
PASS img.src.includes(';base64,') is true
PASS successfullyParsed is true
TEST COMPLETE