tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test_bug416317-1.html (766B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=416317
      5 -->
      6 <head>
      7  <title>Test for Bug 416317</title>
      8  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      9  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
     10  <script>
     11    SimpleTest.waitForExplicitFinish();
     12    SimpleTest.requestLongerTimeout(3);
     13  </script>
     14 </head>
     15 <body>
     16 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=416317">Mozilla Bug 416317</a>
     17 <p id="display">
     18  <iframe src="file_bug416317.xhtml#target"></iframe>
     19 </p>
     20 <div id="content" style="display: none">
     21  
     22 </div>
     23 <pre id="test">
     24 <script class="testbody" type="text/javascript">
     25 
     26 /** Test for Bug 416317 */
     27 // Subframe handles the test
     28 </script>
     29 </pre>
     30 </body>
     31 </html>