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

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

Issue 451583003: Enable Battery Status API by default in Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix layout test 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
« no previous file with comments | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
23 AudioBuffer 23 AudioBuffer
24 AudioBufferSourceNode 24 AudioBufferSourceNode
25 AudioContext 25 AudioContext
26 AudioDestinationNode 26 AudioDestinationNode
27 AudioListener 27 AudioListener
28 AudioNode 28 AudioNode
29 AudioParam 29 AudioParam
30 AudioProcessingEvent 30 AudioProcessingEvent
31 AutocompleteErrorEvent 31 AutocompleteErrorEvent
32 BarProp 32 BarProp
33 BatteryManager
33 BeforeUnloadEvent 34 BeforeUnloadEvent
34 BiquadFilterNode 35 BiquadFilterNode
35 Blob 36 Blob
36 Boolean 37 Boolean
37 CDATASection 38 CDATASection
38 CSSCharsetRule 39 CSSCharsetRule
39 CSSFontFaceRule 40 CSSFontFaceRule
40 CSSImportRule 41 CSSImportRule
41 CSSKeyframeRule 42 CSSKeyframeRule
42 CSSKeyframesRule 43 CSSKeyframesRule
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 webkitSpeechGrammar 493 webkitSpeechGrammar
493 webkitSpeechGrammarList 494 webkitSpeechGrammarList
494 webkitSpeechRecognition 495 webkitSpeechRecognition
495 webkitSpeechRecognitionError 496 webkitSpeechRecognitionError
496 webkitSpeechRecognitionEvent 497 webkitSpeechRecognitionEvent
497 webkitURL 498 webkitURL
498 PASS successfullyParsed is true 499 PASS successfullyParsed is true
499 500
500 TEST COMPLETE 501 TEST COMPLETE
501 502
OLDNEW
« no previous file with comments | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698