chromium/third_party/blink/web_tests/compositing/squashing/squash-with-ancestor-mask.html

<!DOCTYPE html>
<head>
<link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
<style>
  #ancestor {
    -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
  }
</style>
<script src="resources/squash-with-ancestor-property.js"></script>
<script>
  window.onload = generateDom;
</script>
</head>

<body>
</body>