tor-browser

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

text-box-trim-accumulation-001-ref.html (422B)


      1 <!DOCTYPE html>
      2 <style>
      3 @import "support/MetricsTestFont.css";
      4 
      5 body {
      6  font: 100px/1 MetricsTestFont;
      7 }
      8 .spacer {
      9  background: lightgray;
     10  block-size: 100px;
     11 }
     12 .target-first {
     13  margin-block: -60px 50px;
     14 }
     15 .target-second {
     16  margin-block: 50px 0px;
     17 }
     18 </style>
     19 <div class="spacer"></div>
     20 <div class="target-first">ApÉx</div>
     21 <div class="spacer"></div>
     22 <div class="target-second">ApÉx</div>
     23 <div class="spacer"></div>