diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /dom/base/test/file_use_counter_svg_currentScale.svg | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/base/test/file_use_counter_svg_currentScale.svg')
-rw-r--r-- | dom/base/test/file_use_counter_svg_currentScale.svg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dom/base/test/file_use_counter_svg_currentScale.svg b/dom/base/test/file_use_counter_svg_currentScale.svg new file mode 100644 index 0000000000..cf4d64aba0 --- /dev/null +++ b/dom/base/test/file_use_counter_svg_currentScale.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" standalone="no"?> +<svg width="4in" height="3in" version="1.1" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink"> + <desc>Test graphic for hitting currentScale + </desc> + <script type="text/javascript"> <![CDATA[ + document.documentElement.currentScale = document.documentElement.currentScale; + ]]> + </script> + <image id="i1" x="200" y="200" width="100px" height="80px"> + </image> + <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red"/> + + <!-- Sentinel use counter to signal that telemetry for this document has been captured --> + <style>x { marker-mid: initial; }</style> +</svg> |