numbers-units-015-ref-a.xht (690B)
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 Reftest Reference</title> 5 <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style type="text/css"> 8 div { 9 background: black; 10 font-family: Ahem; 11 margin-top: 2px; 12 } 13 #test, #div1 { 14 height: 0.5em; 15 width: 0.5em; 16 } 17 #div2 { 18 height: 0.8em; 19 width: 0.8em; 20 } 21 </style> 22 </head> 23 <body> 24 <p>Test passes if any two of the boxes below are the same size.</p> 25 <div id="test"></div> 26 <div id="div1"></div> 27 <div id="div2"></div> 28 </body> 29 </html>