tor-browser

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

trailing-other-space-separators-001-ref.html (509B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      5 <style>
      6 div {
      7  line-height: 1;
      8  color: transparent;
      9  background: green;
     10  float: left;
     11  clear: left;
     12  white-space: pre;
     13 }
     14 </style>
     15 
     16 <p>Test passes if the shape below is green and if there is no red.
     17 
     18 <div>xx&#x1680;&#x2000; &#x2001;&#x2002;&#x2003; &#x2004;&#x2005;&#x2006; &#x2007;&#x2008;&#x2009;&#x200A; &#x202F;&#x205F; &#x3000;</div>
     19 <div>xx</div>