3 <title>pointToOffset always takes the CG code path
</title>
4 <script type=
"text/javascript">
8 testRunner
.notifyDone();
13 eventSender
.mouseDown();
14 window
.setTimeout(step7
, 1);
19 eventSender
.mouseMoveTo(39, 10);
20 window
.setTimeout(step4
, 1000);
24 testRunner
.waitUntilDone();
27 <body style=
"margin: 0; padding: 0;"">
28 <!-- The ̀s force ATSUI rendering; when measured by
29 the CG code path, they take up extra width -->
30 èèèèèèX
32 This tests for regressions against
33 <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=5878 pointToOffset
34 always takes the CG code path</i> by clicking the X and verifying that the
35 correct caret position (13) is reported to the editing delegate.