diff options
Diffstat (limited to 'layout/svg/crashtests/1600855.html')
-rw-r--r-- | layout/svg/crashtests/1600855.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/svg/crashtests/1600855.html b/layout/svg/crashtests/1600855.html new file mode 100644 index 0000000000..31c4809ecb --- /dev/null +++ b/layout/svg/crashtests/1600855.html @@ -0,0 +1,8 @@ +<script> +window.onload = () => { + a.append(String.fromCodePoint(71341)) +} +</script> +<font style="word-spacing: 31pc"> +<svg> +<text id="a">Text</text> |