diff options
Diffstat (limited to 'xpcom/string/crashtests/394275-1.html')
-rw-r--r-- | xpcom/string/crashtests/394275-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xpcom/string/crashtests/394275-1.html b/xpcom/string/crashtests/394275-1.html new file mode 100644 index 000000000..4f2afd1a6 --- /dev/null +++ b/xpcom/string/crashtests/394275-1.html @@ -0,0 +1,9 @@ +<html> +<body> +<script> +style = document.createElement("style"); +document.documentElement.appendChild(style); +style.textContent = "tz\uDAB2 "; +</script> +</body> +</html> |