Sign in
webkit
/
WebKit
/
67175abcf1c533e84579770009346b1ad32cc2ab
/
.
/
LayoutTests
/
svg
/
custom
/
percentage-rect2.svg
blob: 5de78789b578716229464c78994b34378c019790 [
file
] [
log
] [
blame
]
<svg
width
=
"200"
height
=
"200"
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
height
=
"100"
width
=
"100"
fill
=
"red"
/>
<rect
height
=
"50%"
width
=
"50%"
fill
=
"green"
/>
</svg>