summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/1012609.html
blob: 1dad783a073c4c92a380e008f860cea1743e535b (plain)
1
2
3
4
5
6
7
8
9
<script>
try{var r0=new AudioContext();}catch(e){}
try{var r32=r0.createOscillator();}catch(e){}
try{var r58=r0.createPeriodicWave(new Float32Array(1997),new Float32Array(1997));}catch(e){}
try{r32.start(0);}catch(e){}
try{r32.setPeriodicWave(r58);}catch(e){}
try{r32.frequency.value=-1;}catch(e){}
</script>