tenfourfox/dom/media/webaudio/test/blink
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00
..
audio-testing.js hello FPR 2017-04-19 00:56:45 -07:00
convolution-testing.js hello FPR 2017-04-19 00:56:45 -07:00
mochitest.ini hello FPR 2017-04-19 00:56:45 -07:00
panner-model-testing.js hello FPR 2017-04-19 00:56:45 -07:00
README hello FPR 2017-04-19 00:56:45 -07:00

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.