gecko-dev/dom/media/webaudio/test/blink
Dan Minor de75e41852 Bug 1265394 - Update tests; r=padenot
MozReview-Commit-ID: 1G42f5ct8d4

--HG--
extra : rebase_source : 3c5bace5e1566f9c27a6fbb2f7ec817e094c2759
extra : histedit_source : 9ff9612c0332d05fd5001c1a3eabb04f34f9d05e
2016-06-23 13:41:52 -04:00
..
README
audio-testing.js
biquad-filters.js Bug 1265395 - Implement new low pass filter equation; r=padenot 2016-06-08 12:49:40 -04:00
biquad-testing.js Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
convolution-testing.js
mochitest.ini Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
panner-model-testing.js Bug 1265394 - Update tests; r=padenot 2016-06-23 13:41:52 -04:00
test_biquadFilterNodeAllPass.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodeAutomation.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodeBandPass.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodeGetFrequencyResponse.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodeHighPass.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodeHighShelf.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodeLowPass.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodeLowShelf.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodeNotch.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodePeaking.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_biquadFilterNodeTail.html Bug 1265395 - Use blink biquad filter tests; r=padenot 2016-06-08 14:37:21 -04:00
test_iirFilterNode.html Bug 1265408 - Use blink IIRFilterNode tests; r=padenot 2016-05-06 15:07:11 -04:00
test_iirFilterNodeGetFrequencyResponse.html Bug 1265408 - Use blink IIRFilterNode tests; r=padenot 2016-05-06 15:07:11 -04:00

README

This directory contains tests originally borrowed from the Blink Web Audio test
suite.

The process of borrowing tests from Blink is as follows:

* Import the pristine file from the Blink repo, noting the revision in the
  commit message.
* Modify the test files to turn the LayoutTest into a mochitest-plain and add
* them to the test suite in a separate commit.