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