file_window_focus_by_close_and_open.html (186B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script src="/tests/SimpleTest/SimpleTest.js"></script> 5 </head> 6 <body> 7 <script> 8 SimpleTest.waitForFocus(() => { 9 finished(); 10 }); 11 </script> 12 </body> 13 </html>