content/html/document/test/test_bug199692.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:8a5ad8b3c966
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 type="text/javascript" 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>
21

mercurial