tor-browser

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

scroll-marker-group-005-ref.html (589B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference File: scroll-marker-group dynamic change</title>
      4 <style>
      5  div.red {
      6    background: red;
      7    border-radius: 50%;
      8    height: 30px;
      9    width: 30px;
     10  }
     11 
     12  div.yellow {
     13    background: yellow;
     14    border-radius: 50%;
     15    height: 30px;
     16    width: 30px;
     17  }
     18 
     19  div.green {
     20    background: green;
     21    border-radius: 50%;
     22    height: 30px;
     23    width: 30px;
     24  }
     25 </style>
     26 <p>Test passes if there are <strong>three circles filled red, yellow, green</strong>.
     27 <div class="red"></div>
     28 <div class="yellow"></div>
     29 <div class="green""></div>