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

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

Issue 17505004: Introduce Promises. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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 Array 8 Array
9 ArrayBuffer 9 ArrayBuffer
10 ArrayBufferView 10 ArrayBufferView
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 PerformanceMark 229 PerformanceMark
230 PerformanceMeasure 230 PerformanceMeasure
231 PerformanceNavigation 231 PerformanceNavigation
232 PerformanceResourceTiming 232 PerformanceResourceTiming
233 PerformanceTiming 233 PerformanceTiming
234 Plugin 234 Plugin
235 PluginArray 235 PluginArray
236 PopStateEvent 236 PopStateEvent
237 ProcessingInstruction 237 ProcessingInstruction
238 ProgressEvent 238 ProgressEvent
239 Promise
240 PromiseResolver
239 RGBColor 241 RGBColor
240 RTCIceCandidate 242 RTCIceCandidate
241 RTCSessionDescription 243 RTCSessionDescription
242 Range 244 Range
243 RangeError 245 RangeError
244 Rect 246 Rect
245 ReferenceError 247 ReferenceError
246 RegExp 248 RegExp
247 SQLException 249 SQLException
248 SVGAElement 250 SVGAElement
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 webkitSpeechGrammar 484 webkitSpeechGrammar
483 webkitSpeechGrammarList 485 webkitSpeechGrammarList
484 webkitSpeechRecognition 486 webkitSpeechRecognition
485 webkitSpeechRecognitionError 487 webkitSpeechRecognitionError
486 webkitSpeechRecognitionEvent 488 webkitSpeechRecognitionEvent
487 webkitURL 489 webkitURL
488 PASS successfullyParsed is true 490 PASS successfullyParsed is true
489 491
490 TEST COMPLETE 492 TEST COMPLETE
491 493
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698