tor-browser

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

font-size-120.xht (1230B)


      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: CSS: font-size inheritance</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-08 -->
      7   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/ahem/002.xml" type="application/xhtml+xml"/>
      8   <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
      9   <link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-size-prop"/>
     10   <link rel="match" href="font-size-120-ref.xht" />
     11 
     12   <meta name="flags" content="ahem" />
     13   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     14   <style type="text/css">
     15    .a { font-size: 30px; }
     16    .c { font-family: Ahem; line-height: 30px; height: 30px; width: 120px; background: red; color: green; }
     17   </style>
     18  </head>
     19  <body>
     20 
     21   <p>Test passes if there is a green stripe and <strong>no red</strong>.</p>
     22 
     23   <div class="a">
     24    <div class="b">
     25      <div class="c">
     26        FAIL
     27      </div>
     28    </div>
     29   </div>
     30 
     31  </body>
     32 </html>