Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css2.1 / t1508-c527-font-07-b.html
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; overflow: hidden;}
7    .eight {font: italic small-caps 500 150%/1in sans-serif;}
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/visudet.html#q26" title="10.8.1 Leading and half-leading">
12  </head>
13  <body>
14   <p class="eight">
15    This text should be 18px sans-serif, in small-caps and italicized. The lines should be one inch apart.
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>