trisquel-icecat/icecat/layout/reftests/forms/textarea/padding-text-overflow-notref.html

12 lines
200 B
HTML

<!doctype html>
<style>
textarea {
width: 100px;
height: 100px;
box-sizing: border-box;
padding: 50px 0px;
overflow: hidden;
resize: none;
}
</style>
<textarea></textarea>