tor-browser

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

box-shadow-002-ref.html (618B)


      1 <!DOCTYPE html>
      2 <style>
      3  #mc > div {
      4    position: absolute;
      5    inline-size: 50px;
      6    border: 10px solid;
      7  }
      8 </style>
      9 <p>Box shadows should not be painted at column breaks.</p>
     10 <div id="mc" style="position:relative; margin:50px; inline-size:400px; block-size:100px; background:yellow;">
     11  <div style="inset-inline-start:-10px; inset-block-start:-10px; block-size:100px; border-block-end:none;"></div>
     12  <div style="inset-inline-start: 140px; block-size:100px; border-block-start:none; border-block-end:none;"></div>
     13  <div style="inset-inline-start: 290px; block-size:50px; border-block-start:none;"></div>
     14 </div>