tor-browser

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

font-weight-016.xht (1295B)


      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-weight 500/600 defaulting to normal/bold</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/005.xml" type="application/xhtml+xml"/>
      8   <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-boldness" />
      9   <link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-weight-prop" />
     10 
     11   <meta name="flags" content="ahem"/>
     12   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     13   <style type="text/css">
     14    .overlap { height: 5em; width: 7.5em; background: white; position: absolute; z-index: 1; }
     15    .a { font: 500 2.5em/1em Ahem; color: red; }
     16    .b { font: 600 2.5em/1em Ahem; color: green; }
     17   </style>
     18  </head>
     19  <body>
     20 
     21   <p>Test passes if there is a short and narrow vertical line of green.</p>
     22 
     23   <div> <!-- work around for bug 87712 -->
     24     <div class="overlap"/>
     25     <div class="a">500</div>
     26     <div class="b">600</div>
     27   </div>
     28 
     29  </body>
     30 </html>