OLD | NEW |
1 CONSOLE WARNING: line 8: 'webkitOfflineAudioContext' is deprecated. Please use '
OfflineAudioContext' instead. | |
2 CONSOLE WARNING: line 8: 'webkitAudioContext' is deprecated. Please use 'AudioCo
ntext' instead. | |
3 CONSOLE WARNING: line 8: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 8: 'webkitURL' is deprecated. Please use 'URL' instead. |
4 CONSOLE WARNING: line 8: 'window.webkitStorageInfo' is deprecated. Please use 'n
avigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | 2 CONSOLE WARNING: line 8: 'window.webkitStorageInfo' is deprecated. Please use 'n
avigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
5 This test documents our set of global constructors we expose on the window objec
t (FF and Opera don't expose them on the window, btw). This also checks to make
sure than any constructor attribute we expose has the expected constructor type. | 3 This test documents our set of global constructors we expose on the window objec
t (FF and Opera don't expose them on the window, btw). This also checks to make
sure than any constructor attribute we expose has the expected constructor type. |
6 | 4 |
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
8 | 6 |
9 | 7 |
10 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
11 | 9 |
12 TEST COMPLETE | 10 TEST COMPLETE |
13 | 11 |
OLD | NEW |