Files
Kmake/test/fixtures/wpt/dom/events/resources/event-global-is-still-set-when-coercing-beforeunload-result-frame.html
2026-05-26 23:36:42 -07:00

7 lines
168 B
HTML

<!doctype html>
<meta charset="utf-8">
<body>
<script>
window.onbeforeunload = () => ({ toString: () => { parent.currentEventInToString = window.event; } });
</script>