tor-browser

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

text-overflow-025-ref.html (566B)


      1 <!DOCTYPE HTML>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <html><head>
      7  <meta charset="utf-8">
      8  <title>Reference: text-overflow on tr::before without overflow:hidden</title>
      9  <style type="text/css">
     10 
     11    td {
     12      white-space: nowrap;
     13    }
     14 
     15  </style>
     16 </head>
     17 <body>
     18 PASS if there is no ellipsis below.
     19  <table style="table-layout: fixed; width: 130px" cellpadding="0" cellspacing="0">
     20    <tr><td>Some long text here that overflows and whatnot.</td></tr>
     21  </table>
     22 
     23 </body>
     24 </html>