tor-browser

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

widows-orphans-017-ref.html (656B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reftest Reference</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  div
     11    {
     12      border: orange solid 4px;
     13      font-size: 20px;
     14      height: 182px;
     15      line-height: 1.3; /* computes to 26px */
     16      margin-bottom: 1em;
     17      padding: 0.5em; /* computes to 10px */
     18      width: 460px;
     19    }
     20  </style>
     21 
     22  <p>Test passes if the digits inside both orange-bordered rectangles are <strong>distributed identically</strong>.
     23 
     24  <div>1<br>2<br>3<br>4<br>5<br>6<br>7</div>
     25 
     26  <div>1<br>2<br>3<br>4<br>5<br>6<br>7</div>