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