haikuwebkit/LayoutTests/fast/images/decode-animated-image-expec...

11 lines
215 B
HTML

<style>
div {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<body>
<p>This tests calling decode() multiple times for an animated image.</p>
<div></div>
</body>