chromium/third_party/blink/web_tests/css2.1/t100801-c548-ln-ht-04-d-ag.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: 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>