blob: ba4718456f53f2b0a9989050ca0d854aeb7f3407 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
Pass. WebKit didn't crash.<ul><br><summary>
<br><rt/>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function editingTest() {
document.execCommand("SelectAll");
document.designMode = "on";
document.execCommand("JustifyRight", true, "Arial");
}
editingTest();
</script>
</body>
</html>