3 testRunner
.dumpEditingCallbacks();
5 <p>Only the line break after the image should be selected.
</p>
7 <div contenteditable=
"true" id=
"div"><img src=
"../resources/abe.png"><br>foo
</div>
10 if (window
.testRunner
)
11 window
.testRunner
.dumpSelectionRect();
13 var e
= document
.getElementById("div");
14 var s
= window
.getSelection();
15 // Select the line break
16 s
.setBaseAndExtent(e
, 1, e
, 2);