tor-browser

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

auto-block-size-negative-ref.html (230B)


      1 <!DOCTYPE html>
      2 <style>
      3 .result {
      4  background: green;
      5  border: solid 2px;
      6  margin: 20px 0;
      7 }
      8 </style>
      9 
     10 <div class="result" style="width: 100px; height: 0px;"></div>
     11 <div class="result" style="width: 0px; height: 100px;"></div>