diff options
Diffstat (limited to 'js/xpconnect/crashtests/603858-1.html')
-rw-r--r-- | js/xpconnect/crashtests/603858-1.html | 8 |
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 000000000..8a48bbda8 --- /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> |