Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t100801-c548-ln-ht-03-d-ag.html
blob15971f57e7f5a574d750d69b4baa56d59ec2474b
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: line-height</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 div { font: 20px Ahem; width: 4em; color: green; background: red url(support/css1test548d.png); margin: 1em; border: solid black; }
8 p { margin: 0; }
9 .eight {line-height: 200%;}
10 </style>
11 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.8.1 Leading and half-leading">
12 <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#inheritance" title="6.2 Inheritance">
13 </head>
14 <body>
15 <p>There should be no red below:</p>
16 <div class="eight">
17 x x x x
18 <p style="font-size: 200%;">
19 x x
20 </p>
21 x x x x
22 </div>
23 </body>
24 </html>