fonts-011.xht (1108B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: Fonts and bidi</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/002.html" type="text/html"/> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#algorithm" /> 9 <link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-matching-algorithm" /> 10 <link rel="match" href="fonts-011-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 .test { font: 2.5em/1 Ahem; color: green; background: red; width: 2em; } 16 </style> 17 </head> 18 <body> 19 <p>Test passes if there is a small filled green rectangle and <strong>no red</strong>.</p> 20 <p class="test">X‮X‬</p> 21 </body> 22 </html>