test_bug199692.html (617B)
1 <!DOCTYPE html> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=199692 5 --> 6 <head> 7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 8 <title>Test for Bug 199692</title> 9 <script src="/tests/SimpleTest/SimpleTest.js"></script> 10 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> 11 </head> 12 <body> 13 <script type="text/javascript"> 14 SimpleTest.waitForExplicitFinish(); 15 16 // The popup calls MochiTest methods in this window through window.opener 17 window.open("bug199692-popup.html", "bug199692", "width=600,height=600"); 18 </script> 19 </body> 20 </html>