Bug 790559 - Part 2: Correct test_framebuffer.html mochitest to expect two channels. r=rillian

This commit is contained in:
Alexandros Chronopoulos 2013-06-21 00:31:22 +03:00
parent 162156997a
commit 11863355c2

View File

@ -19,9 +19,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=490705
<script class="testbody" type="text/javascript">
var testFile = "bug495794.ogg";
var testFileDuration = 0.30;
var testFileChannelCount = 6;
var testFileChannelCount = 2;
var testFileSampleRate = 48000;
var testFileFrameBufferLength = 6 * 1024;
var testFileFrameBufferLength = testFileChannelCount * 1024;
var undef;