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

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

Issue 23567043: Promise init callback takes resolve and reject functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 MESSAGE: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE MESSAGE: '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 AnimationEvent 8 AnimationEvent
9 ApplicationCache 9 ApplicationCache
10 Array 10 Array
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 PerformanceNavigation 241 PerformanceNavigation
242 PerformanceResourceTiming 242 PerformanceResourceTiming
243 PerformanceTiming 243 PerformanceTiming
244 PeriodicWave 244 PeriodicWave
245 Plugin 245 Plugin
246 PluginArray 246 PluginArray
247 PopStateEvent 247 PopStateEvent
248 ProcessingInstruction 248 ProcessingInstruction
249 ProgressEvent 249 ProgressEvent
250 Promise 250 Promise
251 PromiseResolver
252 RGBColor 251 RGBColor
253 RTCIceCandidate 252 RTCIceCandidate
254 RTCSessionDescription 253 RTCSessionDescription
255 Range 254 Range
256 RangeError 255 RangeError
257 Rect 256 Rect
258 ReferenceError 257 ReferenceError
259 RegExp 258 RegExp
260 SVGAElement 259 SVGAElement
261 SVGAltGlyphDefElement 260 SVGAltGlyphDefElement
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 webkitSpeechGrammar 494 webkitSpeechGrammar
496 webkitSpeechGrammarList 495 webkitSpeechGrammarList
497 webkitSpeechRecognition 496 webkitSpeechRecognition
498 webkitSpeechRecognitionError 497 webkitSpeechRecognitionError
499 webkitSpeechRecognitionEvent 498 webkitSpeechRecognitionEvent
500 webkitURL 499 webkitURL
501 PASS successfullyParsed is true 500 PASS successfullyParsed is true
502 501
503 TEST COMPLETE 502 TEST COMPLETE
504 503
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698