Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / linebox-overflow-in-textarea-padding.html
blob195115dafaa5f1622317138965c469318941e16b
1 <style>
2 textarea, #foo {
3 font-size: 30px;
4 font-family: courier;
5 border: 3px solid yellow;
6 height: 50px;
7 width: 300px;
8 color: blue;
9 padding:15px;
10 line-height: 0px
12 #foo {
13 display:inline-block;
14 overflow:auto;
15 -webkit-box-sizing:border-box;
17 </style>
19 <textarea>ggggggggg ggggggggg</textarea>
20 <div id="foo"><div>ggggggggg ggggggggg</div></div>
22 <p>This is a pixel test that tests the linebox overflow in the padding on textareas. The div on the right is styled to look like a textarea.</p>