cap-unit-001-ref.html (402B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Values and Units reference: support for the cap unit</title> 4 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> 5 <style> 6 div { 7 background: green; 8 height: 100px; 9 width: 100px; 10 } 11 </style> 12 <body> 13 <p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p> 14 <div></div> 15 </body>