haikuwebkit/LayoutTests/webanimations/transform-transition-with-d...

17 lines
202 B
HTML

<body>
<style>
div {
position: absolute;
left: 150px;
top: 150px;
height: 100px;
width: 100px;
background-color: black;
transform: scale(2);
}
</style>
<div></div>
</body>