tor-browser

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

subpixel-table-width-001-ref.html (287B)


      1 <!DOCTYPE html>
      2 <style>
      3 .parent div {
      4  background: #aaa;
      5  width: 100%;
      6  height: 100px;
      7 }
      8 </style>
      9 
     10 There should be two grey ~squares with no red showing.
     11 
     12 <div class="parent" style="width:100.2px">
     13  <div></div>
     14 </div>
     15 
     16 <div class="parent" style="width:100.8px">
     17  <div></div>
     18 </div>