tor-browser

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

line-edge-white-space-collapse-002-ref.html (736B)


      1 <!doctype html>
      2 <html>
      3 <meta charset=utf-8>
      4 <link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
      5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      6 <title>CSS test reference</title>
      7 <style>
      8 div { font: 30px/30px monospace; }
      9 span { border-left: 30px solid green }
     10 </style>
     11 
     12 <p>Test passes if there is a single green rectangle, and no red. The letters KLMNOPQRST must be immediately to its right, vertically aligned with each other.
     13 
     14 <div><span>K</span></div>
     15 <div><span>L</span></div>
     16 <div><span>M</span></div>
     17 <div><span>N</span></div>
     18 <div><span>O</span></div>
     19 <div><span>P</span></div>
     20 <div><span>Q</span></div>
     21 <div><span>R</span></div>
     22 <div><span>S</span></div>
     23 <div><span>T</span></div>