| Index: third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt b/third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt
|
| index 5247f4d72e5d8a17cc46e58f1b8286e39ee8e122..03c7cd5b7a2c66c396b6176a5f0c695156642c7e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt
|
| @@ -1,15 +1,6 @@
|
| CONSOLE WARNING: line 8: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
|
| CONSOLE WARNING: line 8: 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
|
| CONSOLE WARNING: line 8: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
|
| -CONSOLE WARNING: line 8: 'webkitIDBTransaction' is deprecated and will be removed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.
|
| -CONSOLE WARNING: line 8: 'webkitIDBRequest' is deprecated and will be removed in M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.
|
| -CONSOLE WARNING: line 8: 'webkitIDBObjectStore' is deprecated and will be removed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.
|
| -CONSOLE WARNING: line 8: 'webkitIDBKeyRange' is deprecated and will be removed in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.
|
| -CONSOLE WARNING: line 8: 'webkitIDBIndex' is deprecated and will be removed in M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.
|
| -CONSOLE WARNING: line 8: 'webkitIDBFactory' is deprecated and will be removed in M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.
|
| -CONSOLE WARNING: line 8: 'webkitIDBDatabase' is deprecated and will be removed in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.
|
| -CONSOLE WARNING: line 8: 'webkitIDBCursor' is deprecated and will be removed in M57, around March 2017. Please use 'IDBCursor' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.
|
| -CONSOLE WARNING: line 8: 'webkitIndexedDB' is deprecated and will be removed in M57, around March 2017. Please use 'indexedDB' instead. See https://www.chromestatus.com/features/5775330191081472 for more details.
|
| CONSOLE WARNING: line 8: 'webkitURL' is deprecated. Please use 'URL' instead.
|
| This test documents our set of global constructors we expose on the window object (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.
|
|
|
|
|