Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/base/crashtests/crashtests.list
<script>
function boom()
{
fr.src = "data:text/html,X";
document.documentElement.appendChild(fr);
var docType = fr.contentDocument.implementation.createDocumentType(undefined, "", "");
document.removeChild(document.documentElement);
document.appendChild(docType);
}
window.addEventListener("load", boom, false);
</script>
</svg>