tor-browser

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

multicol-columns-001-ref.xht (1148B)


      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-25 -->
      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 {width: 600px;}
     11 
     12   div
     13   {
     14   background-color: yellow;
     15   color: black;
     16   font: 1.25em/1 Ahem;
     17   orphans: 1;
     18   widows: 1;
     19   }
     20   ]]></style>
     21  </head>
     22  <body>
     23   <div>x xx x xx x xx x xx x xx x xx xxx&nbsp; xxx&nbsp; xxx&nbsp; xxx&nbsp; xxx&nbsp; xxx&nbsp; xxxx xxxx xxxx xxxx xxxx xxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br />x xx x xx x xx x xx x xx&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xxx&nbsp; xxx&nbsp; xxx&nbsp; xxx&nbsp; xxx&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xxxx xxxx xxxx xxxx xxxx &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xxxxxxxxxxxxxxxxxxxxxxxxx &nbsp;&nbsp;&nbsp;&nbsp;</div>
     24  </body>
     25 </html>