Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!DOCTYPE html>
<html>
<head>
<script>
var t;
function boom()
{
b.appendChild(t);
document.removeChild(document.documentElement)
document.appendChild(b)
document.removeChild(document.documentElement)
var nt = document.createTextNode("t.appendChild(document.createTextNode(' '));");
ns.appendChild(nt);
b.appendChild(ns);
document.appendChild(b);
}
</script>
</head>
<body onload="boom();"></body>
</html>