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



<p>Expected: A green box.</p>

<div class="greenbox"></div>


<style>
.greenbox {
  position: absolute;
  background: green;
  width: 100px;
  height: 100px;
  top: 100px;
  left: 60px;
}
</style>