blob: 05383cd3bb4517a35f18927eb3353151b7bbf6c8 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>backdrop-filter: Zero-size div with backdrop filter shouldn't filter anything</title>
<link rel="author" title="Mason Freed" href="mailto:masonfreed@chromium.org">
<p>Expected: A single green box.</p>
<div></div>
<style>
div {
position: absolute;
width: 100px;
height: 100px;
background: green;
left: 10px;
top: 100px;
}
</style>