tor-browser

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

line-break-anywhere-001-ref.html (387B)


      1 <!DOCTYPE html>
      2 <html lang=en>
      3 <meta charset="utf-8">
      4 <title>CSS Text Test Reference</title>
      5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      6 <style>
      7 #green {
      8  position: absolute;
      9  background: green;
     10  font-family: monospace;
     11  width: 1ch;
     12  height: 19em;
     13 }
     14 </style>
     15 
     16 <p>Test passes if there is a green rectangle below and no red.</p>
     17 <div id=green></div>