Add
bug 353713 crashtest to CLOSED TREE. This test takes about 2 seconds on my machine as it tests mTooDeepWriteRecursion code, making it the slowest crashtest; hopefully this doesn't cause problems.
new file mode 100644
--- /dev/null
+++ b/content/html/document/crashtests/353713-1.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html> <head>
+<title></title>
+<script type="text/javascript">
+var check;
+function foo(e)
+{
+ check = e;
+};
+
+foo(this.document.documentElement.innerHTML);
+
+document.write(check);
+
+</script>
+</head>
+
+<body>
+</body> </html>
--- a/content/html/document/crashtests/crashtests.list
+++ b/content/html/document/crashtests/crashtests.list
@@ -1,4 +1,5 @@
+load 353713-1.html
load 388183-1.html
load 395340-1.html
load 407053.html
load 448564.html