summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/browser/navigate-first.html
blob: 82937242792525537a02f78349ce0d09ed5bde85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
</head>
<body>
First
<script>

window.onbeforeunload=function(e){
  e.returnValue="?";
};
</script>
</body>
</html>