content/html/document/test/test_bug199692.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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();
    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>

mercurial