tenfourfox/dom/media/test/crashtests/466607-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
267 B
HTML

<html>
<head>
<script type="text/javascript">
function boom()
{
document.body.appendChild(document.createElementNS("bar", "audio"));
document.body.appendChild(document.createElementNS("bar", "video"));
}
</script>
</head>
<body onload="boom();"></body>
</html>