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