Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/xml/crashtests/crashtests.list
<head>
<script>
<![CDATA[
function boom()
{
document.createElement("head").innerHTML = "<";
}
]]>
</script></head>
<body onload="boom();"></body>
</html>