Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / line-height.html
blob0f39f4a4b63ecb77d7aafb6f510d77a135800ea2
1 <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>
2 <div><input type="text" style="line-height: 100%" value="Lorem Ipsum"></div>
3 <div>Select the text in the text field using horizontal mouse movements, then drag up and down. The text should not move vertically.</div>