gecko/content/media/test/crashtests/752784-1.html

16 lines
200 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
document.getElementById("a").mozCaptureStream();
}
</script>
</head>
<body onload="boom();">
<audio id="a" src="sound.ogg">
</body>
</html>