| OLD | NEW |
| 1 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. | 1 CONSOLE WARNING: line 94: '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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 setter channelCount | 145 setter channelCount |
| 146 setter channelCountMode | 146 setter channelCountMode |
| 147 setter channelInterpretation | 147 setter channelInterpretation |
| 148 interface AudioParam | 148 interface AudioParam |
| 149 attribute @@toStringTag | 149 attribute @@toStringTag |
| 150 getter defaultValue | 150 getter defaultValue |
| 151 getter maxValue | 151 getter maxValue |
| 152 getter minValue | 152 getter minValue |
| 153 getter value | 153 getter value |
| 154 method cancelScheduledValues | 154 method cancelScheduledValues |
| 155 method cancelValuesAndHoldAtTime |
| 155 method constructor | 156 method constructor |
| 156 method exponentialRampToValueAtTime | 157 method exponentialRampToValueAtTime |
| 157 method linearRampToValueAtTime | 158 method linearRampToValueAtTime |
| 158 method setTargetAtTime | 159 method setTargetAtTime |
| 159 method setValueAtTime | 160 method setValueAtTime |
| 160 method setValueCurveAtTime | 161 method setValueCurveAtTime |
| 161 setter value | 162 setter value |
| 162 interface AudioProcessingEvent : Event | 163 interface AudioProcessingEvent : Event |
| 163 attribute @@toStringTag | 164 attribute @@toStringTag |
| 164 getter inputBuffer | 165 getter inputBuffer |
| (...skipping 7536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7701 setter scrollX | 7702 setter scrollX |
| 7702 setter scrollY | 7703 setter scrollY |
| 7703 setter scrollbars | 7704 setter scrollbars |
| 7704 setter status | 7705 setter status |
| 7705 setter statusbar | 7706 setter statusbar |
| 7706 setter toolbar | 7707 setter toolbar |
| 7707 PASS successfullyParsed is true | 7708 PASS successfullyParsed is true |
| 7708 | 7709 |
| 7709 TEST COMPLETE | 7710 TEST COMPLETE |
| 7710 | 7711 |
| OLD | NEW |