Files
Kmake/test/fixtures/wpt/dom/events/resources/event-global-is-still-set-when-coercing-beforeunload-result-frame.html

7 lines
168 B
HTML
Raw Normal View History

2026-05-26 23:36:42 -07:00
<!doctype html>
<meta charset="utf-8">
<body>
<script>
window.onbeforeunload = () => ({ toString: () => { parent.currentEventInToString = window.event; } });
</script>