summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/squashing/squash-with-ancestor-opacity-expected.html
blob: bdd5d10205202f12125c577fa4c71b1a676f3e3a (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 {
    opacity: 0.8;
  }
</style>
<script src="resources/squash-with-ancestor-property.js"></script>
<script>
  window.onload = generateDom;
</script>
</head>

<body>
</body>