Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / negativeLineHeight.html
blob7187d2220f9edf13dd14e1dca7de7cd350ad6011
1 <html lang="en">
2 <head>
3 <style type="text/css">
4 .p {
5 border: dotted silver 1px;
6 font-style:italic;
7 font-family: Verdana, Arial, Helvetica;
8 font-size: 10pt;
9 line-height:-400%;
10 width:400px; height:200px;
13 </style>
14 </head>
15 <body>
16 The textarea below should have standard line-height because textareas should ignore negative line-heights<br/>
17 <p> TEXTAREA<br/>
18 <textarea id="myTA" class="p">Demo text here that wraps a bit and should demonstrate the goodness of line-height</textarea>
19 <br/><br/>
21 </p>
22 </body>
23 </html>