2 <script src=
"../../resources/ahem.js"></script>
3 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
4 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
5 <script src=
"resources/selection.js"></script>
7 // Selects two lines with top one ending in a line break and expects a newline
9 function repaintTest() {
10 selectRange(container
, 0, container
, 3);
12 window
.onload
= runRepaintTest
;