| OLD | NEW |
| 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. |
| 2 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 2 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 [INTERFACES] | 7 [INTERFACES] |
| 8 interface AnalyserNode : AudioNode | 8 interface AnalyserNode : AudioNode |
| 9 attribute @@toStringTag | 9 attribute @@toStringTag |
| 10 getter fftSize | 10 getter fftSize |
| (...skipping 4041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4052 getter remoteDescription | 4052 getter remoteDescription |
| 4053 getter signalingState | 4053 getter signalingState |
| 4054 method addIceCandidate | 4054 method addIceCandidate |
| 4055 method addStream | 4055 method addStream |
| 4056 method close | 4056 method close |
| 4057 method constructor | 4057 method constructor |
| 4058 method createAnswer | 4058 method createAnswer |
| 4059 method createDTMFSender | 4059 method createDTMFSender |
| 4060 method createDataChannel | 4060 method createDataChannel |
| 4061 method createOffer | 4061 method createOffer |
| 4062 method getConfiguration |
| 4062 method getLocalStreams | 4063 method getLocalStreams |
| 4063 method getRemoteStreams | 4064 method getRemoteStreams |
| 4064 method getStats | 4065 method getStats |
| 4065 method getStreamById | 4066 method getStreamById |
| 4066 method removeStream | 4067 method removeStream |
| 4067 method setConfiguration | 4068 method setConfiguration |
| 4068 method setLocalDescription | 4069 method setLocalDescription |
| 4069 method setRemoteDescription | 4070 method setRemoteDescription |
| 4070 setter onaddstream | 4071 setter onaddstream |
| 4071 setter ondatachannel | 4072 setter ondatachannel |
| (...skipping 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7328 getter remoteDescription | 7329 getter remoteDescription |
| 7329 getter signalingState | 7330 getter signalingState |
| 7330 method addIceCandidate | 7331 method addIceCandidate |
| 7331 method addStream | 7332 method addStream |
| 7332 method close | 7333 method close |
| 7333 method constructor | 7334 method constructor |
| 7334 method createAnswer | 7335 method createAnswer |
| 7335 method createDTMFSender | 7336 method createDTMFSender |
| 7336 method createDataChannel | 7337 method createDataChannel |
| 7337 method createOffer | 7338 method createOffer |
| 7339 method getConfiguration |
| 7338 method getLocalStreams | 7340 method getLocalStreams |
| 7339 method getRemoteStreams | 7341 method getRemoteStreams |
| 7340 method getStats | 7342 method getStats |
| 7341 method getStreamById | 7343 method getStreamById |
| 7342 method removeStream | 7344 method removeStream |
| 7343 method setConfiguration | 7345 method setConfiguration |
| 7344 method setLocalDescription | 7346 method setLocalDescription |
| 7345 method setRemoteDescription | 7347 method setRemoteDescription |
| 7346 setter onaddstream | 7348 setter onaddstream |
| 7347 setter ondatachannel | 7349 setter ondatachannel |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7780 setter scrollX | 7782 setter scrollX |
| 7781 setter scrollY | 7783 setter scrollY |
| 7782 setter scrollbars | 7784 setter scrollbars |
| 7783 setter status | 7785 setter status |
| 7784 setter statusbar | 7786 setter statusbar |
| 7785 setter toolbar | 7787 setter toolbar |
| 7786 PASS successfullyParsed is true | 7788 PASS successfullyParsed is true |
| 7787 | 7789 |
| 7788 TEST COMPLETE | 7790 TEST COMPLETE |
| 7789 | 7791 |
| OLD | NEW |