Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
div {
color: green;
}
</style>
<body>
<p>Test passes if the "Filler Text" below is green.</p>
<div>Filler Text
<p>Filler Text</p>
</div>
</body>
</html>