010.html   [plain text]


<html>
<head>
<style type="text/css">
.issue, .fail, .pass, .n/a {
	font-weight: bold;
	text-transform: uppercase;
}
</style>
</head>

<body>
The style rule on this page should be totally ignored.
<a>here is a link</a>
<h1>heading</h1>
<span class="issue">issue</span><br>
<span class="fail">fail</span><br>
<a>here is another link</a><br>
<span class="n/a">n/a</span><br>
<span class="pass">pass</span><br>
<h1>another heading</h1>
<span class="n/a">n/a</span><br>
</body>
</html>