summaryrefslogtreecommitdiffstats
path: root/gfx/tests/crashtests/421393-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/tests/crashtests/421393-1.html')
-rw-r--r--gfx/tests/crashtests/421393-1.html14
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>&#x202E;&#x05BC;</span></body>
+</html>