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 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git]
/
layout
/
reftests
/
css-blending
/
mix-blend-mode-nested-976533-ref.html
blob
8680fd663312e58c88f06f9e9835e78cb6e0deb2
1
<!DOCTYPE
HTML
>
2
<head>
3
<style>
4
.parent {
5
width:
200
px;
6
height:
200
px;
7
position: absolute;
8
z-index:
1
;
9
background-color: #
00
ff00;
10
}
11
12
.intermediate {
13
width:
100
px;
14
height:
100
px;
15
margin-left:
50
px;
16
background-color: #ffffff;
17
}
18
19
.child {
20
width:
100
px;
21
height:
100
px;
22
margin-left:
50
px;
23
background-color: #
00
ffff;
24
}
25
26
.grandchild {
27
width:
50
px;
28
height:
100
px;
29
margin-left:
50
px;
30
background-color: #
0000
ff;
31
}
32
33
body {
34
margin:
0
px;
35
}
36
37
</style>
38
</head>
39
<body>
40
<div
class
=
"parent"
>
41
<div
class
=
"intermediate"
>
42
<div
class
=
"child"
>
43
<div
class
=
"grandchild"
></div>
44
</div>
45
</div>
46
</div>
47
</body>