| OLD | NEW |
| 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 ApplicationCache | 10 ApplicationCache |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 FileError | 87 FileError |
| 88 FileList | 88 FileList |
| 89 FileReader | 89 FileReader |
| 90 Float32Array | 90 Float32Array |
| 91 Float64Array | 91 Float64Array |
| 92 FocusEvent | 92 FocusEvent |
| 93 FontFace | 93 FontFace |
| 94 FormData | 94 FormData |
| 95 Function | 95 Function |
| 96 GainNode | 96 GainNode |
| 97 Gamepad |
| 97 HTMLAllCollection | 98 HTMLAllCollection |
| 98 HTMLAnchorElement | 99 HTMLAnchorElement |
| 99 HTMLAppletElement | 100 HTMLAppletElement |
| 100 HTMLAreaElement | 101 HTMLAreaElement |
| 101 HTMLAudioElement | 102 HTMLAudioElement |
| 102 HTMLBRElement | 103 HTMLBRElement |
| 103 HTMLBaseElement | 104 HTMLBaseElement |
| 104 HTMLBodyElement | 105 HTMLBodyElement |
| 105 HTMLButtonElement | 106 HTMLButtonElement |
| 106 HTMLCanvasElement | 107 HTMLCanvasElement |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 WebGLRenderingContext | 455 WebGLRenderingContext |
| 455 WebGLShader | 456 WebGLShader |
| 456 WebGLShaderPrecisionFormat | 457 WebGLShaderPrecisionFormat |
| 457 WebGLTexture | 458 WebGLTexture |
| 458 WebGLUniformLocation | 459 WebGLUniformLocation |
| 459 WebKitAnimationEvent | 460 WebKitAnimationEvent |
| 460 WebKitCSSFilterRule | 461 WebKitCSSFilterRule |
| 461 WebKitCSSFilterValue | 462 WebKitCSSFilterValue |
| 462 WebKitCSSMatrix | 463 WebKitCSSMatrix |
| 463 WebKitCSSTransformValue | 464 WebKitCSSTransformValue |
| 465 WebKitGamepad |
| 464 WebKitMediaSource | 466 WebKitMediaSource |
| 465 WebKitMutationObserver | 467 WebKitMutationObserver |
| 466 WebKitPoint | 468 WebKitPoint |
| 467 WebKitShadowRoot | 469 WebKitShadowRoot |
| 468 WebKitSourceBuffer | 470 WebKitSourceBuffer |
| 469 WebKitSourceBufferList | 471 WebKitSourceBufferList |
| 470 WebKitTransitionEvent | 472 WebKitTransitionEvent |
| 471 WebSocket | 473 WebSocket |
| 472 WheelEvent | 474 WheelEvent |
| 473 Window | 475 Window |
| (...skipping 23 matching lines...) Expand all Loading... |
| 497 webkitSpeechGrammar | 499 webkitSpeechGrammar |
| 498 webkitSpeechGrammarList | 500 webkitSpeechGrammarList |
| 499 webkitSpeechRecognition | 501 webkitSpeechRecognition |
| 500 webkitSpeechRecognitionError | 502 webkitSpeechRecognitionError |
| 501 webkitSpeechRecognitionEvent | 503 webkitSpeechRecognitionEvent |
| 502 webkitURL | 504 webkitURL |
| 503 PASS successfullyParsed is true | 505 PASS successfullyParsed is true |
| 504 | 506 |
| 505 TEST COMPLETE | 507 TEST COMPLETE |
| 506 | 508 |
| OLD | NEW |