fune/browser/components/sessionstore/test/browser_1284886_suspend_tab.html
2017-10-15 20:50:39 +01:00

12 lines
145 B
HTML

<html>
<head>
<script>
window.onbeforeunload = function() {
return true;
};
</script>
</head>
<body>
TEST PAGE
</body>
</html>