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

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

Issue 491693003: Remove the Notation interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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. 2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 MouseEvent 223 MouseEvent
224 MutationEvent 224 MutationEvent
225 MutationObserver 225 MutationObserver
226 MutationRecord 226 MutationRecord
227 NamedNodeMap 227 NamedNodeMap
228 Navigator 228 Navigator
229 Node 229 Node
230 NodeFilter 230 NodeFilter
231 NodeIterator 231 NodeIterator
232 NodeList 232 NodeList
233 Notation
234 Notification 233 Notification
235 Number 234 Number
236 Object 235 Object
237 OfflineAudioCompletionEvent 236 OfflineAudioCompletionEvent
238 OfflineAudioContext 237 OfflineAudioContext
239 Option 238 Option
240 OscillatorNode 239 OscillatorNode
241 OverflowEvent 240 OverflowEvent
242 PageTransitionEvent 241 PageTransitionEvent
243 Path2D 242 Path2D
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 webkitSpeechGrammar 492 webkitSpeechGrammar
494 webkitSpeechGrammarList 493 webkitSpeechGrammarList
495 webkitSpeechRecognition 494 webkitSpeechRecognition
496 webkitSpeechRecognitionError 495 webkitSpeechRecognitionError
497 webkitSpeechRecognitionEvent 496 webkitSpeechRecognitionEvent
498 webkitURL 497 webkitURL
499 PASS successfullyParsed is true 498 PASS successfullyParsed is true
500 499
501 TEST COMPLETE 500 TEST COMPLETE
502 501
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698