| OLD | NEW |
| 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use
'OfflineAudioContext' instead. | 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use
'OfflineAudioContext' instead. |
| 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC
ontext' instead. | 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC
ontext' instead. |
| 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. | 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. |
| 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated and will be remov
ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w
ww.chromestatus.com/features/5775330191081472 for more details. | |
| 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i
n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom
estatus.com/features/5775330191081472 for more details. | |
| 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov
ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w
ww.chromestatus.com/features/5775330191081472 for more details. | |
| 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed
in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr
omestatus.com/features/5775330191081472 for more details. | |
| 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in
M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta
tus.com/features/5775330191081472 for more details. | |
| 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i
n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom
estatus.com/features/5775330191081472 for more details. | |
| 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed
in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr
omestatus.com/features/5775330191081472 for more details. | |
| 11 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated and will be removed in
M57, around March 2017. Please use 'IDBCursor' instead. See https://www.chromes
tatus.com/features/5775330191081472 for more details. | |
| 12 CONSOLE WARNING: line 94: 'webkitIndexedDB' is deprecated and will be removed in
M57, around March 2017. Please use 'indexedDB' instead. See https://www.chromes
tatus.com/features/5775330191081472 for more details. | |
| 13 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. | 4 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. |
| 14 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 5 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
| 15 | 6 |
| 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 17 | 8 |
| 18 | 9 |
| 19 [INTERFACES] | 10 [INTERFACES] |
| 20 interface AnalyserNode : AudioNode | 11 interface AnalyserNode : AudioNode |
| 21 attribute @@toStringTag | 12 attribute @@toStringTag |
| 22 getter fftSize | 13 getter fftSize |
| (...skipping 7267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7290 method removeParameter | 7281 method removeParameter |
| 7291 method reset | 7282 method reset |
| 7292 method setParameter | 7283 method setParameter |
| 7293 method transformToDocument | 7284 method transformToDocument |
| 7294 method transformToFragment | 7285 method transformToFragment |
| 7295 interface webkitAudioContext : BaseAudioContext | 7286 interface webkitAudioContext : BaseAudioContext |
| 7296 attribute @@toStringTag | 7287 attribute @@toStringTag |
| 7297 method close | 7288 method close |
| 7298 method constructor | 7289 method constructor |
| 7299 method suspend | 7290 method suspend |
| 7300 interface webkitIDBCursor | |
| 7301 attribute @@toStringTag | |
| 7302 getter direction | |
| 7303 getter key | |
| 7304 getter primaryKey | |
| 7305 getter source | |
| 7306 method advance | |
| 7307 method constructor | |
| 7308 method continue | |
| 7309 method delete | |
| 7310 method update | |
| 7311 interface webkitIDBDatabase : EventTarget | |
| 7312 attribute @@toStringTag | |
| 7313 getter name | |
| 7314 getter objectStoreNames | |
| 7315 getter onabort | |
| 7316 getter onclose | |
| 7317 getter onerror | |
| 7318 getter onversionchange | |
| 7319 getter version | |
| 7320 method close | |
| 7321 method constructor | |
| 7322 method createObjectStore | |
| 7323 method deleteObjectStore | |
| 7324 method transaction | |
| 7325 setter onabort | |
| 7326 setter onclose | |
| 7327 setter onerror | |
| 7328 setter onversionchange | |
| 7329 interface webkitIDBFactory | |
| 7330 attribute @@toStringTag | |
| 7331 method cmp | |
| 7332 method constructor | |
| 7333 method deleteDatabase | |
| 7334 method open | |
| 7335 method webkitGetDatabaseNames | |
| 7336 interface webkitIDBIndex | |
| 7337 attribute @@toStringTag | |
| 7338 getter keyPath | |
| 7339 getter multiEntry | |
| 7340 getter name | |
| 7341 getter objectStore | |
| 7342 getter unique | |
| 7343 method constructor | |
| 7344 method count | |
| 7345 method get | |
| 7346 method getAll | |
| 7347 method getAllKeys | |
| 7348 method getKey | |
| 7349 method openCursor | |
| 7350 method openKeyCursor | |
| 7351 setter name | |
| 7352 interface webkitIDBKeyRange | |
| 7353 static method bound | |
| 7354 static method lowerBound | |
| 7355 static method only | |
| 7356 static method upperBound | |
| 7357 attribute @@toStringTag | |
| 7358 getter lower | |
| 7359 getter lowerOpen | |
| 7360 getter upper | |
| 7361 getter upperOpen | |
| 7362 method constructor | |
| 7363 method includes | |
| 7364 interface webkitIDBObjectStore | |
| 7365 attribute @@toStringTag | |
| 7366 getter autoIncrement | |
| 7367 getter indexNames | |
| 7368 getter keyPath | |
| 7369 getter name | |
| 7370 getter transaction | |
| 7371 method add | |
| 7372 method clear | |
| 7373 method constructor | |
| 7374 method count | |
| 7375 method createIndex | |
| 7376 method delete | |
| 7377 method deleteIndex | |
| 7378 method get | |
| 7379 method getAll | |
| 7380 method getAllKeys | |
| 7381 method index | |
| 7382 method openCursor | |
| 7383 method openKeyCursor | |
| 7384 method put | |
| 7385 setter name | |
| 7386 interface webkitIDBRequest : EventTarget | |
| 7387 attribute @@toStringTag | |
| 7388 getter error | |
| 7389 getter onerror | |
| 7390 getter onsuccess | |
| 7391 getter readyState | |
| 7392 getter result | |
| 7393 getter source | |
| 7394 getter transaction | |
| 7395 method constructor | |
| 7396 setter onerror | |
| 7397 setter onsuccess | |
| 7398 interface webkitIDBTransaction : EventTarget | |
| 7399 attribute @@toStringTag | |
| 7400 getter db | |
| 7401 getter error | |
| 7402 getter mode | |
| 7403 getter objectStoreNames | |
| 7404 getter onabort | |
| 7405 getter oncomplete | |
| 7406 getter onerror | |
| 7407 method abort | |
| 7408 method constructor | |
| 7409 method objectStore | |
| 7410 setter onabort | |
| 7411 setter oncomplete | |
| 7412 setter onerror | |
| 7413 interface webkitMediaStream : EventTarget | 7291 interface webkitMediaStream : EventTarget |
| 7414 attribute @@toStringTag | 7292 attribute @@toStringTag |
| 7415 getter active | 7293 getter active |
| 7416 getter id | 7294 getter id |
| 7417 getter onactive | 7295 getter onactive |
| 7418 getter onaddtrack | 7296 getter onaddtrack |
| 7419 getter oninactive | 7297 getter oninactive |
| 7420 getter onremovetrack | 7298 getter onremovetrack |
| 7421 method addTrack | 7299 method addTrack |
| 7422 method clone | 7300 method clone |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7722 attribute self | 7600 attribute self |
| 7723 attribute sessionStorage | 7601 attribute sessionStorage |
| 7724 attribute speechSynthesis | 7602 attribute speechSynthesis |
| 7725 attribute status | 7603 attribute status |
| 7726 attribute statusbar | 7604 attribute statusbar |
| 7727 attribute styleMedia | 7605 attribute styleMedia |
| 7728 attribute testRunner | 7606 attribute testRunner |
| 7729 attribute textInputController | 7607 attribute textInputController |
| 7730 attribute toolbar | 7608 attribute toolbar |
| 7731 attribute top | 7609 attribute top |
| 7732 attribute webkitIndexedDB | |
| 7733 attribute webkitStorageInfo | 7610 attribute webkitStorageInfo |
| 7734 attribute window | 7611 attribute window |
| 7735 getter document | 7612 getter document |
| 7736 method alert | 7613 method alert |
| 7737 method atob | 7614 method atob |
| 7738 method blur | 7615 method blur |
| 7739 method btoa | 7616 method btoa |
| 7740 method cancelAnimationFrame | 7617 method cancelAnimationFrame |
| 7741 method cancelIdleCallback | 7618 method cancelIdleCallback |
| 7742 method captureEvents | 7619 method captureEvents |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7774 method stop | 7651 method stop |
| 7775 method webkitCancelAnimationFrame | 7652 method webkitCancelAnimationFrame |
| 7776 method webkitCancelRequestAnimationFrame | 7653 method webkitCancelRequestAnimationFrame |
| 7777 method webkitRequestAnimationFrame | 7654 method webkitRequestAnimationFrame |
| 7778 method webkitRequestFileSystem | 7655 method webkitRequestFileSystem |
| 7779 method webkitResolveLocalFileSystemURL | 7656 method webkitResolveLocalFileSystemURL |
| 7780 PASS successfullyParsed is true | 7657 PASS successfullyParsed is true |
| 7781 | 7658 |
| 7782 TEST COMPLETE | 7659 TEST COMPLETE |
| 7783 | 7660 |
| OLD | NEW |