1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/media/webaudio/test/blink/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +This directory contains tests originally borrowed from the Blink Web Audio test 1.5 +suite. 1.6 + 1.7 +The process of borrowing tests from Blink is as follows: 1.8 + 1.9 +* Import the pristine file from the Blink repo, noting the revision in the 1.10 + commit message. 1.11 +* Modify the test files to turn the LayoutTest into a mochitest-plain and add 1.12 +* them to the test suite in a separate commit.