tor-browser

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

text-overflow-ellipsis-vertical-rtl-001-ref.html (502B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Overflow: text-overflow: ellipsis reference file</title>
      4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7  div {
      8    font: 100px/1 Ahem;
      9    height: 400px;
     10    display: inline-block;
     11    writing-mode: vertical-lr;
     12    direction: rtl;
     13  }
     14 </style>
     15 <p>The test passes if it matches the reference.</p>
     16 <div>ppp</div>
     17 <div>pppp</div>
     18 <div>Xppp</div>