4 <script src=../resources/js-test.js
></script>
5 <script src=
"resources/compatibility.js"></script>
7 var jsTestIsAsync
= true;
8 description("Tests re-wrapping an AudioNode sublass after its JS wrapper is deleted wraps the node as the correct subclass. A binding integrity assert will fire otherwise.");
10 <script src=resources/scriptprocessornode-testing.js
></script>
12 var sampleRate
= 44100.0;
13 var sourceChannels
= 2;
14 var inputChannels
= 8;
15 var outputChannels
= 6;
17 var i
= document
.createElement("iframe");
18 document
.body
.appendChild(i
);