summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/613455-1.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/613455-1.svg')
-rw-r--r--layout/generic/crashtests/613455-1.svg12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/generic/crashtests/613455-1.svg b/layout/generic/crashtests/613455-1.svg
new file mode 100644
index 0000000000..f856504e38
--- /dev/null
+++ b/layout/generic/crashtests/613455-1.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="70">
+<script>
+
+function boom()
+{
+ document.documentElement.style.minHeight = '68121107503rem'
+}
+
+window.addEventListener("load", boom, false);
+
+</script>
+</svg> \ No newline at end of file