Mypal/layout/reftests/css-blending/mix-blend-mode-soft-light-r...

22 lines
305 B
HTML

<!DOCTYPE HTML>
<head>
<style>
.parent {
width: 200px;
height: 200px;
isolation: isolate;
}
.child {
width: 200px;
height: 200px;
background: #7775b6;
}
</style>
</head>
<body>
<div class="parent">
<div class="child">
</div>
</div>
</body>