file_login_fields.html (390B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 // Add an unload listener to bypass bfcache. 6 window.addEventListner("unload", _ => _); 7 </script> 8 </head> 9 <body> 10 <input id="un" /> 11 <input id="pw1" type="password" /> 12 <input id="pw2" /> 13 <a id="navigate" href="?navigated">Navigate</a> 14 <a id="back" href="javascript:history.back()">Back</a> 15 </body> 16 </html>