| 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 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 interface NamedNodeMap | 1204 interface NamedNodeMap |
| 1205 method constructor | 1205 method constructor |
| 1206 method getNamedItem | 1206 method getNamedItem |
| 1207 method getNamedItemNS | 1207 method getNamedItemNS |
| 1208 method item | 1208 method item |
| 1209 method removeNamedItem | 1209 method removeNamedItem |
| 1210 method removeNamedItemNS | 1210 method removeNamedItemNS |
| 1211 method setNamedItem | 1211 method setNamedItem |
| 1212 method setNamedItemNS | 1212 method setNamedItemNS |
| 1213 interface Navigator | 1213 interface Navigator |
| 1214 method connect |
| 1214 method constructor | 1215 method constructor |
| 1215 method getBattery | 1216 method getBattery |
| 1216 method getGamepads | 1217 method getGamepads |
| 1217 method getStorageUpdates | 1218 method getStorageUpdates |
| 1218 method isProtocolHandlerRegistered | 1219 method isProtocolHandlerRegistered |
| 1219 method javaEnabled | 1220 method javaEnabled |
| 1220 method registerProtocolHandler | 1221 method registerProtocolHandler |
| 1221 method requestMIDIAccess | 1222 method requestMIDIAccess |
| 1222 method requestMediaKeySystemAccess | 1223 method requestMediaKeySystemAccess |
| 1223 method sendBeacon | 1224 method sendBeacon |
| (...skipping 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3086 method constructor | 3087 method constructor |
| 3087 interface webkitSpeechRecognitionEvent | 3088 interface webkitSpeechRecognitionEvent |
| 3088 method constructor | 3089 method constructor |
| 3089 interface webkitURL | 3090 interface webkitURL |
| 3090 method constructor | 3091 method constructor |
| 3091 method toString | 3092 method toString |
| 3092 PASS successfullyParsed is true | 3093 PASS successfullyParsed is true |
| 3093 | 3094 |
| 3094 TEST COMPLETE | 3095 TEST COMPLETE |
| 3095 | 3096 |
| OLD | NEW |