summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/filters-ref-brightness-003.html
blob: a587321538ee3dc9bb5653bb6392d631e4ed7fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Jun Ichikawa" href="mailto:jun1ka0@gmail.com">
    <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
    <style type="text/css">

        div.brightness_noset {
            width: 200px;
            height: 200px;
            background-color: rgb(0, 255, 0);
        }
    </style>
</head>
<body>
    <p>You should see green rectangle.</p>
    <div class="brightness_noset"></div>

</body>
</html>