diff options
Diffstat (limited to '')
-rw-r--r-- | docshell/test/chrome/662200b.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docshell/test/chrome/662200b.html b/docshell/test/chrome/662200b.html new file mode 100644 index 0000000000..91e6b971d6 --- /dev/null +++ b/docshell/test/chrome/662200b.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>B</title> + </head> + <body> + <a id="link" href="662200c.html">Next</a> + </body> +</html> |