tor-browser

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

scroll-target-001-ref.html (538B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>Reference</title>
      4 <link rel='author' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact'>
      5 <style type='text/css'>
      6  .container {
      7    border: solid blue 4px;
      8    height: 4em;
      9    overflow: auto;
     10    font: 20px/1 sans-serif;
     11  }
     12  .container > div {
     13    height: 1em;
     14    margin: 1em 0;
     15    background: green;
     16  }
     17 </style>
     18 
     19 <div id='instructions'>Test passes if there is a green stripe across the second quarter of the box below and no red.</div>
     20 
     21 <div class="container">
     22  <div></div>
     23 </div>