blob: 20d92fff50a81d8be9c062ab8df90b247004ef10 [file] [log] [blame]
<html>
<head>
<style>
body { font-family: Verdana; font-size: 200%; }
p { font-family: Times; }
p.family { font-family: inherit }
</style>
</head>
<body>
These two lines should both be Verdana. They should be identical.
<p class="family">
These two lines should both be Verdana. They should be identical.
</p>
</body>
</html>