tor-browser

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

multicol-gap-fraction-001-ref.xht (1158B)


      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-08-05 -->
      7   <meta name="flags" content="ahem" />
      8   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      9   <style type="text/css"><![CDATA[
     10   body > div
     11   {
     12   background-color: gray;
     13   font: 1.25em/1 Ahem;
     14   height: 4em;
     15   position: relative;
     16   width: 14.5em;
     17   }
     18 
     19   p, div > div
     20   {
     21   background-color: blue;
     22   height: 1em;
     23   left: 0;
     24   margin: 0;
     25   position: absolute;
     26   top: 0;
     27   width: 4em;
     28   }
     29 
     30   div > div
     31   {
     32   background-color: black;
     33   height: 4em;
     34   }
     35 
     36   p {left: 7.5em;}
     37 
     38   p + p
     39   {
     40   left: 8.5em;
     41   top: 1em;
     42   }
     43 
     44   p + p + p
     45   {
     46   left: 9.5em;
     47   top: 2em;
     48   }
     49 
     50   p + p + p + p
     51   {
     52   left: 10.5em;
     53   top: 3em;
     54   }
     55   ]]></style>
     56  </head>
     57  <body>
     58 
     59   <div>
     60 	<div></div>
     61 	<p></p>
     62 	<p></p>
     63 	<p></p>
     64 	<p></p>
     65   </div>
     66 
     67  </body>
     68 </html>