зеркало из https://github.com/mozilla/gecko-dev.git
3cb905b3ad
Automatic update from web-platform-testsMove AudioNode tests to WPT Move the AudioNode tests to WPT. Can't move tail-processing.html because it's specific to Chrome's tail processing. Firefox passes all tests except: * audionode.html (because new AudioContext(1,44100,44100) succeeds but shouldn't * tests that use oac.suspend * audionode-connect-method-chaining.html with an IndexSizeError connecting Bug: 745778 Change-Id: I0e21e2117a75246367ea2642759ed917ee3e028f Reviewed-on: https://chromium-review.googlesource.com/994136 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#548843} wpt-commits: 68b07988d40f8a0250675fd0de3c6ae96921608e wpt-pr: 10320 wpt-commits: 68b07988d40f8a0250675fd0de3c6ae96921608e wpt-pr: 10320 |
||
---|---|---|
.. | ||
js | ||
resources | ||
the-audio-api | ||
.gitignore | ||
OWNERS | ||
README.md | ||
historical.html | ||
idlharness.https.html | ||
refresh_idl.rb |
README.md
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
.