| OLD | NEW |
| 1 CONSOLE WARNING: line 8: 'webkitOfflineAudioContext' is deprecated. Please use '
OfflineAudioContext' instead. | 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. | 2 CONSOLE WARNING: line 8: 'webkitAudioContext' is deprecated. Please use 'AudioCo
ntext' instead. |
| 3 CONSOLE WARNING: line 8: 'window.webkitStorageInfo' is deprecated. Please use 'n
avigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | 3 CONSOLE WARNING: line 8: 'window.webkitStorageInfo' is deprecated. Please use 'n
avigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
| 4 CONSOLE WARNING: line 8: 'webkitIDBTransaction' is deprecated and will be remove
d in M57, around March 2017. Please use 'IDBTransaction' instead. See https://ww
w.chromestatus.com/features/5775330191081472 for more details. | |
| 5 CONSOLE WARNING: line 8: 'webkitIDBRequest' is deprecated and will be removed in
M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrome
status.com/features/5775330191081472 for more details. | |
| 6 CONSOLE WARNING: line 8: 'webkitIDBObjectStore' is deprecated and will be remove
d in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://ww
w.chromestatus.com/features/5775330191081472 for more details. | |
| 7 CONSOLE WARNING: line 8: 'webkitIDBKeyRange' is deprecated and will be removed i
n M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chro
mestatus.com/features/5775330191081472 for more details. | |
| 8 CONSOLE WARNING: line 8: 'webkitIDBIndex' is deprecated and will be removed in M
57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromestat
us.com/features/5775330191081472 for more details. | |
| 9 CONSOLE WARNING: line 8: 'webkitIDBFactory' is deprecated and will be removed in
M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrome
status.com/features/5775330191081472 for more details. | |
| 10 CONSOLE WARNING: line 8: 'webkitIDBDatabase' is deprecated and will be removed i
n M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chro
mestatus.com/features/5775330191081472 for more details. | |
| 11 CONSOLE WARNING: line 8: 'webkitIDBCursor' is deprecated and will be removed in
M57, around March 2017. Please use 'IDBCursor' instead. See https://www.chromest
atus.com/features/5775330191081472 for more details. | |
| 12 CONSOLE WARNING: line 8: 'webkitIndexedDB' is deprecated and will be removed in
M57, around March 2017. Please use 'indexedDB' instead. See https://www.chromest
atus.com/features/5775330191081472 for more details. | |
| 13 CONSOLE WARNING: line 8: 'webkitURL' is deprecated. Please use 'URL' instead. | 4 CONSOLE WARNING: line 8: 'webkitURL' is deprecated. Please use 'URL' instead. |
| 14 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. | 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. |
| 15 | 6 |
| 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 17 | 8 |
| 18 | 9 |
| 19 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 20 | 11 |
| 21 TEST COMPLETE | 12 TEST COMPLETE |
| 22 | 13 |
| OLD | NEW |