blob: 1abebd314916868bfe26d46c5693b9feb66afc13 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: line-height</title>
<style type="text/css">
div { font: 20px Ahem; width: 4em; color: green; background: red url(support/css1test548e.png); margin: 1em; border: solid black; }
p { margin: 0; }
.nine {line-height: 2;}
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.8.1 Leading and half-leading">
<link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#inheritance" title="6.2 Inheritance">
</head>
<body>
<p>There should be no red below:</p>
<div class="nine">
x x x x
<p style="font-size: 200%;">
x x
</p>
x x x x
</div>
</body>
</html>