Sign in
webkit
/
WebKit
/
1301b5dddcb28e452a3a8911596f68f5704bd0a8
/
.
/
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>