blob: 60b0b6c117332f0e246816f71b378fc6eabe58c2 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>backdrop-filter: Basic operation of filter</title>
<link rel="author" title="Mason Freed" href="mailto:masonfreed@chromium.org">
<p>Expected: A green box</p>
<div id="colorbox"></div>
<style>
div {
position: absolute;
width: 100px;
height: 100px;
left: 10px;
top: 50px;
background: green;
}
</style>