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