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
no bug - Correct some typos in the comments. a=typo-fix
[gecko.git]
/
gfx
/
tests
/
reftest
/
1429411.html
blob
79b878a6db5bef9fe86cf8eb35c9a4594b480575
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<meta
charset
=
"utf-8"
>
4
<style>
5
6
.outer {
7
position: absolute;
8
margin-top:
3
px;
9
margin-left:
3
px;
10
width:
200
px;
11
height:
150
px;
12
overflow: hidden;
13
}
14
.inner {
15
position: absolute;
16
margin-top: -
3
px;
17
margin-left: -
3
px;
18
width:
200
px;
19
height:
150
px;
20
box-shadow: blue
3
px
3
px
20
px inset;
21
}
22
23
</style>
24
25
<div
class
=
"outer"
>
26
<div
class
=
"inner"
></div>
27
</div>