font-family-009.xht (1243B)
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-family 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/001.xml" type="application/xhtml+xml"/> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" /> 9 <link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-family-prop"/> 10 <link rel="match" href="font-family-009-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-family: Ahem; } 16 .c { font-size: 20px; line-height: 20px; height: 20px; width: 80px; background: red; color: green; } 17 </style> 18 </head> 19 <body> 20 21 <p>Test passes if there is a short 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>