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

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

Issue 183313003: Added non-prefixed navigator.getGamepads() with updated API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 | Annotate | Revision Log
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 File 83 File
84 FileError 84 FileError
85 FileList 85 FileList
86 FileReader 86 FileReader
87 Float32Array 87 Float32Array
88 Float64Array 88 Float64Array
89 FocusEvent 89 FocusEvent
90 FormData 90 FormData
91 Function 91 Function
92 GainNode 92 GainNode
93 Gamepad
93 HTMLAllCollection 94 HTMLAllCollection
94 HTMLAnchorElement 95 HTMLAnchorElement
95 HTMLAppletElement 96 HTMLAppletElement
96 HTMLAreaElement 97 HTMLAreaElement
97 HTMLAudioElement 98 HTMLAudioElement
98 HTMLBRElement 99 HTMLBRElement
99 HTMLBaseElement 100 HTMLBaseElement
100 HTMLBodyElement 101 HTMLBodyElement
101 HTMLButtonElement 102 HTMLButtonElement
102 HTMLCanvasElement 103 HTMLCanvasElement
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 WebGLRenderingContext 431 WebGLRenderingContext
431 WebGLShader 432 WebGLShader
432 WebGLShaderPrecisionFormat 433 WebGLShaderPrecisionFormat
433 WebGLTexture 434 WebGLTexture
434 WebGLUniformLocation 435 WebGLUniformLocation
435 WebKitAnimationEvent 436 WebKitAnimationEvent
436 WebKitCSSFilterRule 437 WebKitCSSFilterRule
437 WebKitCSSFilterValue 438 WebKitCSSFilterValue
438 WebKitCSSMatrix 439 WebKitCSSMatrix
439 WebKitCSSTransformValue 440 WebKitCSSTransformValue
441 WebKitGamepad
440 WebKitMediaSource 442 WebKitMediaSource
441 WebKitMutationObserver 443 WebKitMutationObserver
442 WebKitPoint 444 WebKitPoint
443 WebKitShadowRoot 445 WebKitShadowRoot
444 WebKitSourceBuffer 446 WebKitSourceBuffer
445 WebKitSourceBufferList 447 WebKitSourceBufferList
446 WebKitTransitionEvent 448 WebKitTransitionEvent
447 WebSocket 449 WebSocket
448 WheelEvent 450 WheelEvent
449 Window 451 Window
(...skipping 23 matching lines...) Expand all
473 webkitSpeechGrammar 475 webkitSpeechGrammar
474 webkitSpeechGrammarList 476 webkitSpeechGrammarList
475 webkitSpeechRecognition 477 webkitSpeechRecognition
476 webkitSpeechRecognitionError 478 webkitSpeechRecognitionError
477 webkitSpeechRecognitionEvent 479 webkitSpeechRecognitionEvent
478 webkitURL 480 webkitURL
479 PASS successfullyParsed is true 481 PASS successfullyParsed is true
480 482
481 TEST COMPLETE 483 TEST COMPLETE
482 484
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698