Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1131264-1.svg
blobfdafd6b134922c51bdca9a09fdf18f03e9a9f773
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg"
6 width="100%" height="100%">
8 <title>Testcase for small radius circle with large center coordinates</title>
9 <!--From https://bugzilla.mozilla.org/show_bug.cgi?id=1131264 -->
11 <rect width="100%" height="100%" fill="lime"/>
13 <circle r="5" cx="40" cy="40" fill="red" />
14 <circle r="1" cx="10004" cy="10004" fill="lime"
15 transform="scale(10 10) translate(-10000 -10000)"/>
17 </svg>