blob: 8895fcb9f829e6a78a9bb7d61ad51d15aca11e8a [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Font-family and 'display: run-in' elements</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-family" />
<link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-family-prop" />
<meta name="flags" content="ahem" />
<meta name="assert" content="The 'font-family' property applies to 'display: run-in' elements." />
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
div
{
display: run-in;
font-family: Ahem;
}
</style>
</head>
<body>
<p>Test passes if there is a square below.</p>
<div>X</div>
</body>
</html>