summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-mask.html
blob: 0fd7abdf65e2c6f99ca22903aebd13bc13603aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>