blob: 288ba9d17d419f0a8b3e807a54a3ee4729b67c9f [file] [log] [blame]
<html>
<head>
<title></title>
<script type="text/javascript">
function test()
{
var t = document.getElementById("t").firstChild;
window.getSelection().setBaseAndExtent(t, 37, t, 42);
}
</script>
</head>
<body onload="test()">
<p>
Test for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=6137
Disable kerning and some ligatures in the ATSUI code path</i>.
</p>
<p>
The word &ldquo;dolor&rdquo; below should be highlighted in its entirety. The
highlight should not extend beyond that word.
</p>
<div style="font-size: 24px;">
<hr>
<span id="t">AVAVAVAVAVfififififififi Lorem ipsum dolor sit ame&#x0300;t</span>
</div>
</body>
</html>