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