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