tor-browser

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

ws-break-spaces-applies-to-003-ref.html (588B)


      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  li
     11    {
     12      border: black solid 2px;
     13      font-family: monospace;
     14      font-size: 32px;
     15      margin-bottom: 0.25em;
     16      white-space: pre;
     17      width: 4ch;
     18    }
     19  </style>
     20 
     21  <body>
     22 
     23  <p>Test passes if the characters inside of each black-bordered rectangles (both preceded with a small filled disc) are laid out identically.
     24 
     25  <ul><li>123
     26   8</ul>
     27 
     28  <ul><li>123
     29   8</ul>