chromium/headless/test/data/protocol/page/resources/beforeunload.html

<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
<script>
window.onbeforeunload=function(e){
  return 'foo';
}
</script>
</html>