haikuwebkit/LayoutTests/webanimations/translate-property-and-tran...

17 lines
211 B
HTML

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