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 ApplicationCache | 17 ApplicationCache |
9 ApplicationCacheErrorEvent | 18 ApplicationCacheErrorEvent |
10 Array | 19 Array |
11 ArrayBuffer | 20 ArrayBuffer |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 webkitSpeechGrammar | 486 webkitSpeechGrammar |
478 webkitSpeechGrammarList | 487 webkitSpeechGrammarList |
479 webkitSpeechRecognition | 488 webkitSpeechRecognition |
480 webkitSpeechRecognitionError | 489 webkitSpeechRecognitionError |
481 webkitSpeechRecognitionEvent | 490 webkitSpeechRecognitionEvent |
482 webkitURL | 491 webkitURL |
483 PASS successfullyParsed is true | 492 PASS successfullyParsed is true |
484 | 493 |
485 TEST COMPLETE | 494 TEST COMPLETE |
486 | 495 |
OLD | NEW |