summaryrefslogtreecommitdiffstats
path: root/dom/jsurl/crashtests/457050-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/jsurl/crashtests/457050-1.html')
-rw-r--r--dom/jsurl/crashtests/457050-1.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/dom/jsurl/crashtests/457050-1.html b/dom/jsurl/crashtests/457050-1.html
new file mode 100644
index 000000000..17e3faf8e
--- /dev/null
+++ b/dom/jsurl/crashtests/457050-1.html
@@ -0,0 +1,18 @@
+<html class="reftest-wait">
+<head>
+<script type="text/javascript">
+var i = 0;
+function next(w)
+{
+ ++i;
+ if (i == 1)
+ w.location.reload();
+ if (i == 2)
+ document.documentElement.removeAttribute("class");
+}
+</script>
+</head>
+<body>
+<iframe src="457050-1-inner.html"></iframe>
+</body>
+</html>