blob: fd880412350b3ad5e52bc5ca4ed4b327b78a63bd [file] [log] [blame]
ap9cd074c2006-01-05 20:48:53 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
thatcherffd46e02005-10-25 00:42:22 +00002<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>
darinec375482007-01-06 01:36:24 +000010 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" title="15.5 Small-caps: the 'font-variant' property">
thatcherffd46e02005-10-25 00:42:22 +000011 </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>