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

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

Issue 55653003: Rename TextTrackRegion/TextTrackRegionList to VTTRegion/VTTRegionList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectations Created 7 years, 1 month 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 AnimationEvent 8 AnimationEvent
9 ApplicationCache 9 ApplicationCache
10 Array 10 Array
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 SyntaxError 416 SyntaxError
417 Text 417 Text
418 TextDecoder 418 TextDecoder
419 TextEncoder 419 TextEncoder
420 TextEvent 420 TextEvent
421 TextMetrics 421 TextMetrics
422 TextTrack 422 TextTrack
423 TextTrackCue 423 TextTrackCue
424 TextTrackCueList 424 TextTrackCueList
425 TextTrackList 425 TextTrackList
426 TextTrackRegion
427 TimeRanges 426 TimeRanges
428 Touch 427 Touch
429 TouchEvent 428 TouchEvent
430 TouchList 429 TouchList
431 TrackEvent 430 TrackEvent
432 TransitionEvent 431 TransitionEvent
433 TreeWalker 432 TreeWalker
434 TypeError 433 TypeError
435 UIEvent 434 UIEvent
436 URIError 435 URIError
437 URL 436 URL
438 Uint16Array 437 Uint16Array
439 Uint32Array 438 Uint32Array
440 Uint8Array 439 Uint8Array
441 Uint8ClampedArray 440 Uint8ClampedArray
441 VTTRegion
442 VTTRegionList
442 ValidityState 443 ValidityState
443 VideoPlaybackQuality 444 VideoPlaybackQuality
444 WaveShaperNode 445 WaveShaperNode
445 WebGLActiveInfo 446 WebGLActiveInfo
446 WebGLBuffer 447 WebGLBuffer
447 WebGLContextEvent 448 WebGLContextEvent
448 WebGLFramebuffer 449 WebGLFramebuffer
449 WebGLProgram 450 WebGLProgram
450 WebGLRenderbuffer 451 WebGLRenderbuffer
451 WebGLRenderingContext 452 WebGLRenderingContext
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 webkitSpeechGrammar 497 webkitSpeechGrammar
497 webkitSpeechGrammarList 498 webkitSpeechGrammarList
498 webkitSpeechRecognition 499 webkitSpeechRecognition
499 webkitSpeechRecognitionError 500 webkitSpeechRecognitionError
500 webkitSpeechRecognitionEvent 501 webkitSpeechRecognitionEvent
501 webkitURL 502 webkitURL
502 PASS successfullyParsed is true 503 PASS successfullyParsed is true
503 504
504 TEST COMPLETE 505 TEST COMPLETE
505 506
OLDNEW
« no previous file with comments | « LayoutTests/media/track/regions-webvtt/vtt-region-parser-expected.txt ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698