diff options
Diffstat (limited to 'gfx/tests/crashtests/348462-2.html')
-rw-r--r-- | gfx/tests/crashtests/348462-2.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/348462-2.html b/gfx/tests/crashtests/348462-2.html new file mode 100644 index 0000000000..5efbaa5b0f --- /dev/null +++ b/gfx/tests/crashtests/348462-2.html @@ -0,0 +1,13 @@ +<html> +<head> +<script type="text/javascript"> + +function boom() { + document.body.appendChild(document.createTextNode(String.fromCharCode(25261))) + document.body.style.fontSize = '8388608px'; +} + +</script> +</head> +<body onload="boom()"></body> +</html> |