tor-browser

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

break-spaces-tab-005-ref.html (430B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7 div {
      8  font: 20px/1 Ahem;
      9  white-space: break-spaces;
     10  color: green;
     11  white-space: pre;
     12 }
     13 </style>
     14 
     15 <p>Test passes if there is a green rectangle and no red.
     16 <div>XX<br>XX<br>XX<br>XX<br>XX<br>XX<br>XX</div>