tor-browser

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

reftest-wait-ref.html (277B)


      1 <!DOCTYPE html>
      2 <title>Reference for Test infrastructure should support 'reftest-wait'</title>
      3 <style>
      4 .marker {
      5    margin-bottom: 10px;
      6    background: green;
      7    height: 50px;
      8    width: 50px;
      9 }
     10 </style>
     11 
     12 <div class="marker"></div>
     13 <div>The box above should be green.</div>