wpt / svg / styling / css-var-on-length-attributes-01.svg

Status: FAIL | Duration: 44ms | Subtests: 0/1 | Open test on wpt.live | wpt.fyi

/svg/styling/css-var-on-length-attributes-01.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
  <title>Usage of css var() on svg width and height attributes (units specified)</title>
  <html:link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com"/>
  <html:link rel="match" href="../embedded/reference/green-rect-100x100.svg"/>
  <style>
    rect {
      --length: 100px;
    }
  </style>
  <rect width="var(--length)" height="var(--length)" fill="green"/>
</svg>