wpt / svg / struct / reftests / use-external-html-resource-with-content-type-svg.html

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

/svg/struct/reftests/use-external-html-resource-with-content-type-svg.html

<!DOCTYPE html>
<title>Reference to a &lt;symbol> in an SVG fragment in an html resource document with SVG content type</title>
<link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/struct.html#UseElement">
<link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/linking.html#processingURL">
<link rel="match" href="reference/green-100x100.html">
<svg>
  <use href="support/html-resource-with-symbol-and-content-type-svg.html#green"/>
</svg>

/svg/struct/reftests/reference/green-100x100.html

<!DOCTYPE html>
<div style="width: 100px; height: 100px; background-color: green"></div>