Files
UXP-Fixed/devtools/server/tests/browser/navigate-first.html
T
2018-02-02 04:16:08 -05:00

16 lines
171 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
First
<script>
window.onbeforeunload=function(e){
e.returnValue="?";
};
</script>
</body>
</html>