tor-browser

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

contain-content-011-ref.html (504B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reference Test</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  div#green-square
     11    {
     12      background-color: green;
     13      height: 100px;
     14      width: 100px;
     15    }
     16 
     17  div#result
     18    {
     19      font-size: 3em;
     20    }
     21  </style>
     22 
     23  <p>Test passes if there is a filled green square, no red and the number 17.
     24 
     25  <div id="green-square"></div>
     26 
     27  <div id="result">17</div>