tor-browser

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

text-overflow-string-003-ref.html (503B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Basic User Interface Reference File</title>
      4 <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7  div {
      8    font-size: 10px;
      9  }
     10  span {
     11    font-family: Ahem;
     12    font-size: 30px;
     13  }
     14 </style>
     15 <body>
     16  <p>Test passes if there is an 🟢😀🤷‍♂️ after a black rectangle below.</p>
     17  <div>
     18    <span>Tes</span>🟢😀🤷‍♂️
     19  </div>
     20 </body>