blob: 5271d75e564379a07162997b1cedcce41456c9cb [file] [log] [blame]
<html>
<head>
<style type="text/css">
.green {
width: 100px;
height: 100px;
background-color: green;
display: block;
}
.composited {
will-change: transform;
}
</style>
</head>
<body>
<div class="green composited"></div>
</body>
</html>