file_set_focus_after_reuse_bcg_1.html (473B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 </head> 7 <body> 8 <iframe srcdoc="<body></body>"></iframe> 9 <button>Navigate to site B</button> 10 <script> 11 document.querySelector("button").addEventListener("click", function() { 12 window.location.href = "https://example.org/browser/dom/base/test/file_set_focus_after_reuse_bcg_2.html"; 13 }); 14 </script> 15 </body> 16 </html>