blob: 7df24c1e0775a73920026acc6bff7ac63935ea37 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.testRunner)
internals.toggleOverwriteModeEnabled(document);
function runTest() {
var element = (document.getElementById("editableContent")).firstChild;
getSelection().collapse(element, element.length);
}
</script>
<body onload="runTest();">
<!-- We want to test block cursor appearance at the end of lines that aren't the end of the editable element. -->
<div id="editableContent" contenteditable="true">ABC<br>ABC</div>
</body>