summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/reference/svg-feflood-ref.html
blob: 5623b08ecd71b292e698ee249a79b59d0046300f (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="Dirk Schulze" href="mailto:dschulze@adobe.com">
    <meta name="flags" content="svg">
    <style type="text/css">
    svg {
        width: 500px;
        height: 500px;
    }
    </style>
</head>
<body>
    <p>The test passes if you see a black square and no red.</p>
    <svg>
        <rect width="300" height="300" fill="black"/>
    </svg>
</body>
</html>