haikuwebkit/LayoutTests/compositing/images/update-content-rect.html

14 lines
246 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.composited {
-webkit-transform: translateZ(0);
}
</style>
</head>
<body>
<img id="image" class="composited" src="../resources/alpha-gradient-small.png">
</body>
</html>