blob: ad654f31f5958a5fa76c9152fb9db9ddfa2a3626 [file] [log] [blame]
<html>
<head>
<style type="text/css">
.green {
width: 100px;
height: 100px;
background-color: rgba(0, 128, 0, 0.5);
display: block;
}
.blue {
width: 50px;
height: 50px;
background-color: rgba(0, 0, 128, 0.5);
display: block;
}
.composited {
transform: translateZ(0);
}
</style>
</head>
<body>
<div class="green composited">
<div class="blue composited">
</div>
</div>
</body>
</html>