gecko/content/media/test/crashtests/878328.html

5 lines
171 B
HTML
Raw Normal View History

<script>
o1 = new window.AudioContext(2, 7, 44100);
o5 = o1.createDelay(1);
o5.delayTime.setValueCurveAtTime(new Float32Array(3), 1.7976931348623157e+308, 0.64);
</script>