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 be represented.
7 function repaintTest() {
8 selectRange(container
, 0, container
, 1);
10 window
.onload
= runRepaintTest
;