tor-browser

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

contain-size-051-ref.html (412B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reference Test</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  td
     11    {
     12      font-size: 50px;
     13    }
     14  </style>
     15 
     16  <p>Test passes if "5678" (without quotes) is readable and if the digits do not overlap each other.
     17 
     18  <table>
     19    <tr>
     20      <td>5<td>6<td>7<td>8
     21  </table>