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