1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/components/sessionstore/test/browser_frame_history_b.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<html> 1.5 + <body> 1.6 + I'm B!<br/> 1.7 + <a target="c" href="browser_frame_history_c1.html">click me first</a><br/> 1.8 + <a target="c" href="browser_frame_history_c2.html">then click me</a><br/> 1.9 + Close this tab.<br/> 1.10 + Restore this tab.<br/> 1.11 + Click back.<br/> 1.12 + </body> 1.13 +</html>