gecko-dev/testing/web-platform/tests/webaudio
Raymond Toy 3eccf1992d Bug 1566498 [wpt PR 17855] - Active Processing for ConvolverNode, a=testonly
Automatic update from web-platform-tests
Active Processing for ConvolverNode

The ConvolverNode should output a single channel of silence when it is not
actively processing.  Active processing is already supported and just needed
to have the convolver output a single channel of silence when it is
constructed, before anything is connected to it.

Bug: 971389
Test: the-convolvernode-interface/active-processing.http.html
Change-Id: Ieba03e6a2e92077afa529983fcfcc0ce42817c7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661374
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678769}

--

wpt-commits: 6ccc50ee03cd63efaf505aa2f02dec9cc89c642d
wpt-pr: 17855
2019-07-24 13:35:38 +01:00
..
js Bug 1505726 [wpt PR 13980] - [media] Treat cross-origin redirect as TAINTED only for no-cors requests, a=testonly 2018-11-14 13:38:11 +00:00
resources Bug 1559261 [wpt PR 17327] - Have containValues check array lengths, a=testonly 2019-07-24 13:34:44 +01:00
the-audio-api Bug 1566498 [wpt PR 17855] - Active Processing for ConvolverNode, a=testonly 2019-07-24 13:35:38 +01:00
historical.html
idlharness.https.window.js
META.yml Bug 1503431 [wpt PR 13796] - Remove some suggested reviewers who have asked to be removed, a=testonly 2018-11-10 09:02:36 +00:00
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.