tenfourfox/layout/forms/crashtests/310520-1.xhtml

20 lines
325 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>