| 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 2182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2193 interface Touch | 2193 interface Touch |
| 2194 method constructor | 2194 method constructor |
| 2195 interface TouchEvent | 2195 interface TouchEvent |
| 2196 method constructor | 2196 method constructor |
| 2197 method initTouchEvent | 2197 method initTouchEvent |
| 2198 interface TouchList | 2198 interface TouchList |
| 2199 method constructor | 2199 method constructor |
| 2200 method item | 2200 method item |
| 2201 interface TrackDefault | 2201 interface TrackDefault |
| 2202 method constructor | 2202 method constructor |
| 2203 interface TrackDefaultList |
| 2204 method constructor |
| 2203 interface TrackEvent | 2205 interface TrackEvent |
| 2204 method constructor | 2206 method constructor |
| 2205 interface TransitionEvent | 2207 interface TransitionEvent |
| 2206 method constructor | 2208 method constructor |
| 2207 interface TreeWalker | 2209 interface TreeWalker |
| 2208 method constructor | 2210 method constructor |
| 2209 method firstChild | 2211 method firstChild |
| 2210 method lastChild | 2212 method lastChild |
| 2211 method nextNode | 2213 method nextNode |
| 2212 method nextSibling | 2214 method nextSibling |
| (...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3112 method constructor | 3114 method constructor |
| 3113 interface webkitSpeechRecognitionEvent | 3115 interface webkitSpeechRecognitionEvent |
| 3114 method constructor | 3116 method constructor |
| 3115 interface webkitURL | 3117 interface webkitURL |
| 3116 method constructor | 3118 method constructor |
| 3117 method toString | 3119 method toString |
| 3118 PASS successfullyParsed is true | 3120 PASS successfullyParsed is true |
| 3119 | 3121 |
| 3120 TEST COMPLETE | 3122 TEST COMPLETE |
| 3121 | 3123 |
| OLD | NEW |