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 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git]
/
layout
/
reftests
/
box-shadow
/
boxshadow-button.html
blob
f1522536db77b145c84bf1254b14dbd0f287f449
1
<!DOCTYPE
HTML
>
2
<style>
3
#a, #b {
4
width:
100
px;
5
height:
100
px;
6
background-color: grey;
7
-moz-appearance: none;
8
box-shadow:
4
px
4
px
3
px black;
9
border: none !important;
10
position: absolute;
11
}
12
13
#a {
14
top:
20
px;
15
left:
20
px;
16
}
17
18
#b {
19
top:
170
px;
20
left:
20
px;
21
</style>
22
23
<input
type
=
"button"
id
=
"a"
value
=
""
></input>
24
<button
id
=
"b"
></button>