blob: 17a70794407516a87118123eae557f7a8124efb4 [file] [log] [blame]
<div id="div" contenteditable="true"><img src="../resources/abe.png">
<div>This tests for a crash when changing the alignment of content that starts with an image not inside its own block container.</div></div>
<script>
var div = document.getElementById("div");
div.focus();
document.execCommand("SelectAll");
document.execCommand("JustifyRight");
</script>