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

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

Issue 209853010: [ABANDONED] Enable V8 Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 ApplicationCache 8 ApplicationCache
9 Array 9 Array
10 ArrayBuffer 10 ArrayBuffer
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 UIEvent 418 UIEvent
419 URIError 419 URIError
420 URL 420 URL
421 Uint16Array 421 Uint16Array
422 Uint32Array 422 Uint32Array
423 Uint8Array 423 Uint8Array
424 Uint8ClampedArray 424 Uint8ClampedArray
425 VTTCue 425 VTTCue
426 ValidityState 426 ValidityState
427 WaveShaperNode 427 WaveShaperNode
428 WeakMap
429 WeakSet
428 WebGLActiveInfo 430 WebGLActiveInfo
429 WebGLBuffer 431 WebGLBuffer
430 WebGLContextEvent 432 WebGLContextEvent
431 WebGLFramebuffer 433 WebGLFramebuffer
432 WebGLProgram 434 WebGLProgram
433 WebGLRenderbuffer 435 WebGLRenderbuffer
434 WebGLRenderingContext 436 WebGLRenderingContext
435 WebGLShader 437 WebGLShader
436 WebGLShaderPrecisionFormat 438 WebGLShaderPrecisionFormat
437 WebGLTexture 439 WebGLTexture
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 webkitSpeechGrammar 480 webkitSpeechGrammar
479 webkitSpeechGrammarList 481 webkitSpeechGrammarList
480 webkitSpeechRecognition 482 webkitSpeechRecognition
481 webkitSpeechRecognitionError 483 webkitSpeechRecognitionError
482 webkitSpeechRecognitionEvent 484 webkitSpeechRecognitionEvent
483 webkitURL 485 webkitURL
484 PASS successfullyParsed is true 486 PASS successfullyParsed is true
485 487
486 TEST COMPLETE 488 TEST COMPLETE
487 489
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698