haikuwebkit/LayoutTests/fast/css/line-height.html

4 lines
387 B
HTML

<div>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=9934">Bugzilla Bug 9934</a> Selecting text in text field with {line-height:100%} causes it to bounce.</div>
<div><input type="text" style="line-height: 100%" value="Lorem Ipsum"></div>
<div>Select the text in the text field using horizontal mouse movements, then drag up and down. The text should not move vertically.</div>