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