blob: 545c95357a279e2f7b046e2ec1af7df249e9e722 [file] [log] [blame]
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
<style>
#ancestor {
background-blend-mode: difference, normal;
}
#composited-overlap-child {
background-image: url(resources/blue.png);
}
</style>
<script src="resources/squash-with-ancestor-property.js"></script>
</head>
<body>
</body>
<script>
generateDom();
</script>