| OLD | NEW |
| 1 CONSOLE MESSAGE: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | 1 CONSOLE MESSAGE: '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 Array | 8 Array |
| 9 ArrayBuffer | 9 ArrayBuffer |
| 10 ArrayBufferView | 10 ArrayBufferView |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 TextTrack | 406 TextTrack |
| 407 TextTrackCue | 407 TextTrackCue |
| 408 TextTrackCueList | 408 TextTrackCueList |
| 409 TextTrackList | 409 TextTrackList |
| 410 TimeRanges | 410 TimeRanges |
| 411 Touch | 411 Touch |
| 412 TouchEvent | 412 TouchEvent |
| 413 TouchList | 413 TouchList |
| 414 TrackEvent | 414 TrackEvent |
| 415 TransitionEvent | 415 TransitionEvent |
| 416 TreeWalker |
| 416 TypeError | 417 TypeError |
| 417 UIEvent | 418 UIEvent |
| 418 URIError | 419 URIError |
| 419 URL | 420 URL |
| 420 Uint16Array | 421 Uint16Array |
| 421 Uint32Array | 422 Uint32Array |
| 422 Uint8Array | 423 Uint8Array |
| 423 Uint8ClampedArray | 424 Uint8ClampedArray |
| 424 ValidityState | 425 ValidityState |
| 425 WaveShaperNode | 426 WaveShaperNode |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 webkitSpeechGrammar | 482 webkitSpeechGrammar |
| 482 webkitSpeechGrammarList | 483 webkitSpeechGrammarList |
| 483 webkitSpeechRecognition | 484 webkitSpeechRecognition |
| 484 webkitSpeechRecognitionError | 485 webkitSpeechRecognitionError |
| 485 webkitSpeechRecognitionEvent | 486 webkitSpeechRecognitionEvent |
| 486 webkitURL | 487 webkitURL |
| 487 PASS successfullyParsed is true | 488 PASS successfullyParsed is true |
| 488 | 489 |
| 489 TEST COMPLETE | 490 TEST COMPLETE |
| 490 | 491 |
| OLD | NEW |