| OLD | NEW |
| 1 Test instanceof functions and properties of URL and webkitURL. | 1 Test instanceof functions and properties of URL and webkitURL. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS 'createObjectURL' in URL is true | 6 PASS 'createObjectURL' in URL is true |
| 7 PASS 'revokeObjectURL' in URL is true | 7 PASS 'revokeObjectURL' in URL is true |
| 8 PASS url.createObjectURL is undefined. | 8 PASS url.createObjectURL is undefined. |
| 9 PASS url.revokeObjectURL is undefined. | 9 PASS url.revokeObjectURL is undefined. |
| 10 PASS window.URL.createObjectURL is defined. | 10 PASS window.URL.createObjectURL is defined. |
| 11 PASS window.URL.revokeObjectURL is defined. | 11 PASS window.URL.revokeObjectURL is defined. |
| 12 PASS 'createObjectURL' in webkitURL is true | 12 PASS 'createObjectURL' in webkitURL is true |
| 13 PASS 'revokeObjectURL' in webkitURL is true | 13 PASS 'revokeObjectURL' in webkitURL is true |
| 14 PASS window.webkitURL.createObjectURL is defined. | 14 PASS window.webkitURL.createObjectURL is defined. |
| 15 PASS window.webkitURL.revokeObjectURL is defined. | 15 PASS window.webkitURL.revokeObjectURL is defined. |
| 16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
| 17 | 17 |
| 18 TEST COMPLETE | 18 TEST COMPLETE |
| 19 | 19 |
| OLD | NEW |