chromium/third_party/blink/web_tests/external/wpt/css/css-masking/mask-image/mask-image-clip-exclude-ref.html

<!doctype html>
<title>CSS test reference</title>
<style>
  div {
    width: 100px;
    height: 100px;
    border: 10px solid green;
  }
</style>
<div></div>