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

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

Issue 464073002: Pass through geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test expectations Created 6 years, 3 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
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 CSSUnknownRule 59 CSSUnknownRule
60 CSSValue 60 CSSValue
61 CSSValueList 61 CSSValueList
62 CSSViewportRule 62 CSSViewportRule
63 CanvasGradient 63 CanvasGradient
64 CanvasPattern 64 CanvasPattern
65 CanvasRenderingContext2D 65 CanvasRenderingContext2D
66 ChannelMergerNode 66 ChannelMergerNode
67 ChannelSplitterNode 67 ChannelSplitterNode
68 CharacterData 68 CharacterData
69 CircularRegion 69 CircularGeofencingRegion
70 ClientRect 70 ClientRect
71 ClientRectList 71 ClientRectList
72 CloseEvent 72 CloseEvent
73 Comment 73 Comment
74 CompositionEvent 74 CompositionEvent
75 ConvolverNode 75 ConvolverNode
76 Counter 76 Counter
77 Credential 77 Credential
78 CredentialsContainer 78 CredentialsContainer
79 CustomEvent 79 CustomEvent
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 webkitSpeechGrammar 534 webkitSpeechGrammar
535 webkitSpeechGrammarList 535 webkitSpeechGrammarList
536 webkitSpeechRecognition 536 webkitSpeechRecognition
537 webkitSpeechRecognitionError 537 webkitSpeechRecognitionError
538 webkitSpeechRecognitionEvent 538 webkitSpeechRecognitionEvent
539 webkitURL 539 webkitURL
540 PASS successfullyParsed is true 540 PASS successfullyParsed is true
541 541
542 TEST COMPLETE 542 TEST COMPLETE
543 543
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698