diff options
Diffstat (limited to 'dom/base/crashtests/384663-1.html')
-rw-r--r-- | dom/base/crashtests/384663-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/base/crashtests/384663-1.html b/dom/base/crashtests/384663-1.html new file mode 100644 index 000000000..8cef4f588 --- /dev/null +++ b/dom/base/crashtests/384663-1.html @@ -0,0 +1,9 @@ +<html class="reftest-wait"> +<head> +<script> +setTimeout('document.documentElement.className = ""', 500); +</script> +<body> +<iframe src="384663-1-inner.xul"></iframe> +</body> +</html> |