chromium/third_party/blink/web_tests/external/wpt/css/css-masking/clip/clip-fixed-pos-transform-descendant-001-ref.html

<!doctype html>
<title>CSS Test Reference</title>
<style>
  html, body { margin: 0 }
  div {
    width: 100px;
    height: 100px;
    background: lime;
  }
</style>
<div></div>