Sign in
webkit
/
WebKit
/
d2af93fc324110cbbb4bd830024a204812626b40
/
.
/
LayoutTests
/
svg
/
custom
/
resources
/
object-sizing-width-50p-height-50p.svg
blob: 95da04cb4cdaac85ee8fa36f64a654b83cbf357c [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"50%"
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>