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