OLD | NEW |
(Empty) | |
| 1 Test the Blob.close() method, revoking. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 Test that dereferencing URLs referring to closed Blobs fail. |
| 7 PASS Error triggered on loading image from closed Blob. |
| 8 Test that dereferencing URLs referring to closed Blobs fail, workers. |
| 9 PASS Worker loaded. |
| 10 PASS Error triggered on starting Worker from a closed Blob. |
| 11 PASS Error triggered on starting Worker from a closed Blob. |
| 12 PASS Error triggered on starting Worker from a closed Blob. |
| 13 PASS Error triggered on starting Worker from a closed Blob. |
| 14 PASS Error triggered on starting Worker from a closed Blob. |
| 15 PASS Error triggered on starting Worker from a closed Blob. |
| 16 PASS Error triggered on starting Worker from a closed Blob. |
| 17 PASS Error triggered on starting Worker from a closed Blob. |
| 18 PASS Error triggered on starting Worker from a closed Blob. |
| 19 Test creating object URLs on closed Blobs |
| 20 PASS blobURL1 !== blobURL2 is true |
| 21 PASS blobURL2.length > 0 is true |
| 22 PASS successfullyParsed is true |
| 23 |
| 24 TEST COMPLETE |
| 25 |
OLD | NEW |