Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / input / scroll-to-edge-if-paragraph-separator-at-end-of-document-contenteditable.html
blob45fd96cabfa50595892d460d8dd2ff8e93a5680f
1 <!DOCTYPE html>
2 <head>
3 <script type="text/javascript" src="resources/reveal-utilities.js"></script>
4 </head>
5 <body>
6 <div>When the caret is scrolled out and resides at the end of the contenteditable,
7 on pressing &quot;Return&quot; 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>
11 </div>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
16 performJumpAtTheEdgeTest(false);
18 </script>
19 </body>