2 <script src=
"../../resources/ahem.js"></script>
3 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
4 <script src=
"resources/selection.js"></script>
6 // Selects two lines and expects a newline to *not* be represented as newline
7 // highlight selection is currently only enabled for LTR text.
8 function repaintTest() {
9 selectRange(container
, 0, container
, 1);
11 window
.onload
= runRepaintTest
;
17 unicode-bidi: bidi-override;