blob: 33347a345c2df02c95d612d359d5a7fa4ae76b23 [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
.composited {
transform: translateZ(0);
-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>