Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t1508-c527-font-09-b.html
blobec4c2860f8f71a57cf7435f48c4c13769bbcf8ec
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 .ten {font: normal 400 80%/2.5 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="ten">
15 This test should be about 10px, sans-serif, and light. There should be about 15px 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>