3 https://bugzilla.mozilla.org/show_bug.cgi?id=bug1263357
7 <title>Testcase #
5 for bug1263357
</title>
8 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
9 <script src=
"/tests/SimpleTest/EventUtils.js"></script>
12 <div id=
"editable" contenteditable='true' spellcheck=false
style=
"outline: 1px solid;"><span id=
"theSpan">text
<br></span> more
</div>
16 var sel
= window
.getSelection();
17 // Focus on editable block.
18 theDiv
= document
.getElementById("editable");
19 theSpan
= document
.getElementById("theSpan");
21 sel
.collapse(theSpan
, 2);
24 SimpleTest
.waitForFocus(start
);