tor-browser

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

c5505-mrgn-003-ref.xht (812B)


      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   div
     13   {
     14   background-color: orange;
     15   border: black solid medium;
     16   height: 1.25em;
     17   margin: 1.25em;
     18   width: 10em;
     19   }
     20 
     21   div.yellow
     22   {
     23   background-color: yellow;
     24   border: none 0px;
     25   left: 50%;
     26   margin: 0;
     27   position: relative;
     28   width: 50%;
     29   }
     30   ]]>
     31   </style>
     32 
     33  </head>
     34 
     35  <body>
     36 
     37   <p>Test passes if the two bars are identical.</p>
     38 
     39   <div>
     40     <div class="yellow"></div>
     41   </div>
     42 
     43   <div>
     44     <div class="yellow"></div>
     45   </div>
     46 
     47  </body>
     48 </html>