Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html>
<head>
<script>
function boom()
{
var z = document.createElementNS(XUL_NS, "window");
document.body.appendChild(z);
z.setAttribute("hidechrome", "true");
}
</script>
<body onload="boom();">
</body>
</html>