Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t1508-c527-font-05-b.html
blob614dfd7b6c3ede392dd45640bc74766e35850f63
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; color: navy;}
7 .six {font: italic small-caps 100 150%/300% sans-serif;}
8 span.dummy {color: silver;}
9 span.color {background-color: silver;}
10 span.color span.dummy {color: gray;}
11 </style>
12 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" title="15.8 Shorthand font property: the 'font' property">
13 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.8.1 Leading and half-leading">
14 </head>
15 <body>
16 <p class="six">
17 This text should be 18px sans-serif, in small-caps, italicized, and very light. There should be a 36px gap between each line.
18 <span class="dummy"> dummy text dummy text dummy text dummy text dummy text dummy
19 text dummy text dummy text dummy text dummy text dummy text dummy
20 text 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 </span>
26 </p>
27 </body>
28 </html>