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 ApplicationCache |
8 Array | 9 Array |
9 ArrayBuffer | 10 ArrayBuffer |
10 Attr | 11 Attr |
11 Audio | 12 Audio |
12 AudioBuffer | 13 AudioBuffer |
13 AudioBufferSourceNode | 14 AudioBufferSourceNode |
14 AudioDestinationNode | 15 AudioDestinationNode |
15 AudioListener | 16 AudioListener |
16 AudioNode | 17 AudioNode |
17 AudioParam | 18 AudioParam |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 webkitSpeechGrammar | 493 webkitSpeechGrammar |
493 webkitSpeechGrammarList | 494 webkitSpeechGrammarList |
494 webkitSpeechRecognition | 495 webkitSpeechRecognition |
495 webkitSpeechRecognitionError | 496 webkitSpeechRecognitionError |
496 webkitSpeechRecognitionEvent | 497 webkitSpeechRecognitionEvent |
497 webkitURL | 498 webkitURL |
498 PASS successfullyParsed is true | 499 PASS successfullyParsed is true |
499 | 500 |
500 TEST COMPLETE | 501 TEST COMPLETE |
501 | 502 |
OLD | NEW |