Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
p {
color: white;
background: green;
}
</style>
<body>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
<p>This line should be green.</p>
</body>
</html>