Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-viewport/zoom/svg-path.html
<!doctype html> <meta charset="utf-8"> <link rel="help" href="https://drafts.csswg.org/css-viewport/#zoom-property"> <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1903361"> <link rel="match" href="svg-path-ref.html"> <svg width="160" height="100" style="zoom: 2; background: #006AA7;"> <path d="M60 0 L 60 160Z" stroke="#FECC02" stroke-width="20"/> <rect x="0" y="40" width="160" height="20" fill="#FECC02" /> </svg>
/css/css-viewport/zoom/svg-path-ref.html
<!doctype html> <meta charset="utf-8"> <svg width="320" height="200" style="background: #006AA7;"> <path d="M120 0 L 120 320Z" stroke="#FECC02" stroke-width="40"/> <rect x="0" y="80" width="320" height="40" fill="#FECC02" /> </svg>