blob: 347b7a684cac002562314b8e8af57fb919667bec [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>backdrop-filter: Correctly apply backdrop-filter with opacity</title>
<link rel="author" title="Mason Freed" href="mailto:masonfreed@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>