chromium/third_party/blink/web_tests/external/wpt/css/filter-effects/blur-clip-stacking-context-ref.html

<!doctype html>
<title>CSS Test Reference</title>
<link rel="author" href="mailto:[email protected]" title="Emilio Cobos Álvarez">
<style>
  div {
    position: absolute;
    top: 10px;
    left: 10px;
    background: green;
    width: 100px;
    height: 100px;
  }
</style>
<div></div>