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