summaryrefslogtreecommitdiffstats
path: root/browser/components/sessionstore/test/browser_1284886_suspend_tab.html
blob: ec3edbffdc512284b593526b718463c306f4ce19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
  <script>
    window.onbeforeunload = function() {
      return true;
    };
  </script>
</head>
<body>
TEST PAGE
</body>
</html>