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