Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/forms/crashtests/crashtests.list
<head>↩
↩
<script><![CDATA[ ↩
↩
function init()↩
{↩
var select = document.getElementsByTagName("select")[0];↩
select.remove();↩
}↩
↩
window.addEventListener("load", init);↩
↩
]]></script>↩
↩
↩
</head>↩
<body><select><input/></select></body>↩
</html>↩