tor-browser

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

outline-style-011-ref.html (404B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Basic User Interface Reference File</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com/">
      5 <style>
      6  #test {
      7    border: 4px dotted green;
      8    height: 100px;
      9    margin: 26px;
     10    width: 100px;
     11  }
     12 </style>
     13 <body>
     14 <p>Test passes if there is a blank square with <strong>a green dotted</strong> border.</p>
     15  <div id="test"></div>
     16 </body>