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 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. |
| 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. |
| 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. |
| 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. |
| 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. |
| 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. |
| 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. |
| 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead
. |
| 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead
. |
2 This test documents the Constructor properties on the global window object. | 11 This test documents the Constructor properties on the global window object. |
3 | 12 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 13 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 14 |
6 | 15 |
7 AnalyserNode | 16 AnalyserNode |
8 Animation | 17 Animation |
9 AnimationEvent | 18 AnimationEvent |
10 AnimationNode | 19 AnimationNode |
11 AnimationPlayerEvent | 20 AnimationPlayerEvent |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 webkitSpeechGrammar | 522 webkitSpeechGrammar |
514 webkitSpeechGrammarList | 523 webkitSpeechGrammarList |
515 webkitSpeechRecognition | 524 webkitSpeechRecognition |
516 webkitSpeechRecognitionError | 525 webkitSpeechRecognitionError |
517 webkitSpeechRecognitionEvent | 526 webkitSpeechRecognitionEvent |
518 webkitURL | 527 webkitURL |
519 PASS successfullyParsed is true | 528 PASS successfullyParsed is true |
520 | 529 |
521 TEST COMPLETE | 530 TEST COMPLETE |
522 | 531 |
OLD | NEW |