blob: 54c6f8b91def71a7a3e7635d346c80ac9638a662 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css" media="screen">
.box {
height: 200px;
width: 200px;
margin: 10px;
background-color: green;
will-change: transform;
}
</style>
</head>
<body>
<div id="object-content" class="box">
</div>
</body>
</html>