Sign in
webkit
/
WebKit
/
5018b83b58300de6a946efbfe8a7056c14da27e0
/
.
/
LayoutTests
/
fast
/
images
/
hidpi-image-position-on-device-pixels-with-border-radius.html
blob: 68cc5bc8dddc8f3f9df1d66936a2dea4881b489f [
file
] [
log
] [
blame
]
<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>