tor-browser

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

multicol-reduce-000-ref.xht (1124B)


      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="Hakon Wium Lie" href="mailto:howcome@opera.com" />
      6   <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-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   div
     11   {
     12   background-color: yellow;
     13   border: black solid thin;
     14   color: orange;
     15   font: 1.25em/1 Ahem;
     16   margin-bottom: 0.5em;
     17   width: 30em;
     18   }
     19 
     20   span {color: blue;}
     21   ]]></style>
     22  </head>
     23  <body>
     24 
     25   <p>Test passes if the 2 rectangles with orange and blue vertical stripes are <strong>identical</strong>.</p>
     26 
     27   <div>
     28   1 2 3 4 5 6 7 8<span>A B C D E F G H </span><br />
     29   9 0 1 2 3 4 5 6<span>I J K L M N O P </span>
     30   </div>
     31 
     32   <div>
     33   1 2 3 4 5 6 7 8<span>A B C D E F G H </span><br />
     34   9 0 1 2 3 4 5 6<span>I J K L M N O P </span>
     35   </div>
     36 
     37  </body>
     38 </html>