diff options
Diffstat (limited to 'docshell/test/navigation/file_bug1536471.html')
-rw-r--r-- | docshell/test/navigation/file_bug1536471.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docshell/test/navigation/file_bug1536471.html b/docshell/test/navigation/file_bug1536471.html new file mode 100644 index 0000000000..53012257ee --- /dev/null +++ b/docshell/test/navigation/file_bug1536471.html @@ -0,0 +1,8 @@ +<html> + <body onload="opener.bodyOnLoad()"> + Nested Frame + <div id="frameContainer"> + <iframe id="staticFrame" src="frame0.html"></iframe> + </div> + </body> +</html> |