summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/whitetext-ref.html
blob: 0237a810eb9df12c418cffa5eb39563e4cd3f555 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="utf-8">
<title>White text reference</title>
<style>
    .test { color: #FFFFFF; background-color: #333; padding: 3px}
</style>
<body>
    <p class="test">Test passes if this text is white</p>
</body>