Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<head>
<script>
function boom()
{
document.getElementById("td").contentEditable = "true";
document.execCommand("justifyfull", false, null);
}
</script>
</head>
<body onload="boom();">
<m:msubsup><td id="td"><m:mn/></td></m:msubsup>
</body>
</html>