tor-browser

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

insert-block-in-blocks-n-inlines-end-002-ref.xht (1400B)


      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 
     23   div.inserted
     24   {
     25   border-left: yellow solid 0.5em;
     26   border-right: yellow solid 0.5em;
     27   }
     28   ]]></style>
     29 
     30  </head>
     31 
     32  <body>
     33 
     34   <p>Test passes if the 2 colorized rectangles are <strong>identical</strong>.</p>
     35 
     36   <div class="container">
     37     <div>1stBlock</div>
     38     <div>ScndBlock</div>
     39     <span>1stInline</span>
     40     <div>FourthBlock</div>
     41     <div>Fifth55Block</div>
     42     <span>SecondInline</span>
     43     <div>Seven777Block</div>
     44     <div class="inserted">Inserted new block</div>
     45     <div>Eight8888Block</div>
     46   </div>
     47 
     48   <div class="container">
     49     <div>1stBlock</div>
     50     <div>ScndBlock</div>
     51     <span>1stInline</span>
     52     <div>FourthBlock</div>
     53     <div>Fifth55Block</div>
     54     <span>SecondInline</span>
     55     <div>Seven777Block</div>
     56     <div class="inserted">Inserted new block</div>
     57     <div>Eight8888Block</div>
     58   </div>
     59 
     60  </body>
     61 </html>