summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/filter-external-001-ref.html
blob: 794674da48456eeaee84710ddff8c2197de7cf9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
    <title>CSS Filter Test: Reference for Saturate short hand</title>
    <link rel="author" title="Akihiro Oyamada" href="mailto:admin@yomotsu.net">
    <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
    <style type="text/css">
    div {
        width: 200px;
        height: 200px;
        background: rgb(0%, 46.896%, 0.396%);
    }

    </style>
</head>
<body>
    <p>You should see a green rectangle.</p>

    <div></div>

</body>
</html>