diff options
Diffstat (limited to '')
-rw-r--r-- | docshell/test/navigation/iframe_slow_onload.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docshell/test/navigation/iframe_slow_onload.html b/docshell/test/navigation/iframe_slow_onload.html new file mode 100644 index 0000000000..e8555699bb --- /dev/null +++ b/docshell/test/navigation/iframe_slow_onload.html @@ -0,0 +1,5 @@ +<html> + <body> + <iframe id="inner" src="iframe_slow_onload_inner.html"> + </body> +</html> |