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

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

Issue 243703007: Enable V8 Promises. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 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 Animation 8 Animation
9 AnimationEvent 9 AnimationEvent
10 AnimationPlayerEvent 10 AnimationPlayerEvent
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 Uint16Array 443 Uint16Array
444 Uint32Array 444 Uint32Array
445 Uint8Array 445 Uint8Array
446 Uint8ClampedArray 446 Uint8ClampedArray
447 VTTCue 447 VTTCue
448 VTTRegion 448 VTTRegion
449 VTTRegionList 449 VTTRegionList
450 ValidityState 450 ValidityState
451 VideoPlaybackQuality 451 VideoPlaybackQuality
452 WaveShaperNode 452 WaveShaperNode
453 WeakMap
454 WeakSet
453 WebGLActiveInfo 455 WebGLActiveInfo
454 WebGLBuffer 456 WebGLBuffer
455 WebGLContextEvent 457 WebGLContextEvent
456 WebGLFramebuffer 458 WebGLFramebuffer
457 WebGLProgram 459 WebGLProgram
458 WebGLRenderbuffer 460 WebGLRenderbuffer
459 WebGLRenderingContext 461 WebGLRenderingContext
460 WebGLShader 462 WebGLShader
461 WebGLShaderPrecisionFormat 463 WebGLShaderPrecisionFormat
462 WebGLTexture 464 WebGLTexture
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 webkitSpeechGrammar 498 webkitSpeechGrammar
497 webkitSpeechGrammarList 499 webkitSpeechGrammarList
498 webkitSpeechRecognition 500 webkitSpeechRecognition
499 webkitSpeechRecognitionError 501 webkitSpeechRecognitionError
500 webkitSpeechRecognitionEvent 502 webkitSpeechRecognitionEvent
501 webkitURL 503 webkitURL
502 PASS successfullyParsed is true 504 PASS successfullyParsed is true
503 505
504 TEST COMPLETE 506 TEST COMPLETE
505 507
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698