014.html   [plain text]


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
 <head>
  <title>white-space pre: simple tests</title>
  <style type="text/css">
   .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
   div { white-space: pre; font: 1em/1 Ahem; background: green; color: lime; }
  </style>
 </head>
 <body>
  <div class="control">Ahem_font_required_for_this_test.</div>
  <table><tr><td>
   <div>                     
 xxxx xxxx xxxx xxxx 
 x  x x  x x    x    
 xxxx xxxx xxxx xxxx
 x    x  x    x    x 
 x    x  x xxxx xxxx 
                     </div>
  </td></tr></table>
 </body>
</html>