tor-browser

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

background-root-013a-ref.xht (951B)


      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   body
     13   {
     14   background-color: navy;
     15   border: blue solid;
     16   color: white;
     17   margin: 1em 5%;
     18   padding: 1em;
     19   }
     20 
     21   div
     22   {
     23   background: green url("support/square-purple.png") no-repeat center;
     24   border: lime solid;
     25   margin: 1em 30% 1em 5%;
     26   padding: 1em;
     27   }
     28 
     29   div > div
     30   {
     31   border: none;
     32   margin: 1em 5%;
     33   padding: 1em;
     34   }
     35   ]]></style>
     36 
     37  </head>
     38 
     39  <body>
     40 
     41   <div>
     42     <div>In the middle of this green box with the bright green border, there should be a purple tile. Resizing the window should make its position relative to this inner box stay the same.</div>
     43   </div>
     44 
     45  </body>
     46 </html>