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

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

Issue 250553006: Unship MediaController by making it an experimental runtime-enabled feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tweak event-target-in-prototype test Created 6 years, 7 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 This test documents the Constructor properties on the global window object. 2 This test documents the Constructor properties on the global window object.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 AnalyserNode 7 AnalyserNode
8 ApplicationCache 8 ApplicationCache
9 ApplicationCacheErrorEvent 9 ApplicationCacheErrorEvent
10 Array 10 Array
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 IDBVersionChangeEvent 185 IDBVersionChangeEvent
186 Image 186 Image
187 ImageBitmap 187 ImageBitmap
188 ImageData 188 ImageData
189 InputMethodContext 189 InputMethodContext
190 Int16Array 190 Int16Array
191 Int32Array 191 Int32Array
192 Int8Array 192 Int8Array
193 KeyboardEvent 193 KeyboardEvent
194 Location 194 Location
195 MediaController
196 MediaElementAudioSourceNode 195 MediaElementAudioSourceNode
197 MediaError 196 MediaError
198 MediaKeyError 197 MediaKeyError
199 MediaKeyEvent 198 MediaKeyEvent
200 MediaList 199 MediaList
201 MediaSource 200 MediaSource
202 MediaStreamAudioDestinationNode 201 MediaStreamAudioDestinationNode
203 MediaStreamAudioSourceNode 202 MediaStreamAudioSourceNode
204 MediaStreamEvent 203 MediaStreamEvent
205 MediaStreamTrack 204 MediaStreamTrack
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 webkitSpeechGrammar 476 webkitSpeechGrammar
478 webkitSpeechGrammarList 477 webkitSpeechGrammarList
479 webkitSpeechRecognition 478 webkitSpeechRecognition
480 webkitSpeechRecognitionError 479 webkitSpeechRecognitionError
481 webkitSpeechRecognitionEvent 480 webkitSpeechRecognitionEvent
482 webkitURL 481 webkitURL
483 PASS successfullyParsed is true 482 PASS successfullyParsed is true
484 483
485 TEST COMPLETE 484 TEST COMPLETE
486 485
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698