So if someone already has a GMail account, could they report the bug for me? Thanks.
Steps to reproduce:
1. Write the following four files under a single directory:
1.html:
1
2.html:
2
3.html:
3
esc.html: esc
2. Run python -m http.server in that directory.3. In Chromium go to 4. See that the page displays "1". 5. Press the right arrow. 6. See that the page displays "2". 7. Press the right arrow. 8. See that the page displays "3". 9. Press Escape. 10. See that the page displays "esc". 11. Click the browser Back button. Expected result: we're back at Actual result: we're back at Results in different browsers: Chrome, Edge: bug is reproduced. Firefox, Safari: bug is NOT reproduced. Everything works as expected. Note that redirections triggered by arrow keys do not trigger the bug. Only the redirection triggered by the Escape key triggers the bug. Link to file the bug: