tenfourfox/layout/reftests/css-blending/mix-blend-mode-culling-1207041-ref.html

23 lines
332 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<head>
<style>
.parent {
width: 200px;
height: 200px;
isolation: isolate;
background: orange;
}
.child {
width: 200px;
height: 200px;
background: #ffd200;
}
</style>
</head>
<body>
<div class="parent">
<div class="child">
</div>
</div>
</body>