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

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: rebase 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 ApplicationCache 8 ApplicationCache
9 ApplicationCacheErrorEvent 9 ApplicationCacheErrorEvent
10 Array 10 Array
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 UIEvent 421 UIEvent
422 URIError 422 URIError
423 URL 423 URL
424 Uint16Array 424 Uint16Array
425 Uint32Array 425 Uint32Array
426 Uint8Array 426 Uint8Array
427 Uint8ClampedArray 427 Uint8ClampedArray
428 VTTCue 428 VTTCue
429 ValidityState 429 ValidityState
430 WaveShaperNode 430 WaveShaperNode
431 WeakMap
432 WeakSet
431 WebGLActiveInfo 433 WebGLActiveInfo
432 WebGLBuffer 434 WebGLBuffer
433 WebGLContextEvent 435 WebGLContextEvent
434 WebGLFramebuffer 436 WebGLFramebuffer
435 WebGLProgram 437 WebGLProgram
436 WebGLRenderbuffer 438 WebGLRenderbuffer
437 WebGLRenderingContext 439 WebGLRenderingContext
438 WebGLShader 440 WebGLShader
439 WebGLShaderPrecisionFormat 441 WebGLShaderPrecisionFormat
440 WebGLTexture 442 WebGLTexture
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 webkitSpeechGrammar 479 webkitSpeechGrammar
478 webkitSpeechGrammarList 480 webkitSpeechGrammarList
479 webkitSpeechRecognition 481 webkitSpeechRecognition
480 webkitSpeechRecognitionError 482 webkitSpeechRecognitionError
481 webkitSpeechRecognitionEvent 483 webkitSpeechRecognitionEvent
482 webkitURL 484 webkitURL
483 PASS successfullyParsed is true 485 PASS successfullyParsed is true
484 486
485 TEST COMPLETE 487 TEST COMPLETE
486 488
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698