blob: 94c3c4a7aaf5e962465e615b1d59bff5ac94f639 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: line-height</title>
<script src="../resources/ahem.js"></script>
<style type="text/css">
div { font: 25px Ahem; line-height: 50px; width: 3em; color: lime; background: green; border: solid black; }
span { background-color: red; }
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.8.1 Leading and half-leading">
</head>
<body>
<p>There should be stripes of dark green and light green below, with no red.</p>
<div>
<span>xxx xxx</span>
</div>
</body>
</html>