summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/876024-1.html
blob: 5502d8e42d4b8da9c41fd2c82c989aade5643a7b (plain)
1
2
3
4
5
<script>
o1 = new window.AudioContext(2, 8, 44100);
o4 = o1.createBiquadFilter();
o4.detune.setValueAtTime(0.0843, 1.7976931348623157e+308);
</script>