<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <meta name="flags" content="ahem"> <style type="text/css"> div#inline-block { color: green; display: inline-block; font: 1.25em/1 Ahem; } </style> </head> <body> <div id="inline-block"> <div>4444 4444 4444 4444</div> <div>1 1 1 1 1 1 </div> <div>1 1 1 1 1 1 </div> <div>4444 4444 4444 4444</div> <div>1 1 1 1 1</div> <div>1 1 1 1 1</div> <div>1 1 1 4444 4444</div> </div> </body> </html>