1 <div id=
"div" contenteditable=
"true"><img src=
"../resources/abe.png">
2 <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>
5 var div
= document
.getElementById("div");
7 document
.execCommand("SelectAll");
8 document
.execCommand("JustifyRight");