blob: 0dafcc2512c6a081f871b161d82445c4c37efccb [file] [log] [blame]
<!DOCTYPE html>
<head>
<script type="text/javascript" src="resources/reveal-utilities.js"></script>
</head>
<body>
<div>When the caret is scrolled out and resides at the end of the contenteditable,
on pressing &quot;Ctrl+Return&quot; it must be scrolled to the bottom of the view,
not to the center to avoid undesirable content view jumping.</div>
<div style="height:1000px;">
<div style="overflow:visible; height:100px;" contenteditable="true" id="input"></div>
</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
performJumpAtTheEdgeTest(true);
</script>
</body>