| 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 Accelerometer : Sensor | 11 interface Accelerometer : Sensor |
| 21 attribute @@toStringTag | 12 attribute @@toStringTag |
| 22 getter includesGravity | 13 getter includesGravity |
| (...skipping 8387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8410 method removeParameter | 8401 method removeParameter |
| 8411 method reset | 8402 method reset |
| 8412 method setParameter | 8403 method setParameter |
| 8413 method transformToDocument | 8404 method transformToDocument |
| 8414 method transformToFragment | 8405 method transformToFragment |
| 8415 interface webkitAudioContext : BaseAudioContext | 8406 interface webkitAudioContext : BaseAudioContext |
| 8416 attribute @@toStringTag | 8407 attribute @@toStringTag |
| 8417 method close | 8408 method close |
| 8418 method constructor | 8409 method constructor |
| 8419 method suspend | 8410 method suspend |
| 8420 interface webkitIDBCursor | |
| 8421 attribute @@toStringTag | |
| 8422 getter direction | |
| 8423 getter key | |
| 8424 getter primaryKey | |
| 8425 getter source | |
| 8426 method advance | |
| 8427 method constructor | |
| 8428 method continue | |
| 8429 method continuePrimaryKey | |
| 8430 method delete | |
| 8431 method update | |
| 8432 interface webkitIDBDatabase : EventTarget | |
| 8433 attribute @@toStringTag | |
| 8434 getter name | |
| 8435 getter objectStoreNames | |
| 8436 getter onabort | |
| 8437 getter onclose | |
| 8438 getter onerror | |
| 8439 getter onversionchange | |
| 8440 getter version | |
| 8441 method close | |
| 8442 method constructor | |
| 8443 method createObjectStore | |
| 8444 method deleteObjectStore | |
| 8445 method transaction | |
| 8446 setter onabort | |
| 8447 setter onclose | |
| 8448 setter onerror | |
| 8449 setter onversionchange | |
| 8450 interface webkitIDBFactory | |
| 8451 attribute @@toStringTag | |
| 8452 method cmp | |
| 8453 method constructor | |
| 8454 method deleteDatabase | |
| 8455 method open | |
| 8456 method webkitGetDatabaseNames | |
| 8457 interface webkitIDBIndex | |
| 8458 attribute @@toStringTag | |
| 8459 getter keyPath | |
| 8460 getter multiEntry | |
| 8461 getter name | |
| 8462 getter objectStore | |
| 8463 getter unique | |
| 8464 method constructor | |
| 8465 method count | |
| 8466 method get | |
| 8467 method getAll | |
| 8468 method getAllKeys | |
| 8469 method getKey | |
| 8470 method openCursor | |
| 8471 method openKeyCursor | |
| 8472 setter name | |
| 8473 interface webkitIDBKeyRange | |
| 8474 static method bound | |
| 8475 static method lowerBound | |
| 8476 static method only | |
| 8477 static method upperBound | |
| 8478 attribute @@toStringTag | |
| 8479 getter lower | |
| 8480 getter lowerOpen | |
| 8481 getter upper | |
| 8482 getter upperOpen | |
| 8483 method constructor | |
| 8484 method includes | |
| 8485 interface webkitIDBObjectStore | |
| 8486 attribute @@toStringTag | |
| 8487 getter autoIncrement | |
| 8488 getter indexNames | |
| 8489 getter keyPath | |
| 8490 getter name | |
| 8491 getter transaction | |
| 8492 method add | |
| 8493 method clear | |
| 8494 method constructor | |
| 8495 method count | |
| 8496 method createIndex | |
| 8497 method delete | |
| 8498 method deleteIndex | |
| 8499 method get | |
| 8500 method getAll | |
| 8501 method getAllKeys | |
| 8502 method getKey | |
| 8503 method index | |
| 8504 method openCursor | |
| 8505 method openKeyCursor | |
| 8506 method put | |
| 8507 setter name | |
| 8508 interface webkitIDBRequest : EventTarget | |
| 8509 attribute @@toStringTag | |
| 8510 getter error | |
| 8511 getter onerror | |
| 8512 getter onsuccess | |
| 8513 getter readyState | |
| 8514 getter result | |
| 8515 getter source | |
| 8516 getter transaction | |
| 8517 method constructor | |
| 8518 setter onerror | |
| 8519 setter onsuccess | |
| 8520 interface webkitIDBTransaction : EventTarget | |
| 8521 attribute @@toStringTag | |
| 8522 getter db | |
| 8523 getter error | |
| 8524 getter mode | |
| 8525 getter objectStoreNames | |
| 8526 getter onabort | |
| 8527 getter oncomplete | |
| 8528 getter onerror | |
| 8529 method abort | |
| 8530 method constructor | |
| 8531 method objectStore | |
| 8532 setter onabort | |
| 8533 setter oncomplete | |
| 8534 setter onerror | |
| 8535 interface webkitMediaStream : EventTarget | 8411 interface webkitMediaStream : EventTarget |
| 8536 attribute @@toStringTag | 8412 attribute @@toStringTag |
| 8537 getter active | 8413 getter active |
| 8538 getter id | 8414 getter id |
| 8539 getter onactive | 8415 getter onactive |
| 8540 getter onaddtrack | 8416 getter onaddtrack |
| 8541 getter oninactive | 8417 getter oninactive |
| 8542 getter onremovetrack | 8418 getter onremovetrack |
| 8543 method addTrack | 8419 method addTrack |
| 8544 method clone | 8420 method clone |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8851 attribute sessionStorage | 8727 attribute sessionStorage |
| 8852 attribute speechSynthesis | 8728 attribute speechSynthesis |
| 8853 attribute status | 8729 attribute status |
| 8854 attribute statusbar | 8730 attribute statusbar |
| 8855 attribute styleMedia | 8731 attribute styleMedia |
| 8856 attribute testRunner | 8732 attribute testRunner |
| 8857 attribute textInputController | 8733 attribute textInputController |
| 8858 attribute toolbar | 8734 attribute toolbar |
| 8859 attribute top | 8735 attribute top |
| 8860 attribute visualViewport | 8736 attribute visualViewport |
| 8861 attribute webkitIndexedDB | |
| 8862 attribute webkitStorageInfo | 8737 attribute webkitStorageInfo |
| 8863 attribute window | 8738 attribute window |
| 8864 getter document | 8739 getter document |
| 8865 method alert | 8740 method alert |
| 8866 method atob | 8741 method atob |
| 8867 method blur | 8742 method blur |
| 8868 method btoa | 8743 method btoa |
| 8869 method cancelAnimationFrame | 8744 method cancelAnimationFrame |
| 8870 method cancelIdleCallback | 8745 method cancelIdleCallback |
| 8871 method captureEvents | 8746 method captureEvents |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8903 method setTimeout | 8778 method setTimeout |
| 8904 method stop | 8779 method stop |
| 8905 method webkitCancelAnimationFrame | 8780 method webkitCancelAnimationFrame |
| 8906 method webkitRequestAnimationFrame | 8781 method webkitRequestAnimationFrame |
| 8907 method webkitRequestFileSystem | 8782 method webkitRequestFileSystem |
| 8908 method webkitResolveLocalFileSystemURL | 8783 method webkitResolveLocalFileSystemURL |
| 8909 PASS successfullyParsed is true | 8784 PASS successfullyParsed is true |
| 8910 | 8785 |
| 8911 TEST COMPLETE | 8786 TEST COMPLETE |
| 8912 | 8787 |
| OLD | NEW |