gecko-dev/testing/web-platform/tests/webaudio
Raymond Toy 3cb905b3ad Bug 1452320 [wpt PR 10320] - Move AudioNode tests to WPT, a=testonly
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
2018-04-15 09:37:42 +01:00
..
js Bug 1419296 - Update web-platform-tests to fa27b785c62e67cc3a12201612db188c4fdd49ad, a=testonly 2017-11-21 07:39:00 +00:00
resources Bug 1452320 [wpt PR 10320] - Move AudioNode tests to WPT, a=testonly 2018-04-15 09:37:42 +01:00
the-audio-api Bug 1452320 [wpt PR 10320] - Move AudioNode tests to WPT, a=testonly 2018-04-15 09:37:42 +01:00
.gitignore
OWNERS
README.md
historical.html Bug 1410245 - Update web-platform-tests to revision a372dce582c21c911056273eec042fd9073cbd60, a=testonly 2017-10-25 10:45:59 +01:00
idlharness.https.html Bug 1452296 [wpt PR 10285] - Check inherited interfaces exist, a=testonly 2018-04-15 09:30:53 +01:00
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.