line-height-123.xht (850B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: Images on baselines</title> 5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 6 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/line-height/003.html" type="text/html"/> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" /> 8 9 <meta content="image" name="flags" /> 10 11 <style type="text/css"> 12 body { font: 15px/1 serif; } 13 td { background: lime; padding: 0; } 14 </style> 15 </head> 16 <body> 17 <p>There should be a bright green line below the orange square below.</p> 18 <table><tr><td><img alt="Please enable images for this test." src="support/swatch-orange.png"/></td></tr></table> 19 </body> 20 </html>