blob: 390cf72d7f8a328bd784b1e35e2357dc78a49988 [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
.composited {
will-change: transform;
-webkit-clip-path: circle(45%);
}
</style>
<!-- There should be a green circle on this page -->
<body>
<img class="composited" src="../../images/resources/green-256x256.jpg">
</body>
</html>