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



<div>
  <p>Expected: Just a single grey box.</p>
</div>
<div class="colorbox"></div>


<style>
.colorbox {
    position: absolute;
    background: #808080;
    width: 100px;
    height: 100px;
    left: 10px;
    top: 100px;
}
</style>