repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git]
/
layout
/
reftests
/
forms
/
textarea
/
padding-text-overflow-notref.html
blob
78edebcad78c5b47ee49a2269262f90217d5d2de
1
<!doctype
html
>
2
<style>
3
textarea {
4
width:
100
px;
5
height:
100
px;
6
box-sizing: border-box;
7
padding:
50
px
0
px;
8
overflow: hidden;
9
resize: none;
10
}
11
</style>
12
<textarea></textarea>