| 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. Please use 'IDBTr
ansaction' 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. Please use 'IDBReques
t' instead. | 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. Please use 'IDBOb
jectStore' instead. | 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. Please use 'IDBKeyRa
nge' instead. | 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. Please use 'IDBIndex' i
nstead. | 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. Please use 'IDBFactor
y' instead. | 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. Please use 'IDBDatab
ase' instead. | 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. Please use 'IDBCursor'
instead. | 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. Please use 'indexedDB'
instead. | 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. | 13 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. | 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. |
| 15 | 15 |
| 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 17 | 17 |
| 18 | 18 |
| 19 PASS successfullyParsed is true | 19 PASS successfullyParsed is true |
| 20 | 20 |
| 21 TEST COMPLETE | 21 TEST COMPLETE |
| 22 | 22 |
| OLD | NEW |