haikuwebkit/LayoutTests/webanimations/accelerated-translate-anima...

15 lines
249 B
HTML

<style>
#target {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
background-color: black;
transform: translate3d(50px, 50px, 0);
}
</style>
<div id="target"></div>