tor-browser

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

multicol-fill-auto-001-ref.xht (898B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Reftest Reference</title>
      5   <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" />
      6   <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-07-30 -->
      7   <meta name="flags" content="ahem" />
      8   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      9   <style type="text/css"><![CDATA[
     10   div
     11   {
     12   color: black;
     13   font: 1.25em/1 Ahem;
     14   float: left;
     15   width: 10em;
     16   margin-right: 1em;
     17   }
     18   ]]></style>
     19  </head>
     20  <body>
     21 
     22   <div>1 22 333
     23   4444 55555
     24   666666
     25   7777777
     26   999999999
     27   1 22 333
     28   4444 55555
     29   666666
     30   7777777
     31   999999999</div>
     32 
     33   <div>1 22 333
     34   4444 55555
     35   666666
     36   7777777
     37   999999999</div>
     38 
     39  </body>
     40 </html>