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 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
reftest-sanity
/
reftest-opaque-layer-fail.html
blob
bb8a17e85820793a3dc2e9df5600f10f725f9d41
1
<!DOCTYPE
html
>
2
<html
lang
=
"en"
>
3
<meta
charset
=
"utf-8"
>
4
<title>
The fixed layer can't be opaque, so this test must fail.
</title>
5
6
<style>
7
8
.content {
9
box-sizing: border-box;
10
width:
200
px;
11
height:
200
px;
12
border:
1
px solid black;
13
}
14
15
.fixed {
16
position: fixed;
17
top:
20
px;
18
left:
140
px;
19
}
20
21
body {
22
height:
4000
px;
23
}
24
25
</style>
26
27
<div
class
=
"content reftest-opaque-layer"
></div>
28
29
<div
class
=
"fixed content reftest-opaque-layer"
></div>