Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
.green {
color: green;
}
</style>
<body>
<div class="green">Filler Text</div>
<div>Filler Text</div>
<p>Test passes if the first "Filler Text" above is green and the second one is black.</p>
</body>
</html>