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 - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
display-list
/
1418945-1-ref.html
blob
f1498c931d21c1fd441d3d111552ee85ea489d55
1
<html>
2
<head>
3
<style>
4
div {
5
width:
100
px;
6
height:
100
px;
7
position:relative;
8
}
9
#first {
10
background-color: red;
11
z-index:
1
;
12
}
13
#second {
14
top: -
50
px;
15
background-color: green;
16
z-index:
1
;
17
}
18
</style>
19
</head>
20
<body>
21
<div
id
=
"first"
></div>
22
<div
id
=
"second"
></div>
23
</body>
24
</html>