font-family-rule-002a-ref.xht (914B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Reftest Reference</title> 8 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 11 <style type="text/css"><![CDATA[ 12 div 13 { 14 background-color: black; 15 height: 20px; 16 margin-bottom: 10px; 17 width: 80px; 18 } 19 20 div#first {margin-top: 21px;} 21 ]]></style> 22 23 </head> 24 25 <body> 26 27 <p>PREREQUISITE: Operating system needs to have the '<a href="support/AHEM_whitespace.ttf" type="application/x-font-ttf">White Space</a>' font installed.</p> 28 29 <p>Post Test: Remove test font after running the test.</p> 30 31 <p>Test passes if there are 6 short black stripes.</p> 32 33 <div id="first"></div> 34 35 <div></div> 36 37 <div></div> 38 39 <div></div> 40 41 <div></div> 42 43 <div></div> 44 45 </body> 46 </html>