tor-browser

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

trailing-ideographic-space-001-ref.html (410B)


      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  float: left;
     10  clear: left;
     11 }
     12 span {
     13  background: green;
     14 }
     15 </style>
     16 
     17 <p>Test passes if the shape below is green and if there is no red.
     18 
     19 <div><span>あああ</span></div>
     20 <div><span>ああ</span></div>