tenfourfox/layout/xul/crashtests/470063-1.html

16 lines
313 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
document.removeChild(document.documentElement)
document.appendChild(document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul", "hbox"));
}
</script>
</head>
<body onload="boom();"></body>
</html>