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