haikuwebkit/LayoutTests/fast/images/decode-render-static-image-...

12 lines
239 B
HTML

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