tor-browser

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

multicol-containing-002-ref.xht (1125B)


      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="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
      6   <meta name="flags" content="ahem" />
      7   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8   <style type="text/css"><![CDATA[
      9   div#inline-block
     10   {
     11   color: green;
     12   display: inline-block;
     13   font: 1.25em/1 Ahem;
     14   }
     15   ]]></style>
     16  </head>
     17  <body>
     18 
     19   <div id="inline-block">
     20 
     21       <div>4444 4444 4444 4444</div>
     22       <div>1&nbsp;&nbsp;1 1&nbsp;&nbsp;1 1&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;</div>
     23       <div>1&nbsp;&nbsp;1 1&nbsp;&nbsp;1 1&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;</div>
     24       <div>4444 4444 4444 4444</div>
     25       <div>1&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;1 &nbsp;&nbsp;&nbsp;1 &nbsp;&nbsp;&nbsp;1</div>
     26       <div>1&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;1 &nbsp;&nbsp;&nbsp;1 &nbsp;&nbsp;&nbsp;1</div>
     27       <div>1&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;1 4444 4444</div>
     28 
     29   </div>
     30 
     31  </body>
     32 </html>