Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-textarea-padding-match-expected.html
blobfca67f47e70cfec90a4127a807eb2556be13e106
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p>This test ensures padding inside input and textarea elements match.</p>
5 <style type="text/css">
6 textarea {
7 display: block;
8 font-family: arial,sans-serif;
9 border: none;
10 padding: 0 0 0 10px;
11 margin: 0;
12 resize: none;
13 width: 20px;
14 height: 10px;
15 overflow: hidden;
17 </style>
18 <textarea>|</textarea>
19 </body>
20 </html>