diff options
Diffstat (limited to 'chrome/test/data/session_history/top.html')
-rw-r--r-- | chrome/test/data/session_history/top.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/data/session_history/top.html b/chrome/test/data/session_history/top.html new file mode 100644 index 0000000..70e3c71 --- /dev/null +++ b/chrome/test/data/session_history/top.html @@ -0,0 +1,8 @@ +<html> +<body> +<a href="bot1.html" id="abot1" target="bottom">bot1</a> +<a href="bot2.html" id="abot2" target="bottom">bot2</a> +<a href="bot3.html" id="abot3" target="bottom">bot3</a> +<a href="form.html" id="aform" target="bottom">form</a> +</body> +</html> |