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
Bumping manifests a=b2g-bump
[gecko.git]
/
layout
/
reftests
/
bugs
/
408656-1c.html
blob
82c55385a3b1191a91bb650195a9c7ceaf03cda0
1
<html>
2
<head><style>
3
body {
4
margin:
0
px;
5
}
6
span.a {
7
position: absolute;
8
width:
100
px;
9
height:
100
px;
10
border:
1
px solid black;
11
overflow: hidden;
12
}
13
</style></head>
14
<body>
15
<div
style
=
"padding: 100px;"
>
16
<span
style
=
"position: relative;"
>
17
<span
class
=
"a"
></span>
18
</span>
19
</div>
20
</body>
21
</html>