gecko-dev/content/media/webaudio/test/blink
Ehsan Akhgari cbdefabbd2 Bug 886165 - Hide the alternate names in the spec behind prefs which are turned off by default; r=roc
This patch uses one pref per interface, to allow us finer grain control over
which ones we might need to turn on in the future.
2013-06-23 19:22:10 -04:00
..
audio-testing.js Bug 886165 - Hide the alternate names in the spec behind prefs which are turned off by default; r=roc 2013-06-23 19:22:10 -04:00
convolution-testing.js Bug 815643 - Part 9: Port Blink's LayoutTest for ConvolverNode to mochitest-plain; r=roc 2013-06-10 16:10:07 -04:00
Makefile.in Bug 815643 - Part 9: Port Blink's LayoutTest for ConvolverNode to mochitest-plain; r=roc 2013-06-10 16:10:07 -04:00
moz.build
panner-model-testing.js Bug 886165 - Hide the alternate names in the spec behind prefs which are turned off by default; r=roc 2013-06-23 19:22:10 -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.