1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
4 <script src=
"resources/compatibility.js"></script>
5 <script src=
"resources/audio-testing.js"></script>
6 <script src=
"../resources/js-test.js"></script>
10 <div id=
"description"></div>
11 <div id=
"console"></div>
14 description("Tests that ConvolverNode impulse response buffer can be set to 0.");
18 if (window
.testRunner
) {
19 testRunner
.dumpAsText();
20 testRunner
.waitUntilDone();
23 window
.jsTestIsAsync
= true;
25 var context
= new AudioContext();
26 var conv
= context
.createConvolver();
29 testPassed("ConvolverNode impulse response buffer was set to 0.");
35 successfullyParsed
= true;