Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>CSS Test: cascade mechanism has precedence over inheritance - font boldness</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<meta content="When determining the specified value of a property, the cascade mechanism of (user agent, author, user) style sheets has precedence. If no value results from such mechanism, then the property may inherit from its parent. In this testcase, it is presumed that b elements are specified in the user agents style sheets to embold their text content." name="assert" />
<style type="text/css"><![CDATA[
div {font-weight: normal;}
]]></style>
</head>
<body>
<p>Test passes if the sentence below is bold.</p>
<div><b>This text should be bold.</b></div>
</body>
</html>