tor-browser

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

c5510-padn-000.xht (2668B)


      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: padding</title>
      5   <meta name="flags" content="ahem image" />
      6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#padding"/>
      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="c5510-padn-000-ref.xht"/>
     10 
     11   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     12   <style type="text/css"><![CDATA[
     13    body { color: navy; }
     14    div { font: 10px/1 Ahem; width: 138px; color: orange; }
     15    img { vertical-align: bottom; }
     16    .zero {padding: 0; border: solid 24px yellow; background-color: red;}
     17    .one {padding: 0.25in; background-color: yellow;}
     18    .two {padding: 24px; background-color: yellow;}
     19    .three {padding: 2.4em; background-color: yellow;}
     20    .four {padding: 17.391%; background-color: yellow;}
     21   ]]></style>
     22   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" title="8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'"/>
     23   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" title="4.3.2 Lengths"/>
     24  </head>
     25  <body>
     26   <p>The five diagrams below should be identical.</p>
     27   <div>
     28    <p class="zero">
     29       <img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10"
     30     /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10"
     31     /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10"
     32     /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10"
     33     /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10"
     34     /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10"
     35     /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10"
     36     /><img src="support/swatch-yellow.png" alt="Image download support must be enabled" width="10" height="10"
     37     /><img src="support/swatch-orange.png" alt="Image download support must be enabled" width="10" height="10"
     38     />
     39    </p>
     40    <p class="one">
     41     x x x x x
     42    </p>
     43    <p class="two">
     44     x x x x x
     45    </p>
     46    <p class="three">
     47     x x x x x
     48    </p>
     49    <p class="four">
     50     x x x x x
     51    </p>
     52   </div>
     53  </body>
     54 </html>