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
/
css-blending
/
mix-blend-mode-culling-1207041-ref.html
blob
f098be2b9414c9d318426f7c86aeb6d27668e843
1
<!DOCTYPE
HTML
>
2
<head>
3
<style>
4
.parent {
5
width:
200
px;
6
height:
200
px;
7
isolation: isolate;
8
background: orange;
9
}
10
.child {
11
width:
200
px;
12
height:
200
px;
13
background: #ffd200;
14
}
15
</style>
16
</head>
17
<body>
18
<div
class
=
"parent"
>
19
<div
class
=
"child"
>
20
</div>
21
</div>
22
</body>