Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t1508-c527-font-10-c.html
blob2d1c21e0c5e2b310bbc89399b2737944a0ee217a
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: font</title>
5 <style type="text/css">
6 body {font-size: 12px;}
7 .eleven {font: italic small-caps 100 150%/300% sans-serif;}
8 span.color {background-color: navy; color: white; }
9 span.dummy {color: blue;}
10 </style>
11 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" title="15.8 Shorthand font property: the 'font' property">
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 class="eleven">
16 <span class="color">
17 This text should be 18px sans-serif, in small-caps, italicized,
18 and very light. There should be a 36px gap betwen each line. The
19 text should have a blue background, the gap should not.
20 <span class="dummy"> dummy text dummy text dummy text dummy text dummy text dummy
21 text dummy text dummy text dummy text dummy text dummy text dummy
22 text dummy text dummy text dummy text dummy text dummy text dummy
23 text dummy text dummy text dummy text dummy text dummy text dummy
24 text dummy text dummy text dummy text dummy text dummy text dummy
25 text dummy text dummy text dummy text dummy text dummy text dummy
26 text dummy text dummy text dummy text dummy text dummy text dummy
27 text dummy text dummy text dummy text dummy text dummy text </span>
28 </span>
29 </p>
30 </body>
31 </html>