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 1934520 - [devtools] Avoid errors in document-events webconsole listeners for...
[gecko.git]
/
layout
/
reftests
/
css-transitions
/
stacking-context-transition-ref.html
blob
817056c1ce88a901b2e96c7e0db512ba84abf1f0
1
<!DOCTYPE
html
>
2
<title>
Reference of testcases for bug
1273042
</title>
3
<style>
4
span {
5
height:
100
px;
6
width:
100
px;
7
background: green;
8
position: fixed;
9
top:
50
px;
10
z-index: -
1
;
11
}
12
#test {
13
height:
100
px;
14
width:
100
px;
15
background: blue;
16
}
17
</style>
18
<span></span>
19
<div
id
=
"test"
></div>