| 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 4240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4251 method surroundContents | 4251 method surroundContents |
| 4252 method toString | 4252 method toString |
| 4253 interface ReadableStream | 4253 interface ReadableStream |
| 4254 getter locked | 4254 getter locked |
| 4255 method cancel | 4255 method cancel |
| 4256 method constructor | 4256 method constructor |
| 4257 method getReader | 4257 method getReader |
| 4258 method pipeThrough | 4258 method pipeThrough |
| 4259 method pipeTo | 4259 method pipeTo |
| 4260 method tee | 4260 method tee |
| 4261 interface RelatedEvent : Event |
| 4262 attribute @@toStringTag |
| 4263 getter relatedTarget |
| 4264 method constructor |
| 4261 interface RemotePlayback : EventTarget | 4265 interface RemotePlayback : EventTarget |
| 4262 attribute @@toStringTag | 4266 attribute @@toStringTag |
| 4263 getter onconnect | 4267 getter onconnect |
| 4264 getter onconnecting | 4268 getter onconnecting |
| 4265 getter ondisconnect | 4269 getter ondisconnect |
| 4266 getter state | 4270 getter state |
| 4267 method cancelWatchAvailability | 4271 method cancelWatchAvailability |
| 4268 method constructor | 4272 method constructor |
| 4269 method prompt | 4273 method prompt |
| 4270 method watchAvailability | 4274 method watchAvailability |
| (...skipping 3637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7908 setter scrollX | 7912 setter scrollX |
| 7909 setter scrollY | 7913 setter scrollY |
| 7910 setter scrollbars | 7914 setter scrollbars |
| 7911 setter status | 7915 setter status |
| 7912 setter statusbar | 7916 setter statusbar |
| 7913 setter toolbar | 7917 setter toolbar |
| 7914 PASS successfullyParsed is true | 7918 PASS successfullyParsed is true |
| 7915 | 7919 |
| 7916 TEST COMPLETE | 7920 TEST COMPLETE |
| 7917 | 7921 |
| OLD | NEW |