haikuwebkit/LayoutTests/fast/images/decode-render-animated-imag...

12 lines
240 B
HTML

<style>
div {
width: 100px;
height: 100px;
background-color: blue;
}
</style>
<body>
<p>This tests calling decode() for a animated image which is also an element in the DOM tree.</p>
<div></div>
</body>