summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/goback.html
blob: ce2968374e59308c3c27a426feda9ab7f889f1a5 (plain)
1
2
3
4
5
<html>
  <body onload="setTimeout('window.history.go(-1)', 1000);">
    window.history.go(-1);
  </body>
</html>