diff options
Diffstat (limited to 'layout/svg/crashtests/1848851.html')
-rw-r--r-- | layout/svg/crashtests/1848851.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/svg/crashtests/1848851.html b/layout/svg/crashtests/1848851.html new file mode 100644 index 0000000000..346702bad5 --- /dev/null +++ b/layout/svg/crashtests/1848851.html @@ -0,0 +1,13 @@ +<script> +document.addEventListener("DOMContentLoaded", () => { + b.text = "-a" + c.scrollLeft + c.appendChild(b) +}) +</script> +<svg> +<text direction="rtl"> +<textPath xlink:href="#a"> +<tspan id="a"> +<a id="b" /> +<feDistantLight id="c" /> |