blob: e7c071abb3734a43b7a05d052363a3230d882db1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
background-color: black;
transform: scale(2) translate(100px, 100px);
}
</style>
</head>
<body>
<div></div>
</body>
</html>