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
/
1544948-1-ref.html
blob
0086df752c1442f838768dcb7455d02d9d8b0196
1
<html>
2
<head>
3
<style>
4
div {
5
width:
10
px;
6
height:
10
px;
7
background-color:green;
8
display: inline-block;
9
position: relative;
10
}
11
#wrapper {
12
opacity:
0.5
;
13
width:
200
px;
14
height:
200
px;
15
background-color: transparent;
16
}
17
18
#first {
19
z-index:
1
;
20
}
21
22
#second {
23
background-color: blue;
24
}
25
</style>
26
</head>
27
<body
id
=
"body"
>
28
<div
id
=
"wrapper"
>
29
<div
id
=
"first"
class
=
"reftest-no-display-list"
></div><div
id
=
"second"
class
=
"reftest-no-display-list"
></div>
30
</div>
31
</body>
32
</html>