tor-browser

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

box-shadow-005.html (548B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#break-decoration">
      4 <link rel="match" href="box-shadow-005-ref.html">
      5 <p>Box shadows should be painted around all of the three fragments.</p>
      6 <div style="columns:3; column-gap:50px; column-fill:auto; margin:50px; inline-size:400px; block-size:100px; background:yellow;">
      7  <div style="box-decoration-break:clone; box-shadow:0px 0px 0px 10px; inline-size:50px; block-size:250px;"></div>
      8 </div>