blob: a637bca9679e5ee805bc2a40fced5b0a9bfb5728 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body id="webtest3">
Pass. <summary/>WebKit didn't Crash.<br>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function editingTest() {
document.execCommand("SelectAll");
document.designMode = "on";
document.execCommand("JustifyRight", false, null);
document.execCommand("Indent", false, null);
}
editingTest();
</script>
</body>
</html>