tor-browser

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

c5504-imrgn-l-004.xht (1260B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: margin-left</title>
      5   <meta name="flags" content="ahem image" />
      6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#margin-left"/>
      7   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
      8   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      9   <link rel="match" href="c5502-imrgn-r-004-ref.xht" />
     10 
     11   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     12   <style type="text/css"><![CDATA[
     13    .five { font: 15px/1 Ahem; margin: 1em; background: green; width: 8em; height: 3em; }
     14    .five p { background: white url(support/swatch-red.png) 3em 0 no-repeat; color: white; }
     15    .five span { margin-left: -4em; }
     16   ]]></style>
     17   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top',  'margin-right',  'margin-bottom', 'margin-left', and 'margin'"/>
     18  </head>
     19  <body>
     20   <p>Test passes if there is a short green horizontal bar and no red.</p>
     21   <div class="five">
     22    <p>x x x x<span>x</span>x x x x x x</p>
     23   </div>
     24  </body>
     25 </html>