blob: 700d24dd5f0f7c13f29f8f4ef89ac438331205c9 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/ahem.js"></script>
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<script src="resources/selection.js"></script>
<script>
// Selects two lines and expects a newline to be represented.
function repaintTest() {
selectRange(container, 0, container, 1);
};
window.onload = runRepaintTest;
</script>
<style>
div {
direction: rtl;
font-family: Ahem;
unicode-bidi: bidi-override;
width: 2em;
}
</style>
<div id="container">
xx y
</div>