blob: 6fd942ef8dd11c441dfe429262dfd6f390457ad4 [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;
height: 2em;
-webkit-writing-mode: vertical-lr;
}
</style>
<div id="container">
xx y
</div>