tor-browser

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

delete-inline-in-blocks-middle-002-ref.xht (927B)


      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   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     12   <style type="text/css"><![CDATA[
     13   div.container
     14   {
     15   background-color: fuchsia;
     16   color: black;
     17   font: 20px/1 Ahem;
     18   margin: 1em;
     19   }
     20 
     21   div > div {margin: 1em 0em;}
     22   ]]></style>
     23 
     24  </head>
     25 
     26  <body>
     27 
     28   <p>Test passes if the 2 colorized rectangles are <strong>identical</strong>.</p>
     29 
     30   <div class="container">
     31     <div>First block</div>
     32     <div>Second block</div>
     33     <div>Third block</div>
     34   </div>
     35 
     36   <div class="container">
     37     <div>First block</div>
     38     <div>Second block</div>
     39     <div>Third block</div>
     40   </div>
     41 
     42  </body>
     43 </html>