| 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 4197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4208 method setStart | 4208 method setStart |
| 4209 method setStartAfter | 4209 method setStartAfter |
| 4210 method setStartBefore | 4210 method setStartBefore |
| 4211 method surroundContents | 4211 method surroundContents |
| 4212 method toString | 4212 method toString |
| 4213 interface ReadableStream | 4213 interface ReadableStream |
| 4214 getter locked | 4214 getter locked |
| 4215 method cancel | 4215 method cancel |
| 4216 method constructor | 4216 method constructor |
| 4217 method getReader | 4217 method getReader |
| 4218 method pipeThrough |
| 4219 method pipeTo |
| 4218 method tee | 4220 method tee |
| 4219 interface RemotePlayback : EventTarget | 4221 interface RemotePlayback : EventTarget |
| 4220 attribute @@toStringTag | 4222 attribute @@toStringTag |
| 4221 getter onconnect | 4223 getter onconnect |
| 4222 getter onconnecting | 4224 getter onconnecting |
| 4223 getter ondisconnect | 4225 getter ondisconnect |
| 4224 getter state | 4226 getter state |
| 4225 method cancelWatchAvailability | 4227 method cancelWatchAvailability |
| 4226 method constructor | 4228 method constructor |
| 4227 method prompt | 4229 method prompt |
| (...skipping 3628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7856 setter scrollX | 7858 setter scrollX |
| 7857 setter scrollY | 7859 setter scrollY |
| 7858 setter scrollbars | 7860 setter scrollbars |
| 7859 setter status | 7861 setter status |
| 7860 setter statusbar | 7862 setter statusbar |
| 7861 setter toolbar | 7863 setter toolbar |
| 7862 PASS successfullyParsed is true | 7864 PASS successfullyParsed is true |
| 7863 | 7865 |
| 7864 TEST COMPLETE | 7866 TEST COMPLETE |
| 7865 | 7867 |
| OLD | NEW |