<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS font-size-adjust: computed 'em' calculations</title>
  <style type="text/css">
   div { font: 1px/1 Verdana, sans-serif; font-size-adjust: 50; overflow: hidden; background: green; 
         height: 4em; width: 4em; border: solid lime 1em; color: yellow; }
  </style>
 </head>
 <body>
  <p>The box below should big and green and square.</p>
  <div>PASS</div>
 </body>
</html>
