Sign in
webkit
/
WebKit
/
2c21f6d4a7b9870028fff176b6411b7892705071
/
.
/
LayoutTests
/
svg
/
custom
/
resources
/
object-sizing-width-50p-height-75p.svg
blob: 5a831fb1b134cf894b62cd1e453cfe5e47ecbe6e [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"50%"
height
=
"75%"
>
<rect
x
=
"0"
y
=
"0"
width
=
"100%"
height
=
"100%"
fill
=
"lightblue"
/>
<rect
x
=
"5%"
y
=
"5%"
width
=
"90%"
height
=
"90%"
fill
=
"green"
/>
</svg>