summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/backgrounds/support/red-intrinsic-width-height.svg
blob: b3c8e47d440918df9e1f3d885ad2a3eb0112637e (plain)
1
2
3
4
5
<!-- only intrinsic height -->
<svg xmlns="http://www.w3.org/2000/svg"
     width="40" height="60">
  <rect width="100%" height="100%" fill="red"/>
</svg>