| OLD | NEW |
| 1 Test calling revokeObjectURL with no argument. | 1 Test calling revokeObjectURL with no argument. |
| 2 PASS: Not enough arguments | 2 PASS: Failed to execute 'revokeObjectURL' on 'DOMURL': 1 argument required, but
only 0 present. |
| 3 Test calling revokeObjectURL with empty URL. | 3 Test calling revokeObjectURL with empty URL. |
| 4 PASS | 4 PASS |
| 5 Test calling revokeObjectURL with invalid URL. | 5 Test calling revokeObjectURL with invalid URL. |
| 6 PASS | 6 PASS |
| 7 Test calling revokeObjectURL with non-existent URL. | 7 Test calling revokeObjectURL with non-existent URL. |
| 8 PASS | 8 PASS |
| 9 DONE | 9 DONE |
| 10 | 10 |
| OLD | NEW |