summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/deprecated-sameas-GrayText-ref.html
blob: 83d736c664989416bbcc281c66c7901695a96a6d (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: deprecated system colors</title>
<style>
    .ref { background-color: GrayText; width: 12em; height: 12em; }
</style>
<body>
    <p>Test passes if you see a square, not two rectangles of different colors; and no red.</p>
    <div class="ref"></div>
</body>