blob: 5679e3488ed838039e83e5929472baba0a1cf25e [file] [edit]
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="fuzzy" content="maxDifference=0-40; totalPixels=0-4000" />
<style>
.test {
position: absolute;
top: -100px;
left: -40px;
width: 200px;
height: 200px;
background: url(../resources/alpha-gradient.png) no-repeat;
will-change: opacity;
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>