chromium/third_party/blink/web_tests/external/wpt/css/filter-effects/backdrop-filter-plus-opacity-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>backdrop-filter: Correctly apply backdrop-filter with opacity</title>
<link rel="author" href="mailto:[email protected]">



<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>