blob: 8183c04087037c66bb33def60bae0ea79ec964df [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Green text reference</title>
<style>
.test { color: green; }
</style>
<body>
<p class="test">Test passes if this text is green.</p>
</body>