wpt / svg / styling / outermost-svg-sizing-viewport-units.svg

Status: PASS | Duration: 4ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/svg/styling/outermost-svg-sizing-viewport-units.svg

<svg style="width:10vw;height:10vh;" xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
  <title>Width and Height (in viewport units) as presentation attributes on outermost svg</title>
  <html:link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/styling.html#TermPresentationAttribute"/>
  <html:link rel="match"  href="outermost-svg-sizing-viewport-units-expected.svg" />
    <rect width="100%" height="100%" fill="green" />
</svg>