diff options
Diffstat (limited to 'docshell/test/navigation/bug343515_pg3.html')
-rw-r--r-- | docshell/test/navigation/bug343515_pg3.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docshell/test/navigation/bug343515_pg3.html b/docshell/test/navigation/bug343515_pg3.html new file mode 100644 index 0000000000..fdc79fbf7a --- /dev/null +++ b/docshell/test/navigation/bug343515_pg3.html @@ -0,0 +1,7 @@ +<html> + <head><meta charset="UTF-8"/></head> + <body>Page 3 + <iframe src="bug343515_pg3_1.html"></iframe> + <iframe src="bug343515_pg3_2.html"></iframe> + </body> +</html> |