haikuwebkit/LayoutTests/fast/css/002.html

16 lines
328 B
HTML

<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>