haikuwebkit/ManualTests/animated-gif-on-compositing...

14 lines
403 B
HTML

<html><head>
<title>Animated GIF on a compositing layer</title>
<style type="text/css" media="screen">
.compositing {
top: 0px;
left: 0px;
-webkit-transform:translateZ(0);
}
</style>
</head><body>
<p>This test checks that a gif animation can run on a compositing layer. The test passes if the gif animation runs.</p>
<img class="compositing" src="./resources/animated-infinite.gif" />
</body></html>