summaryrefslogtreecommitdiffstats
path: root/browser/components/sessionstore/test/browser_frame_history_b.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/sessionstore/test/browser_frame_history_b.html')
-rw-r--r--browser/components/sessionstore/test/browser_frame_history_b.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/browser/components/sessionstore/test/browser_frame_history_b.html b/browser/components/sessionstore/test/browser_frame_history_b.html
new file mode 100644
index 0000000000..38b43da211
--- /dev/null
+++ b/browser/components/sessionstore/test/browser_frame_history_b.html
@@ -0,0 +1,10 @@
+<html>
+ <body>
+ I'm B!<br/>
+ <a target="c" href="browser_frame_history_c1.html">click me first</a><br/>
+ <a target="c" href="browser_frame_history_c2.html">then click me</a><br/>
+ Close this tab.<br/>
+ Restore this tab.<br/>
+ Click back.<br/>
+ </body>
+</html>