wpt / svg / painting / reftests / non-scaling-stroke-007.html

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

/svg/painting/reftests/non-scaling-stroke-007.html

<!doctype html>
<meta charset="utf-8">
<title>non-scaling-stroke on a nested SVG</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1917604">
<link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/painting.html#PaintingVectorEffects">
<link rel="match" href="non-scaling-stroke-007-ref.html">
<svg width="100" height="100">
  <svg width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none">
    <path d="M 0 0 L 0 50 L 50 0 z" fill="none" stroke="currentColor" stroke-width="20" vector-effect="non-scaling-stroke"></path>
  </svg>
</svg>

/svg/painting/reftests/non-scaling-stroke-007-ref.html

<!doctype html>
<title>CSS Test Reference</title>
<svg width="100" height="100">
  <path d="M 0 0 L 0 300 L 300 0 z" fill="none" stroke="currentColor" stroke-width="20"></path>
</svg>