summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/file_session_history_on_redirect.html
blob: df7e99a1dd65850d96535d7dc7e4070fdaf5297d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
<head>
  <script>
    window.onpagehide = function(event) {
      opener.is(event.persisted, false, "Should have disabled bfcache for this test.");
    }

    window.onpageshow = function(event) {
      opener.pageshow();
    }
  </script>
</head>
<body>
</body>
</html>