Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/js/global-constructors-expected.txt

Issue 2501743003: Indexed DB: Remove 'webkit'-prefixed global aliases (Closed)
Patch Set: #if 0 as the least bad option? Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698