tor-browser

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

ellisize-rtl-text-crash.html (377B)


      1 <title>CSS Text Test: Ellipsize overflowing text in RTL cause Chrome to crash</title>
      2 <link rel="help" href="https://crbug.com/1130153">
      3 <style>
      4    .CLASS2 {
      5        text-overflow: ellipsis;
      6        overflow: hidden;
      7        direction: rtl;
      8    }
      9    .CLASS13 {
     10        font-size: 32768em;
     11    }
     12 </style>
     13 <div class="CLASS2">
     14    <abbr class="CLASS13">x AxBxC </abbr>C
     15 </div>