tor-browser

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

important-prop-ref.html (427B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Cascade Green Right Square Reference File</title>
      4 <link rel="author" title="David Burns" href="http://www.theautomatedtester.co.uk">
      5 <style>
      6 #success {
      7  width: 100px;
      8  height: 100px;
      9  background-color: green;
     10 }
     11 </style>
     12 <body>
     13  <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
     14 
     15  <div>
     16    <div id="success"></div>
     17  </div>
     18 </body>
     19 </html>