wpt / svg / coordinate-systems / view-invalid-viewBox.html

Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/svg/coordinate-systems/view-invalid-viewBox.html

<!doctype HTML>
<title>view element with invalid viewBox should be ignored</title>
<link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/linking.html#ViewElement">
<link rel="match" href="../struct/reftests/reference/green-100x100.html">
<img src="support/views.svg#invalid">

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

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