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

Side by Side Diff: LayoutTests/virtual/stable/webexposed/global-constructors-listing-expected.txt

Issue 415753002: Deprecate the webkit-prefixed standard IndexedDB entry points (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaselines for console warnings in property enumerating tests Created 6 years, 5 months 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
2 This test documents the Constructor properties on the global window object. 11 This test documents the Constructor properties on the global window object.
3 12
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 14
6 15
7 AnalyserNode 16 AnalyserNode
8 ApplicationCache 17 ApplicationCache
9 ApplicationCacheErrorEvent 18 ApplicationCacheErrorEvent
10 Array 19 Array
11 ArrayBuffer 20 ArrayBuffer
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 webkitSpeechGrammar 486 webkitSpeechGrammar
478 webkitSpeechGrammarList 487 webkitSpeechGrammarList
479 webkitSpeechRecognition 488 webkitSpeechRecognition
480 webkitSpeechRecognitionError 489 webkitSpeechRecognitionError
481 webkitSpeechRecognitionEvent 490 webkitSpeechRecognitionEvent
482 webkitURL 491 webkitURL
483 PASS successfullyParsed is true 492 PASS successfullyParsed is true
484 493
485 TEST COMPLETE 494 TEST COMPLETE
486 495
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698