blob: 799c869681ca8d6a6764c8e00ecf378a3af114b1 [file] [log] [blame]
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
<style>
#ancestor {
-webkit-filter: hue-rotate(50deg);
}
</style>
<script src="resources/squash-with-ancestor-property.js"></script>
</head>
<body>
</body>
<script>
generateDom();
</script>