summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/deprecated-sameas-ButtonFace-ref.html
blob: 63b14e4fdaac850f829c94b78075cdabb146a674 (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: ButtonFace; 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>