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 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git]
/
layout
/
reftests
/
box-shadow
/
boxshadow-border-radius-int-ref.html
blob
e797c61a263fd98500d4d804f90082fda7377eb7
1
<html>
2
<style>
3
#boxShadow {
4
height:
210
px;
5
width:
290
px;
6
box-shadow:
0
px
0
px
2
px graytext inset;
7
}
8
9
#leftCover {
10
width:
30
px;
11
height:
300
px;
12
background-color: white;
13
position: absolute;
14
left:
0
px;
15
top:
0
px;
16
}
17
18
#rightCover {
19
width:
20
px;
20
height:
300
px;
21
background-color: white;
22
position: absolute;
23
top:
0
px;
24
left:
280
px;
25
}
26
</style>
27
<body>
28
<div
id
=
"boxShadow"
>
test
</div>
29
<div
id
=
"leftCover"
></div>
30
<div
id
=
"rightCover"
></div>
31
</body>