gecko-dev/dom/media/webaudio/test/blink
Sebastian Hengst 8ee9323cd0 Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/media. r=RyanVM
MozReview-Commit-ID: JVsnpnBDeCC

--HG--
extra : rebase_source : 5a7ccee10b094808e3ee73de7a226306a9fd55fd
2016-11-05 11:29:16 +01: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 1310297 - Remove test annotations using b2g, mulet or gonk: dom/media. r=RyanVM 2016-11-05 11:29:16 +01: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.