tor-browser

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

multicol-width-001-ref.xht (1235B)


      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-23 -->
      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   font: 1.25em/1 Ahem;
     13   width: 30em;
     14   background-color: yellow;
     15   color: black;
     16   }
     17   ]]></style>
     18  </head>
     19  <body>
     20   <p>Test passes if it is identical to the reference.</p>
     21   <div>x xx&nbsp; x xx&nbsp; x xx&nbsp; x xx&nbsp; x xx&nbsp;<br />
     22 
     23   xxx&nbsp;&nbsp; xxx&nbsp;&nbsp; xxx&nbsp;&nbsp; xxx&nbsp;&nbsp; xxx&nbsp;&nbsp;<br />
     24 
     25   xxxx&nbsp; xxxx&nbsp; xxxx&nbsp; xxxx&nbsp; xxxx&nbsp;<br />
     26 
     27   xxxxx xxxxx xxxxx xxxxx xxxxx <br />
     28 
     29   x xx&nbsp; x xx&nbsp; x xx&nbsp; x xx&nbsp;<br />
     30 
     31   xxx&nbsp;&nbsp; xxx&nbsp;&nbsp; xxx&nbsp;&nbsp; xxx&nbsp;&nbsp;<br />
     32 
     33   xxxx&nbsp; xxxx&nbsp; xxxx&nbsp; xxxx&nbsp;<br />
     34 
     35   xxxxx xxxxx xxxxx xxxxx
     36   </div>
     37 
     38  </body>
     39 </html>