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