blob: b821139cf51212d3f7c533520d8bf4bccb8b4f90 [file] [log] [blame]
<link rel="stylesheet" href="../../resources/ahem.css">
<div style="position: absolute; top: 40px; left: 40px; width: 140px; font-family: Ahem; font-size: 20px; direction: rtl;">12345 abcde</div>
<div id="result">FAIL: Test did not run</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var offset = document.caretRangeFromPoint(125, 50).startOffset;
document.getElementById("result").innerText = offset === 2 ? "PASS" : "FAIL: Hit offset " + offset;
</script>