blob: cdca884e8649edfb2a681e293666331bf3279428 [file] [log] [blame]
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
<style>
#ancestor {
-webkit-box-reflect: below;
}
#composited-overlap-child {
will-change: transform;
}
</style>
<script src="resources/squash-with-ancestor-property.js"></script>
<script>
window.onload = generateDom;
</script>
</head>
<body>
</body>