Re: [service-workers-tests][webaudio-tests] AudioBuffer ctor updated, (#4672)

# Firefox (nightly channel) #
Testing web-platform-tests at revision f5c1cd99bfe946da31f74ffd7fd62d0c72906079
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4672/webaudio/the-audio-api/the-audiobuffer-interface/idl-test.html">/webaudio/the-audio-api/the-audiobuffer-interface/idl-test.html</a></summary>


|                                                                        Subtest                                                                         | Results |
|--------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
|                                                                                                                                                        | OK      |
| `AudioBuffer interface: audio_buffer must inherit property "sampleRate" with the proper type (0)`                                                      | PASS    |
| `AudioBuffer interface: audio_buffer must inherit property "numberOfChannels" with the proper type (3)`                                                | PASS    |
| `AudioBuffer interface object name`                                                                                                                    | PASS    |
| `AudioBuffer interface: attribute numberOfChannels`                                                                                                    | PASS    |
| `AudioBuffer interface: audio_buffer must inherit property "copyToChannel" with the proper type (6)`                                                   | PASS    |
| `AudioBuffer interface: audio_buffer must inherit property "getChannelData" with the proper type (4)`                                                  | PASS    |
| `AudioBuffer interface object length`                                                                                                                  | PASS    |
| `AudioBuffer interface: audio_buffer must inherit property "duration" with the proper type (2)`                                                        | PASS    |
| `AudioBuffer interface: operation getChannelData(unsigned long)`                                                                                       | PASS    |
| `Stringification of audio_buffer`                                                                                                                      | PASS    |
| `AudioBuffer must be primary interface of audio_buffer`                                                                                                | PASS    |
| `AudioBuffer interface: audio_buffer must inherit property "length" with the proper type (1)`                                                          | PASS    |
| `AudioBuffer interface: attribute duration`                                                                                                            | PASS    |
| `AudioBuffer interface: audio_buffer must inherit property "copyFromChannel" with the proper type (5)`                                                 | PASS    |
| `AudioBuffer interface: attribute length`                                                                                                              | PASS    |
| `AudioBuffer interface: calling copyFromChannel(Float32Array,unsigned long,unsigned long) on audio_buffer with too few arguments must throw TypeError` | PASS    |
| `AudioBuffer interface: operation copyFromChannel(Float32Array,unsigned long,unsigned long)`                                                           | PASS    |
| `AudioBuffer interface: existence and properties of interface object`                                                                                  | PASS    |
| `AudioBuffer interface: attribute sampleRate`                                                                                                          | PASS    |
| `AudioBuffer interface: calling getChannelData(unsigned long) on audio_buffer with too few arguments must throw TypeError`                             | PASS    |
| `AudioBuffer interface: operation copyToChannel(Float32Array,unsigned long,unsigned long)`                                                             | PASS    |
| `AudioBuffer interface: calling copyToChannel(Float32Array,unsigned long,unsigned long) on audio_buffer with too few arguments must throw TypeError`   | PASS    |
| `AudioBuffer interface: existence and properties of interface prototype object`                                                                        | PASS    |
| `AudioBuffer interface: existence and properties of interface prototype object's "constructor" property`                                               | PASS    |

</details>


View on GitHub: https://github.com/w3c/web-platform-tests/pull/4672#issuecomment-276476302

Received on Tuesday, 31 January 2017 20:06:04 UTC