tor-browser

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

text-box-trim-float-clear-br-001-ref.html (404B)


      1 <!DOCTYPE html>
      2 <style>
      3 @import "support/MetricsTestFont.css";
      4 
      5 .spacer {
      6  background: lightgray;
      7  block-size: 100px;
      8 }
      9 .target, .float {
     10  font: 50px/1 MetricsTestFont;
     11 }
     12 .float {
     13  float: left;
     14  width: 100px;
     15  height: 100px;
     16  background: yellow;
     17 }
     18 .clear { clear: both; }
     19 </style>
     20 <div class="float">F<br>F</div>
     21 <div class="target">
     22  ApÉx
     23  <br class="clear">
     24 </div>
     25 <div class="spacer"></div>