OLD | NEW |
1 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 1: 'webkitURL' is deprecated. Please use 'URL' instead. |
2 Test instanceof functions and properties of URL and webkitURL. | 2 Test instanceof functions and properties of URL and webkitURL. |
3 | 3 |
4 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
". |
5 | 5 |
6 | 6 |
7 PASS 'createObjectURL' in URL is true | 7 PASS 'createObjectURL' in URL is true |
8 PASS 'revokeObjectURL' in URL is true | 8 PASS 'revokeObjectURL' in URL is true |
9 PASS url.createObjectURL is undefined. | 9 PASS url.createObjectURL is undefined. |
10 PASS url.revokeObjectURL is undefined. | 10 PASS url.revokeObjectURL is undefined. |
11 PASS window.URL.createObjectURL is defined. | 11 PASS window.URL.createObjectURL is defined. |
12 PASS window.URL.revokeObjectURL is defined. | 12 PASS window.URL.revokeObjectURL is defined. |
13 PASS 'createObjectURL' in webkitURL is true | 13 PASS 'createObjectURL' in webkitURL is true |
14 PASS 'revokeObjectURL' in webkitURL is true | 14 PASS 'revokeObjectURL' in webkitURL is true |
15 PASS window.webkitURL.createObjectURL is defined. | 15 PASS window.webkitURL.createObjectURL is defined. |
16 PASS window.webkitURL.revokeObjectURL is defined. | 16 PASS window.webkitURL.revokeObjectURL is defined. |
17 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
18 | 18 |
19 TEST COMPLETE | 19 TEST COMPLETE |
20 | 20 |
OLD | NEW |