tor-browser

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

tab-size-inheritance-001-ref.html (329B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text level 3 Test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      5 <style>
      6 div {
      7  margin-left: 50px;
      8  width: 20px;
      9  height: 20px;
     10  background: green;
     11 }
     12 </style>
     13 
     14 <p>Test passes if there is a green square and no red.
     15 <div></div>