Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<head>
<script>
<![CDATA[
function boom()
{
document.createElement("head").innerHTML = "<";
}
]]>
</script></head>
<body onload="boom();"></body>
</html>