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
/
no-stacking-context-transition-ref.html
blob
efc029d03e1e22ae18ba42b570a22bf3c6dddf81
1
<!DOCTYPE
html
>
2
<title>
3
Reference of testcases which don't create a stacking context for bug
1278136
4
</title>
5
<style>
6
span {
7
height:
100
px;
8
width:
100
px;
9
background: green;
10
position: fixed;
11
top:
50
px;
12
}
13
#test {
14
height:
100
px;
15
width:
100
px;
16
background: blue;
17
}
18
</style>
19
<span></span>
20
<div
id
=
"test"
></div>