tor-browser

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

text-overflow-ellipsis-002-ref.html (307B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <link rel="stylesheet" href="/fonts/ahem.css">
      5 <style>
      6 div {
      7  background-color: green;
      8  display: inline-block;
      9  vertical-align: top;
     10  font-family: Ahem;
     11 }
     12 </style>
     13 <div><span>ABC</span><span style="visibility: hidden"></span></div>