chromium/third_party/blink/web_tests/external/wpt/css/filter-effects/backdrop-filter-zero-size-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>backdrop-filter: Zero-size div with backdrop filter shouldn't filter anything</title>
<link rel="author" href="mailto:[email protected]">



<p>Expected: A single green box.</p>
<div></div>




<style>
div {
    position: absolute;
    width: 100px;
    height: 100px;
    background: green;
    left: 10px;
    top: 100px;
}
</style>