Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git] / layout / reftests / forms / textarea / padding-text-overflow.html
blob92cc4f38ecee5b09bb1c85234154cb2198a76a33
1 <!doctype html>
2 <style>
3 textarea {
4 width: 100px;
5 height: 100px;
6 box-sizing: border-box;
7 padding: 50px 0px;
8 overflow: hidden;
9 resize: none;
11 </style>
12 <!-- Text should be visible -->
13 <textarea>Foo</textarea>