| OLD | NEW |
| 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA
udioContext' instead. | 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA
udioContext' instead. |
| 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i
nstead. | 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i
nstead. |
| 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
| 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. | 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. |
| 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. | 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. |
| 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. | 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. |
| 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. | 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. |
| 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. | 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. |
| 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. | 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. |
| 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. | 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 interface CSSRule | 301 interface CSSRule |
| 302 attribute CHARSET_RULE | 302 attribute CHARSET_RULE |
| 303 attribute FONT_FACE_RULE | 303 attribute FONT_FACE_RULE |
| 304 attribute IMPORT_RULE | 304 attribute IMPORT_RULE |
| 305 attribute KEYFRAMES_RULE | 305 attribute KEYFRAMES_RULE |
| 306 attribute KEYFRAME_RULE | 306 attribute KEYFRAME_RULE |
| 307 attribute MEDIA_RULE | 307 attribute MEDIA_RULE |
| 308 attribute PAGE_RULE | 308 attribute PAGE_RULE |
| 309 attribute STYLE_RULE | 309 attribute STYLE_RULE |
| 310 attribute SUPPORTS_RULE | 310 attribute SUPPORTS_RULE |
| 311 attribute UNKNOWN_RULE | |
| 312 attribute WEBKIT_KEYFRAMES_RULE | 311 attribute WEBKIT_KEYFRAMES_RULE |
| 313 attribute WEBKIT_KEYFRAME_RULE | 312 attribute WEBKIT_KEYFRAME_RULE |
| 314 getter cssText | 313 getter cssText |
| 315 getter parentRule | 314 getter parentRule |
| 316 getter parentStyleSheet | 315 getter parentStyleSheet |
| 317 getter type | 316 getter type |
| 318 method constructor | 317 method constructor |
| 319 setter cssText | 318 setter cssText |
| 320 interface CSSRuleList | 319 interface CSSRuleList |
| 321 getter length | 320 getter length |
| (...skipping 23 matching lines...) Expand all Loading... |
| 345 method constructor | 344 method constructor |
| 346 method deleteRule | 345 method deleteRule |
| 347 method insertRule | 346 method insertRule |
| 348 method removeRule | 347 method removeRule |
| 349 interface CSSSupportsRule | 348 interface CSSSupportsRule |
| 350 getter conditionText | 349 getter conditionText |
| 351 getter cssRules | 350 getter cssRules |
| 352 method constructor | 351 method constructor |
| 353 method deleteRule | 352 method deleteRule |
| 354 method insertRule | 353 method insertRule |
| 355 interface CSSUnknownRule | |
| 356 method constructor | |
| 357 interface CSSViewportRule | 354 interface CSSViewportRule |
| 358 getter style | 355 getter style |
| 359 method constructor | 356 method constructor |
| 360 interface Cache | 357 interface Cache |
| 361 method add | 358 method add |
| 362 method constructor | 359 method constructor |
| 363 method delete | 360 method delete |
| 364 method keys | 361 method keys |
| 365 method match | 362 method match |
| 366 method put | 363 method put |
| (...skipping 5905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6272 setter password | 6269 setter password |
| 6273 setter pathname | 6270 setter pathname |
| 6274 setter port | 6271 setter port |
| 6275 setter protocol | 6272 setter protocol |
| 6276 setter search | 6273 setter search |
| 6277 setter username | 6274 setter username |
| 6278 PASS successfullyParsed is true | 6275 PASS successfullyParsed is true |
| 6279 | 6276 |
| 6280 TEST COMPLETE | 6277 TEST COMPLETE |
| 6281 | 6278 |
| OLD | NEW |