tor-browser

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

test_bug371576-4.html (558B)


      1 <html>
      2 <!--
      3 https://bugzilla.mozilla.org/show_bug.cgi?id=371576
      4 -->
      5 <head>
      6  <title>Test2 for Bug 371576</title>
      7  <script src="/tests/SimpleTest/SimpleTest.js"></script>        
      8  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
      9 
     10 <script>
     11 
     12 var _bShouldbeThere = false;
     13 var oScript = document.createElement('script');
     14 oScript.innerHTML = '_bShouldbeThere = true';
     15 document.getElementsByTagName('head')[0].appendChild(oScript);
     16 ok(_bShouldbeThere,"_bShouldbeThere is true, script has executed on time");
     17 
     18 </script>
     19 
     20 </head>
     21 </html>