tor-browser

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

padding-left-applies-to-010-ref.xht (792B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3     <head>
      4         <title>CSS Reftest Reference</title>
      5         <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
      6         <style type="text/css">
      7             body { margin-left: 50px; }
      8             #div1 { display: list-item; height: 200px; width: 200px; }
      9             div div { width: 50px; height: 200px; border-left: 10px solid blue; border-right: 10px solid orange; }
     10         </style>
     11     </head>
     12     <body>
     13         <p>Test passes if there is space between the blue and orange lines and there is a marker bullet on the left-hand side of the blue line.</p>
     14         <div id="div1"><div></div></div>
     15     </body>
     16 </html>