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

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

Issue 42883002: Ship DOM/Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@websocket-inspector-ipc
Patch Set: rebase Created 7 years, 1 month 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 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 Array 9 Array
10 ArrayBuffer 10 ArrayBuffer
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 PerformanceMeasure 230 PerformanceMeasure
231 PerformanceNavigation 231 PerformanceNavigation
232 PerformanceResourceTiming 232 PerformanceResourceTiming
233 PerformanceTiming 233 PerformanceTiming
234 PeriodicWave 234 PeriodicWave
235 Plugin 235 Plugin
236 PluginArray 236 PluginArray
237 PopStateEvent 237 PopStateEvent
238 ProcessingInstruction 238 ProcessingInstruction
239 ProgressEvent 239 ProgressEvent
240 Promise
240 RGBColor 241 RGBColor
241 RTCIceCandidate 242 RTCIceCandidate
242 RTCSessionDescription 243 RTCSessionDescription
243 Range 244 Range
244 RangeError 245 RangeError
245 Rect 246 Rect
246 ReferenceError 247 ReferenceError
247 RegExp 248 RegExp
248 SVGAElement 249 SVGAElement
249 SVGAltGlyphDefElement 250 SVGAltGlyphDefElement
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 webkitSpeechGrammar 476 webkitSpeechGrammar
476 webkitSpeechGrammarList 477 webkitSpeechGrammarList
477 webkitSpeechRecognition 478 webkitSpeechRecognition
478 webkitSpeechRecognitionError 479 webkitSpeechRecognitionError
479 webkitSpeechRecognitionEvent 480 webkitSpeechRecognitionEvent
480 webkitURL 481 webkitURL
481 PASS successfullyParsed is true 482 PASS successfullyParsed is true
482 483
483 TEST COMPLETE 484 TEST COMPLETE
484 485
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698