Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t1508-c527-font-00-b.html
blob5447cad3c0f37ba176ab47309db8246979d7049b
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 .one {font: italic small-caps 13px Helvetica;}
8 span.dummy {color: silver;}
9 </style>
10 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" title="15.8 Shorthand font property: the 'font' property">
11 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" title="15.7 Font size: the 'font-size' property">
12 </head>
13 <body>
14 <p class="one">
15 This text should be 13px Helvetica in small-caps and italicized. There should be a small gap between each line.
16 <span class="dummy"> dummy text dummy text dummy text dummy text dummy text dummy
17 text dummy text dummy text dummy text dummy text dummy text dummy
18 text 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 </span>
24 </p>
25 </body>
26 </html>