Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / content / html / document / test / test_bug199692.html
blob9729f3bdc08f8aed1d10c425cd4877608eb47e35
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="/MochiKit/MochiKit.js"></script>
10 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
11 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
12 </head>
13 <body>
14 <script type="text/javascript">
15 SimpleTest.waitForExplicitFinish();
17 // The popup calls MochiTest methods in this window through window.opener
18 window.open("bug199692-popup.html", "bug199692", "width=600,height=600");
19 </script>
20 </body>
21 </html>