haikuwebkit/LayoutTests/fast/images/hidpi-image-position-on-dev...

15 lines
194 B
HTML

<style>
div {
width: 200.25px;
}
img {
border-radius: 1px;
width: 100%;
height: 200px;
background-color: white;
}
</style>
<div><img src="./resources/green-256x256.jpg"></div>
</div>