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