An open shadow root contains a focusable `<input>`. Without `delegatesFocus: true`, what is the behavior of `document.activeElement` and `:focus` on the host when the inner input is focused?
host.attachShadow({ mode: 'open' });
// shadow contains <input>; user focuses the input