| OLD | NEW |
| 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA
udioContext' instead. | 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use
'OfflineAudioContext' instead. |
| 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i
nstead. | 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC
ontext' instead. |
| 3 CONSOLE WARNING: '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: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. | 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT
ransaction' instead. |
| 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. | 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque
st' instead. |
| 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. | 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO
bjectStore' instead. |
| 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. | 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR
ange' instead. |
| 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. | 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex'
instead. |
| 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. | 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto
ry' instead. |
| 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. | 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData
base' instead. |
| 11 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead
. | 11 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor
' instead. |
| 12 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead
. | 12 CONSOLE WARNING: line 94: 'webkitIndexedDB' is deprecated. Please use 'indexedDB
' instead. |
| 13 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead. | 13 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. | 14 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
| 15 | 15 |
| 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 17 | 17 |
| 18 | 18 |
| 19 [INTERFACES] | 19 [INTERFACES] |
| 20 interface AnalyserNode : AudioNode | 20 interface AnalyserNode : AudioNode |
| 21 attribute @@toStringTag | 21 attribute @@toStringTag |
| 22 getter fftSize | 22 getter fftSize |
| 23 getter frequencyBinCount | 23 getter frequencyBinCount |
| (...skipping 7649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7673 method stop | 7673 method stop |
| 7674 method webkitCancelAnimationFrame | 7674 method webkitCancelAnimationFrame |
| 7675 method webkitCancelRequestAnimationFrame | 7675 method webkitCancelRequestAnimationFrame |
| 7676 method webkitRequestAnimationFrame | 7676 method webkitRequestAnimationFrame |
| 7677 method webkitRequestFileSystem | 7677 method webkitRequestFileSystem |
| 7678 method webkitResolveLocalFileSystemURL | 7678 method webkitResolveLocalFileSystemURL |
| 7679 PASS successfullyParsed is true | 7679 PASS successfullyParsed is true |
| 7680 | 7680 |
| 7681 TEST COMPLETE | 7681 TEST COMPLETE |
| 7682 | 7682 |
| OLD | NEW |