Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
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>