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

11 lines
245 B
HTML

<style>
div {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<body>
<p>This tests resolving the decode() promise when loading and decoding a static image succeeds.</p>
<div></div>
</body>