Status: FAIL | Duration: 8ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/svg/linking/reftests/media-fragment-spatial-percent-no-natural-size.html
<!doctype html> <title>SVG media fragment: percent-based spatial clipping on SVG with no natural size</title> <link rel="help" href="https://www.w3.org/TR/media-frags/#naming-space"> <link rel="help" href="https://svgwg.org/svg2-draft/linking.html#SVGFragmentIdentifiers"> <link rel="help" href="https://github.com/w3c/svgwg/issues/1113"> <link rel="match" href="../../struct/reftests/reference/green-100x100.html"> <style> div { width: 100px; height: 100px; background-repeat: no-repeat; background-image: url("support/red-green-no-natural-size.svg#xywh=percent:50,0,50,100"); } </style> <div></div>
/svg/struct/reftests/reference/green-100x100.html
<!DOCTYPE html> <div style="width: 100px; height: 100px; background-color: green"></div>