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

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

Issue 2557523002: Remove webkitAudoContext and webkitOfflineAudioContext (Closed)
Patch Set: Rebaseline test Created 4 years 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.
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698