3 <script type=
"text/javascript" src=
"resources/reveal-utilities.js"></script>
6 <div>When the caret is scrolled out and resides at the end of the contenteditable,
7 on pressing
"Return
" it must be scrolled to the bottom of the view,
8 not to the center to avoid undesirable content view jumping.
</div>
9 <div style=
"height:1000px;">
10 <div style=
"overflow:visible; height:100px;" contenteditable=
"true" id=
"input"></div>
13 if (window
.testRunner
)
14 testRunner
.dumpAsText();
16 performJumpAtTheEdgeTest(false);