repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
input-textarea-padding-match-expected.html
blob
fca67f47e70cfec90a4127a807eb2556be13e106
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
;
16
}
17
</style>
18
<textarea>
|
</textarea>
19
</body>
20
</html>