diff options
Diffstat (limited to 'layout/svg/crashtests/1804958.html')
-rw-r--r-- | layout/svg/crashtests/1804958.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/svg/crashtests/1804958.html b/layout/svg/crashtests/1804958.html new file mode 100644 index 0000000000..663f621d4c --- /dev/null +++ b/layout/svg/crashtests/1804958.html @@ -0,0 +1,4 @@ +<svg>
+<polygon points="0,2 2,0" marker-end="url(#a)"></polygon>
+<marker id="a" clip-path="">
+<svg style="mix-blend-mode: lighten">
|