blob: aab8841b88e6441a72d743bef956f87a43746caf [file] [edit]
<!DOCTYPE html>
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-5; totalPixels=0-26579" />
<style>
.box {
width: 300px;
height: 300px;
background-color: blue;
}
.composited {
-webkit-transform: translateZ(0);
}
.clipped {
-webkit-clip-path: inset(0 50px);
-webkit-mask: linear-gradient(transparent, black);
}
</style>
</head>
<body>
<div class="clipped composited box">asdf</div>
</body>
</html>