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-inset-large-offset.html
blob
fe8db9f07aadb0f4fb32a210b64a4e9822d4586f
1
<html>
2
<head>
3
<style>
4
div.test {
5
width:
500
px;
6
height:
500
px;
7
box-shadow: inset
70
px
70
px
50
px
0
px black;
8
position: absolute;
9
}
10
11
div.cover {
12
width:
500
px;
13
height:
500
px;
14
background-color: black;
15
position: absolute;
16
margin-top:
0
px;
17
margin-left:
30
px;
18
}
19
</style>
20
<body>
21
<div
class
=
"test"
>
22
</div>
23
<div
class
=
"cover"
>
24
</div>
25
</body>
26
</html>