diff options
Diffstat (limited to 'docshell/test/chrome/bug301397_2.html')
-rw-r--r-- | docshell/test/chrome/bug301397_2.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docshell/test/chrome/bug301397_2.html b/docshell/test/chrome/bug301397_2.html new file mode 100644 index 0000000000..4237107060 --- /dev/null +++ b/docshell/test/chrome/bug301397_2.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <title>iframe content #1</title> + </head> +<body> + iframe page 1<br/> + <a id="link" href="bug301397_3.html">go to next page</a> + </body> +</html> |