blob: 71f166650109ae56f88ad8c5c29462c18138ae60 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.box {
height: 100px;
width: 100px;
background-color: blue;
-webkit-transform: scale(1, 1) translate3d(10px, 10px, 0);
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>