Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / input / scroll-to-edge-if-line-break-at-end-of-document-textarea.html
blob40a134fa30e11ba5e9b11f8955ed691cb3464ee9
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 textarea,
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="overflow:auto;height:1000px;">
10 <textarea rows="50" cols="20" id="input"></textarea>
11 </div>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
16 performJumpAtTheEdgeTest(false);
18 </script>
19 </body>