Source code

Revision control

Copy as Markdown

Other Tools

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