chromium/content/test/data/nested-unload-2.html

<!DOCTYPE html>
<html>
  <script>
    window.addEventListener('unload', () => {
      window.top.document.querySelector('iframe').remove();
    });
  </script>
</html>