tor-browser

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

text-overflow-ref.html (456B)


      1 <!doctype html>
      2 <head>
      3 <title>CSS Reftest Ellipsis Reference</title>
      4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      5 <style>
      6 	div { font-size:10px; }
      7 	span { font-family:Ahem; font-size:30px; }
      8 </style>
      9 </head>
     10 <body>
     11 <p>PREREQUISITE: The font used must have a glyph for the U+2026 character.</p>
     12 <p>Test passes if there is <strong>ellipsis</strong> after a black square.</p>
     13 <div>
     14 	<span>A</span>&#x2026;
     15 </div>
     16 </body>
     17 </html>