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
/
paint
/
roundedrects
/
input-with-rounded-rect-and-shadow.html
blob
5bcd963eedb45652da03d8b26b48f2f9e02c075b
1
<!DOCTYPE
html
>
2
<style>
3
4
#target {
5
box-shadow: rgb(
170
,
170
,
170
)
0
px
1
px
1
px
0
px inset;
6
border-radius:
15
px
15
px
15
px
15
px;
7
font: normal normal normal normal
12
px/normal 'Helvetica Neue', Helvetica, Arial, sans-serif;
8
padding:
6
px
28
px
5
px
12
px;
9
}
10
</style>
11
<input
id
=
"target"
/>