blob: 992f69b74bf0a2846a519f2a39ebbfb5a9187922 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
img {
width: 200px;
height: 180px;
}
.composited {
-webkit-transform: translateZ(0);
}
</style>
</head>
<body>
<img id="image" class="composited" src="../resources/alpha-gradient-small.png">
</body>
</html>