Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
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>