blob: 4627b0332470cca312dbef1cf2cb7a40ab3d6005 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that clicking in a contenteditable div will set the caret in the right position for RTL text in a LTR block.
To test manually, click the left of the text. The caret should be on the left edge.
</p>
<div style="font-size: 20px; width: 20ex; border: solid thin black; padding: 10px;" contenteditable>&#x05e9;&#x05d3;&#x05d4; &#x05d1;&#x05d5;&#x05e8;</div>
<script src="resources/caret-edge-shared.js"></script>
<script>
var clickOn = 'left';
var expectedOffset = 0;
runTest();
</script>
</body>
</html>