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 our set of global constructors we expose on the window objec
t (FF and Opera don't expose them on the window, btw). This also checks to make
sure than any constructor attribute we expose has the expected constructor type. | 11 This test documents our set of global constructors we expose on the window objec
t (FF and Opera don't expose them on the window, btw). This also checks to make
sure than any constructor attribute we expose has the expected constructor type. |
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 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
8 | 17 |
9 TEST COMPLETE | 18 TEST COMPLETE |
10 | 19 |
OLD | NEW |