haikuwebkit/LayoutTests/webanimations/scale-property-and-scale-an...

17 lines
195 B
HTML

<style>
div {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
background-color: black;
will-change: scale;
scale: 0.5;
}
</style>
<div></div>