blob: 1be30da028ab192edb853b116e3b5f5f40832a41 [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/text-based-repaint.js"></script>
<script>
function repaintTest() {
editor.value = "-".repeat(60);
editor.focus();
}
onload = runRepaintAndPixelTest;
</script>
<!-- Test passes if caret is visible at rightmost edge of input field. -->
<textarea id="editor" style="white-space: nowrap; font-size: 13px"></textarea>