Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
function boom()
{
document.execCommand("selectAll", false, "");
try { document.execCommand("justifyfull", false, null); } catch(e) { }
try { document.execCommand("inserthorizontalrule", false, "false"); } catch(e) { }
document.execCommand("delete", false, null);
}
</script></head>x y z<body onload="boom();"><div/></body></html>