summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-cascade/reference/ref-green-text.html
blob: 8183c04087037c66bb33def60bae0ea79ec964df (plain)
1
2
3
4
5
6
7
8
9
<!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>