2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t1505-c524-font-var-00-b.html
blobfd880412350b3ad5e52bc5ca4ed4b327b78a63bd
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: font-variant</title>
5 <style type="text/css">
6 p { color: navy; }
7 .one {font-variant: small-caps;}
8 .two {font-variant: normal;}
9 </style>
10 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" title="15.5 Small-caps: the 'font-variant' property">
11 </head>
12 <body>
13 <p class="one"> This Paragraph should be in Small Caps. </p>
14 <p class="one">
15 This Sentence should be in Small Caps.
16 <span class="two">This Sentence should be Normal.</span>
17 </p>
18 </body>
19 </html>