tor-browser

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

discard-multicol-002-ref.html (499B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Overflow: test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      5 <style>
      6 div {
      7  font-family: monospace;
      8  gap: 1ch;
      9  width: 27ch;
     10  columns: 3;
     11  height: 2lh;
     12 
     13  border: 1px solid;
     14  margin: 1em;
     15 }
     16 </style>
     17 <p>Test passes if the two boxes bellow are identical.
     18 <div class="test">
     19 Line 1
     20 Line 2
     21 Line 3
     22 Line 4
     23 Line 5
     24 Line 6…
     25 </div>
     26 <div class="ref">
     27 Line 1
     28 Line 2
     29 Line 3
     30 Line 4
     31 Line 5
     32 Line 6…
     33 </div>