| 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. | 2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. |
| 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. | 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. |
| 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. | 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. |
| 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. | 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. |
| 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. | 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. |
| 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. | 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. |
| 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. | 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. |
| 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead
. | 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead
. |
| 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead
. | 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead
. |
| (...skipping 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2205 interface Touch | 2205 interface Touch |
| 2206 method constructor | 2206 method constructor |
| 2207 interface TouchEvent | 2207 interface TouchEvent |
| 2208 method constructor | 2208 method constructor |
| 2209 method initTouchEvent | 2209 method initTouchEvent |
| 2210 interface TouchList | 2210 interface TouchList |
| 2211 method constructor | 2211 method constructor |
| 2212 method item | 2212 method item |
| 2213 interface TrackDefault | 2213 interface TrackDefault |
| 2214 method constructor | 2214 method constructor |
| 2215 interface TrackDefaultList |
| 2216 method constructor |
| 2215 interface TrackEvent | 2217 interface TrackEvent |
| 2216 method constructor | 2218 method constructor |
| 2217 interface TransitionEvent | 2219 interface TransitionEvent |
| 2218 method constructor | 2220 method constructor |
| 2219 interface TreeWalker | 2221 interface TreeWalker |
| 2220 method constructor | 2222 method constructor |
| 2221 method firstChild | 2223 method firstChild |
| 2222 method lastChild | 2224 method lastChild |
| 2223 method nextNode | 2225 method nextNode |
| 2224 method nextSibling | 2226 method nextSibling |
| (...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3124 method constructor | 3126 method constructor |
| 3125 interface webkitSpeechRecognitionEvent | 3127 interface webkitSpeechRecognitionEvent |
| 3126 method constructor | 3128 method constructor |
| 3127 interface webkitURL | 3129 interface webkitURL |
| 3128 method constructor | 3130 method constructor |
| 3129 method toString | 3131 method toString |
| 3130 PASS successfullyParsed is true | 3132 PASS successfullyParsed is true |
| 3131 | 3133 |
| 3132 TEST COMPLETE | 3134 TEST COMPLETE |
| 3133 | 3135 |
| OLD | NEW |