summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/filter-contrast-001-ref.html
blob: 1be00e8bba72ed3203819cb51586947535ac5096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Takeshi Kurosawa" href="mailto:taken.spc@gmail.com">
    <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
    <style type="text/css">
       div {
           width: 200px;
           height: 200px;
           background-color: green;
       }
    </style>
</head>
<body>
    <p>The test passes if there is a green box.</p>

    <div></div>
</body>
</html>