summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/greentext-ref.html
blob: 1f6d079700cb8ded587e86a9878aa0f261052886 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="utf-8">
<title>Green text reference</title>
<style>
    .test { color: #008000}
</style>
<body>
    <p class="test">Test passes if this text is green</p>
</body>