summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/603858-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/crashtests/603858-1.html')
-rw-r--r--js/xpconnect/crashtests/603858-1.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/603858-1.html b/js/xpconnect/crashtests/603858-1.html
new file mode 100644
index 0000000000..8a48bbda82
--- /dev/null
+++ b/js/xpconnect/crashtests/603858-1.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html class="reftest-wait">
+<script>
+if (typeof window.XML === 'function')
+ setTimeout(XML, 0);
+setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
+</script>
+</html>