4 <script type=
"text/javascript">
7 var t
= document
.getElementById("t").firstChild
;
8 window
.getSelection().setBaseAndExtent(t
, 14, t
, 19);
12 <body onload=
"test()">
14 Test for
<i>http://bugzilla.opendarwin.org/show_bug.cgi?id=
6132
15 Incorrect selection highlighting for ATSUI text when selected range is
19 The word
“dolor
” below should be highlighted in its entirety. The
20 highlight should not extend beyond that word.
23 <span id=
"t">Lo
̈re
̀m ipsum dolor sit amet
</span>