Source code

Revision control

Copy as Markdown

Other Tools

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