tenfourfox/layout/forms/crashtests/310520-1.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
325 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script><![CDATA[
function init()
{
var select = document.getElementsByTagName("select")[0];
select.parentNode.removeChild(select);
}
window.addEventListener("load", init, 0);
]]></script>
</head>
<body><select><input/></select></body>
</html>