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