tor-browser

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

widows-orphans-001-ref.html (433B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Fragmentation level 3 Test Reference File</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      5 <style>
      6 div {
      7  position: absolute;
      8  columns: 2;
      9  column-fill: balance-all;
     10  column-gap: 0;
     11 }
     12 </style>
     13 <body>
     14  <p>Test passes if there are 4 “X” characters <strong>arranged in a 2 by 2 square</strong> below.
     15 
     16  <div>X<br>X<br>X<br>X</div>
     17 </body>