diff options
Diffstat (limited to 'layout/style/crashtests/1387481-1.html')
-rw-r--r-- | layout/style/crashtests/1387481-1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/style/crashtests/1387481-1.html b/layout/style/crashtests/1387481-1.html new file mode 100644 index 0000000000..98783d1666 --- /dev/null +++ b/layout/style/crashtests/1387481-1.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<iframe id="f" src="1387481-1-iframe.html" onload="step()"></iframe> +<script> +var reloads = 3; +function step() { + if (--reloads) { + f.contentWindow.location.reload(); + } else { + document.documentElement.className = ""; + } +} +</script> |