summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/backdrop-filter-clipped-ref.html
blob: 5100d6a646b6e8e4a31fff12d702c773a80723e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<meta charset="utf-8">
<title>backdrop-filter: Basic operation of filter</title>
<link rel="author" href="mailto:masonf@chromium.org">



<p>Expected: A green box</p>
<div id="colorbox"></div>




<style>
div {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 10px;
    top: 50px;
    background: green;
}
</style>