diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/tests/crashtests/1650989-very-large-mask.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/1650989-very-large-mask.html b/gfx/tests/crashtests/1650989-very-large-mask.html new file mode 100644 index 0000000000..6673ce52f6 --- /dev/null +++ b/gfx/tests/crashtests/1650989-very-large-mask.html @@ -0,0 +1,10 @@ +<style> +:root { + clip-path: url(#a); + transform: scale(65); + -webkit-box-shadow: -moz-activehyperlinktext 0px 0px 36px; + -webkit-mask-image: url() +} +</style> +<svg> +<clipPath id="a" transform="" /> |