tor-browser

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

test_bug493881.html (722B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 https://bugzilla.mozilla.org/show_bug.cgi?id=493881
      5 -->
      6 
      7 <head>
      8  <title>Test for Bug 493881</title>
      9  <script src="/tests/SimpleTest/SimpleTest.js"></script>
     10  <script type="text/javascript" src="test_bug493881.js"></script>     
     11  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
     12  <style type="text/css">
     13 
     14  </style>
     15 </head>
     16 
     17 <body id="body">
     18 
     19 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=493881"
     20   target="_blank" >Mozilla Bug 493881</a>
     21 
     22 <p id="display"></p>
     23 
     24 <a id="nonvisitedlink" href="http://www.example.com/">Non-visited link</a>
     25 <a id="visitedlink" href="">Visited link</a>
     26 <p id="plaintext">some text</p>
     27 
     28 <pre id="test">
     29 </pre>
     30 </body>
     31 </html>