gecko-dev/testing/web-platform/tests/webaudio
Paul Adenot a8fb83f275 Bug 1530178 - Fix audiobuffer-copy-channel.html to allow copyFromChannel/copyToChannel wth an offset of n on an array that is n elements long. r=karlt
This is a no-op, but is allowed per spec:

> An optional offset to copy the data to. If startInChannel is greater than the
> length of the AudioBuffer, an IndexSizeError MUST be thrown.

If the numbers are equals, this shouldn't throw.

Differential Revision: https://phabricator.services.mozilla.com/D29358

--HG--
extra : moz-landing-system : lando
2019-05-02 09:24:57 +00:00
..
js
resources Bug 1492316 [wpt PR 13061] - Sub-sample accurate start for ABSN, a=testonly 2019-02-07 21:51:21 +00:00
the-audio-api Bug 1530178 - Fix audiobuffer-copy-channel.html to allow copyFromChannel/copyToChannel wth an offset of n on an array that is n elements long. r=karlt 2019-05-02 09:24:57 +00:00
historical.html
idlharness.https.window.js
META.yml
README.md
refresh_idl.rb

Our test suite is currently tracking the editor's draft of the Web Audio API.

The tests are arranged in subdirectories, corresponding to different sections of the spec. So, for example, tests for the DelayNode are in the-audio-api/the-delaynode-interface.