Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t100801-c42-ibx-ht-00-d-a.html
blob3237d5f2f4ea827b103465688d3cf361584bf026
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Inline Elements</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 div { width: 20em; font: 10px/12px Ahem; color: green; }
8 span { border: solid 10px lime; padding: 2px 0 2px 10px; margin: 10px 10px 0 0; }
9 em { font: 1em/1 Ahem; color: red; }
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/visudet.html#q26" title="10.8.1 Leading and half-leading">
13 </head>
14 <body>
15 <p>There should be no red below, only green lines and dots.</p>
16 <div>
17 z z <em> x x x x x x x x x x </em> <span> <em> x x x x x x x x x x
18 x x x </em> y y y y y y y y y </span> y y y y y y y y y y z z z z
19 </div>
20 </body>
21 </html>