wpt / svg / styling / nested-svg-sizing-rems.tentative.svg

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

/svg/styling/nested-svg-sizing-rems.tentative.svg

<svg font-size="2px" width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
  <title>Width and Height (in Rems) style properties do not apply on nested svg</title>
  <html:link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/styling.html#TermPresentationAttribute"/>
  <html:link rel="help" href="https://github.com/w3c/svgwg/pull/1059"/>
  <html:link rel="match"  href="nested-svg-sizing-full-circle-ref.svg" />
  <svg style="width:25rem;height:25rem;">
    <circle cx="50" cy="50" r="40" fill="green" />
  </svg>
</svg>