9 -webkit-writing-mode: horizontal-bt;
15 <p id=
"result">The test did not run.
</p>
17 if (window
.testRunner
)
18 testRunner
.dumpAsText();
20 var offset
= document
.caretRangeFromPoint(38, 18).startOffset
;
21 document
.getElementById("result").innerText
= offset
=== 26 ? "PASS" : "FAIL";