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-simple.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=1906270"> <link rel="match" href="svg-path-simple-ref.html"> <svg style="zoom: 2" width="100" height="100" viewBox="0 0 20 20"> <path fill="#333333" d="M16 7h1v7h-1z"></path> </svg>
/css/css-viewport/zoom/svg-path-simple-ref.html
<!doctype html> <meta charset="utf-8"> <svg width="200" height="200" viewBox="0 0 40 40"> <path fill="#333333" d="M32 14h2v14h-2z"></path> </svg>