diff options
Diffstat (limited to 'testing/web-platform/tests/svg/coordinate-systems/view-invalid-viewBox.html')
-rw-r--r-- | testing/web-platform/tests/svg/coordinate-systems/view-invalid-viewBox.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/coordinate-systems/view-invalid-viewBox.html b/testing/web-platform/tests/svg/coordinate-systems/view-invalid-viewBox.html new file mode 100644 index 0000000000..75b89f12a7 --- /dev/null +++ b/testing/web-platform/tests/svg/coordinate-systems/view-invalid-viewBox.html @@ -0,0 +1,6 @@ +<!doctype HTML> +<title>view element with invalid viewBox should be ignored</title> +<link rel="help" href="https://svgwg.org/svg2-draft/linking.html#ViewElement"> +<link rel="match" href="../struct/reftests/reference/green-100x100.html"> +<img src="support/views.svg#invalid"> + |