summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/561981-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/crashtests/561981-1.html')
-rw-r--r--dom/base/crashtests/561981-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/dom/base/crashtests/561981-1.html b/dom/base/crashtests/561981-1.html
new file mode 100644
index 000000000..270f832c7
--- /dev/null
+++ b/dom/base/crashtests/561981-1.html
@@ -0,0 +1,12 @@
+<html class="reftest-wait">
+<head>
+<script>
+function finish() {
+ document.documentElement.removeAttribute("class");
+}
+</script>
+</head>
+<body onload="setTimeout(finish, 5000)">
+<iframe src="561981-1-iframe.xhtml"></iframe>
+</body>
+</html>