blob: fc6c298a46e376cf45089f168cf841cab59ffd5c [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
const input = document.createElement('input');
input.autofocus = true;
document.body.appendChild(input);
input.autofocus = false;
window.opener.document.body.appendChild(input);
</script>
</body>