Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
fast
/
images
/
decode-static-image-resolve-expected.html
blob: d7c64656f2672623ca9616740227e84e3876090e [
file
] [
log
] [
blame
]
<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>