Sign in
webkit
/
WebKit
/
c99cf813c1a31e482b4fe16888297e577642938c
/
.
/
LayoutTests
/
fast
/
images
/
decode-render-static-image-expected.html
blob: 3b5ce663f79da7b1d36ff86c7f5b88067b93ff7d [
file
] [
log
] [
blame
]
<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>