diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/tests/crashtests/766452-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/766452-1.html b/gfx/tests/crashtests/766452-1.html new file mode 100644 index 0000000000..abb6969796 --- /dev/null +++ b/gfx/tests/crashtests/766452-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<script> + +document.createElement('canvas').getContext('2d').measureText("\u0CC4\u0CA7\u200C"); + +</script> |