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