tor-browser

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

first-line-pseudo-012-ref.xht (1289B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 
      5  <head>
      6 
      7   <title>CSS Reftest Reference</title>
      8 
      9   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
     10 
     11   <style type="text/css"><![CDATA[
     12   .reference
     13   {
     14   border: solid black;
     15   margin-top: 50px;
     16   width: 50px;
     17   }
     18 
     19   .aqua40
     20   {
     21   background-color: aqua;
     22   height: 40px;
     23   }
     24 
     25   .fuchsia10
     26   {
     27   background-color: fuchsia;
     28   height: 10px;
     29   }
     30 
     31   .yellow40
     32   {
     33   background-color: yellow;
     34   height: 40px;
     35   }
     36 
     37   .aqua50
     38   {
     39   background-color: aqua;
     40   height: 50px;
     41   }
     42   ]]>
     43   </style>
     44 
     45  </head>
     46 
     47  <body>
     48 
     49   <p>The next three boxes should be pixel-perfect identical.</p>
     50 
     51   <div class="reference">
     52 	<div class="aqua40"></div>
     53 	<div class="fuchsia10"></div>
     54 	<div class="yellow40"></div>
     55 	<div class="aqua50"></div>
     56   </div>
     57 
     58   <div class="reference">
     59     <div class="aqua40"></div>
     60     <div class="fuchsia10"></div>
     61     <div class="yellow40"></div>
     62     <div class="aqua50"></div>
     63   </div>
     64 
     65   <div class="reference">
     66     <div class="aqua40"></div>
     67     <div class="fuchsia10"></div>
     68     <div class="yellow40"></div>
     69     <div class="aqua50"></div>
     70   </div>
     71 
     72  </body>
     73 </html>