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