tor-browser

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

line-reabking-022.html (386B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text Test: Simple line breaking test</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" >
      6 <style>
      7 div {
      8  font: 25px/1 Ahem;
      9  width: 1em;
     10  height: 6em;
     11  background: green;
     12 }
     13 </style>
     14 
     15 <p>This test passes if there is no red.
     16 
     17 <div></div>