diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/tests/svg/embedded/image-embedding-svg-with-fractional-viewbox.svg | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/svg/embedded/image-embedding-svg-with-fractional-viewbox.svg')
-rw-r--r-- | testing/web-platform/tests/svg/embedded/image-embedding-svg-with-fractional-viewbox.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/embedded/image-embedding-svg-with-fractional-viewbox.svg b/testing/web-platform/tests/svg/embedded/image-embedding-svg-with-fractional-viewbox.svg new file mode 100644 index 0000000000..6e37c7b7b6 --- /dev/null +++ b/testing/web-platform/tests/svg/embedded/image-embedding-svg-with-fractional-viewbox.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml"> + <title><image> embedding SVG image with fractional viewBox</title> + <h:link rel="help" href="https://crbug.com/1123047"/> + <h:link rel="match" href="reference/green-rect-100x100.svg"/> + + <rect width="100" height="100" fill="red"/> + <svg viewBox="0 0 200 150" width="100" height="100" preserveAspectRatio="none"> + <image preserveAspectRatio="none" y="-150" width="200" height="300" + href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1683.78 1190.55'><rect width='1696' height='1199' fill='green'/></svg>"/> + </svg> +</svg> |