Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t100801-c548-ln-ht-00-c-a.html
blob6481cd182caff7aabc5d0613b1c032d02deab8fb
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 .test { font: 24px Ahem; background: teal; color: aqua; width: 4em; padding: 0.5em 0 0.5em 1em; border: solid navy; margin: 0.5em; line-height: 0.5in; }
8 .control { font: 24px/1 Ahem; background: teal; color: aqua; width: 5em; padding: 0; border: solid navy; margin: 0.5em; }
9 </style>
10 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.8.1 Leading and half-leading">
11 </head>
12 <body>
13 <p>The two blocks below should be identical:</p>
14 <div class="test"> X X X X </div>
15 <pre class="control">
16 X X
18 X X
19 </pre>
20 </body>
21 </html>