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