blob: ab0a7803b876cad848fd4011146a8d2b9db5b4c1 [file] [log] [blame]
<body><hr><pre><hr>
</pre><script>
if (window.testRunner)
window.testRunner.dumpAsText();
document.designMode = "on";
document.execCommand("SelectAll");
document.execCommand("CreateLink", 0, 'foo');
document.execCommand("SelectAll");
document.execCommand("JustifyCenter");
document.body.innerText = "This tests for a crash when performing JustifyCenter. It should not crash.";
</script></body>