blob: fd880412350b3ad5e52bc5ca4ed4b327b78a63bd [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: font-variant</title>
<style type="text/css">
p { color: navy; }
.one {font-variant: small-caps;}
.two {font-variant: normal;}
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#small-caps" title="15.5 Small-caps: the 'font-variant' property">
</head>
<body>
<p class="one"> This Paragraph should be in Small Caps. </p>
<p class="one">
This Sentence should be in Small Caps.
<span class="two">This Sentence should be Normal.</span>
</p>
</body>
</html>