blob: 5fed1477371ba78d2bf051bfb4c9682d8a7330d8 [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 {
font-family: Ahem;
width: 2em;
}
</style>
<div id="container">
xx y
</div>