gecko/content/media/test/crashtests/876024-2.html

18 lines
309 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
var bufferSource = AudioContext().createScriptProcessor().context.createBufferSource();
bufferSource.noteGrainOn(0, 0, 0);
bufferSource.noteOff(562949953421313);
}
</script></head>
<body onload="boom();"></body>
</html>