diff options
Diffstat (limited to 'layout/svg/crashtests/1539318-1.svg')
-rw-r--r-- | layout/svg/crashtests/1539318-1.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/svg/crashtests/1539318-1.svg b/layout/svg/crashtests/1539318-1.svg new file mode 100644 index 0000000000..d832f448a3 --- /dev/null +++ b/layout/svg/crashtests/1539318-1.svg @@ -0,0 +1,10 @@ +<script> +window.onload = function() { + a.getComputedTextLength() +} +</script> +<body> +<svg> +<switch> +<hatch> +<text id="a">A</text> |