Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0804-c5508-ipadn-b-01-f-a.html
blob7c6430e897b6007ba954bbc4976982c323db2a05
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: padding-bottom</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 div { font: 20px/1 Ahem; width: 6em; color: white; }
8 .green { color: green; }
9 .two { padding-bottom: -20px; background-color: red; }
10 </style>
11 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" title="8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'">
12 </head>
13 <body>
14 <p>There should be a green bar below:</p>
15 <div>
16 xx xx <span class="two">xx</span> xx <span class="green">xx</span> xx
17 </div>
18 </body>
19 </html>