chromium/third_party/blink/web_tests/css2.1/t100801-c548-leadin-00-d-a.html

<!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>