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 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
box-shadow
/
boxshadow-inset-large-border-radius.html
blob
87ce0f01c6b16a80155bc14b8ce47cb52456cff3
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
#boxShadow {
6
background: gray;
7
width:
700
px;
8
height:
20
px;
9
box-shadow:
15
px
15
px
3
px black inset;
10
border-radius:
100
px
0
px
0
px
0
px;
11
}
12
13
#cutLeft {
14
background: white;
15
width:
125
px;
16
height:
20
px;
17
position: absolute;
18
}
19
20
#cutAcross {
21
background: white;
22
width:
700
px;
23
height:
15
px;
24
position: absolute;
25
margin-top:
5
px;
26
}
27
28
</style>
29
</head>
30
<body>
31
<div
id
=
"cutLeft"
></div>
32
<div
id
=
"cutAcross"
></div>
33
<div
id
=
"boxShadow"
></div>
34
</body>
35
</html>