tor-browser

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

c44-ln-box-002.xht (1516B)


      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-002-ref.xht" />
     10 
     11   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     12   <style type="text/css"><![CDATA[
     13    div { font: 20px/40px Ahem; color: white; background: red url(support/css1test44c.png) no-repeat;
     14          width: 14em; padding: 0.5em 1em; border: 1em solid green; }
     15    img.twoc { vertical-align: middle; width: 2em; height: 2em;
     16               padding: 0.9em 0.5em 0.1em; border: solid 1em; margin: -1.5em -0.5em -1.7em; }
     17   ]]></style>
     18   <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"/>
     19  </head>
     20  <body>
     21   <p>Test passes if there is an hollow green rectangle and <strong>no red</strong>.</p>
     22   <div>
     23    xxxx xxxx xxxx
     24    xxxx xxxx xxxx
     25    xxxx
     26    <img src="support/swatch-white.png" alt="Image download support must be enabled" class="twoc" />
     27              xxxx
     28    xxxx xxxx xxxx
     29    xxxx xxxx xxxx
     30   </div>
     31  </body>
     32 </html>