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