diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/tests/crashtests/421393-1.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/421393-1.html b/gfx/tests/crashtests/421393-1.html new file mode 100644 index 0000000000..82b6974675 --- /dev/null +++ b/gfx/tests/crashtests/421393-1.html @@ -0,0 +1,14 @@ +<html> +<head> +<script type="text/javascript"> + +function boom() +{ + document.body.appendChild(document.createTextNode("\uCEDD\u5C76\u000D\uCA34")); +} + +</script> +</head> + +<body onload="boom();"><span>‮ּ</span></body> +</html> |