wpt / svg / struct / reftests / inner-svg-css-transform.svg

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

/svg/struct/reftests/inner-svg-css-transform.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
  <html:link rel="help" href="https://www.w3.org/TR/SVG2/struct.html#SVGElement"/>
  <html:link rel="match" href="reference/inner-svg-transform-ref.svg"/>
  <title>Test that transforms the inner svg element using css</title>
  <svg width="50" height="50" style="transform: translate(100px, 50px) scale(2);">
    <rect width="50" height="50" fill="green"/>
  </svg>
</svg>