tor-browser

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

text-box-trim-not-ignore-nested-text-box-edge-ref.html (273B)


      1 <!DOCTYPE html>
      2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      3 <style>
      4 .spacer {
      5  background: lightgray;
      6  block-size: 100px;
      7 }
      8 .target {
      9  font: 50px/1 Ahem;
     10 }
     11 </style>
     12 <div class="spacer"></div>
     13 <div class="target">ABC</div>
     14 <div class="spacer"></div>