| 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 AnimationPlayer | 10 AnimationPlayer |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 Uint16Array | 444 Uint16Array |
| 445 Uint32Array | 445 Uint32Array |
| 446 Uint8Array | 446 Uint8Array |
| 447 Uint8ClampedArray | 447 Uint8ClampedArray |
| 448 VTTCue | 448 VTTCue |
| 449 VTTRegion | 449 VTTRegion |
| 450 VTTRegionList | 450 VTTRegionList |
| 451 ValidityState | 451 ValidityState |
| 452 VideoPlaybackQuality | 452 VideoPlaybackQuality |
| 453 WaveShaperNode | 453 WaveShaperNode |
| 454 WeakMap |
| 455 WeakSet |
| 454 WebGLActiveInfo | 456 WebGLActiveInfo |
| 455 WebGLBuffer | 457 WebGLBuffer |
| 456 WebGLContextEvent | 458 WebGLContextEvent |
| 457 WebGLFramebuffer | 459 WebGLFramebuffer |
| 458 WebGLProgram | 460 WebGLProgram |
| 459 WebGLRenderbuffer | 461 WebGLRenderbuffer |
| 460 WebGLRenderingContext | 462 WebGLRenderingContext |
| 461 WebGLShader | 463 WebGLShader |
| 462 WebGLShaderPrecisionFormat | 464 WebGLShaderPrecisionFormat |
| 463 WebGLTexture | 465 WebGLTexture |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 webkitSpeechGrammar | 502 webkitSpeechGrammar |
| 501 webkitSpeechGrammarList | 503 webkitSpeechGrammarList |
| 502 webkitSpeechRecognition | 504 webkitSpeechRecognition |
| 503 webkitSpeechRecognitionError | 505 webkitSpeechRecognitionError |
| 504 webkitSpeechRecognitionEvent | 506 webkitSpeechRecognitionEvent |
| 505 webkitURL | 507 webkitURL |
| 506 PASS successfullyParsed is true | 508 PASS successfullyParsed is true |
| 507 | 509 |
| 508 TEST COMPLETE | 510 TEST COMPLETE |
| 509 | 511 |
| OLD | NEW |