chromium/third_party/blink/web_tests/external/wpt/html/browsers/browsing-the-web/unloading-documents/beforeunload-on-history-back-1.html

<!doctype html>
001-1
<script>
addEventListener("beforeunload", function() {top.t.step(function() {top.beforeunload_fired = true})}, false);
</script>