tor-browser

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

c44-ln-box-000.xht (1596B)


      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: The Height of Lines</title>
      5   <meta name="flags" content="ahem image" />
      6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#the-height-of-lines"/>
      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="c44-ln-box-000-ref.xht" />
     10 
     11   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     12   <style type="text/css"><![CDATA[
     13    div { font: 10px/20px Ahem; color: white; background: red url(support/css1test44a.png) no-repeat;
     14          width: 19em; padding: 0.5em 1em; border: 1em solid green; }
     15    img.onea, img.oneb { width: 4em; height: 4em; }
     16    img.onea { vertical-align: text-bottom; }
     17    img.oneb { vertical-align: text-top; }
     18   ]]></style>
     19   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8 Line height calculations: the 'line-height' and 'vertical-align' properties"/>
     20  </head>
     21  <body>
     22   <p>There should be no red below, just the outline of an empty green box.</p>
     23   <div>
     24    xxxx xxxx xxxx xxxx
     25    xxxx xxxx xxxx xxxx
     26    <img src="support/swatch-white.png" alt="Image download support must be enabled" class="onea" />
     27         xxxx
     28    <img src="support/swatch-white.png" alt="Image download support must be enabled" class="oneb" />
     29                   xxxx
     30    xxxx xxxx xxxx xxxx
     31   </div>
     32  </body>
     33 </html>