ex-unit-004-ref.html (419B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Values and Units Test Reference File</title> 4 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> 5 <style> 6 div { 7 height: 10px; 8 background-color: blue; 9 margin-top: 10px; 10 font-size: 80px; 11 width: 10ex; 12 font-family: Arial, sans-serif; 13 } 14 </style> 15 <p>The test passes if there are two blue rectangles of equal length.</p> 16 <div></div> 17 <div></div>