blob: ddfa9100cbef6094375df8b40eeb9673e690d4f7 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Black text reference</title>
<style>
.test { color: #000000}
</style>
<body>
<p class="test">Test passes if this text is black</p>
</body>