chromium/third_party/blink/web_tests/fast/frames/resources/freed-frame-helper.html

<input onfocus="window.top.called_from_helper()">
<script>
requestAnimationFrame(() => {
  document.querySelector('input').focus();
});
</script>