haikuwebkit/LayoutTests/webanimations/accelerated-transition-inte...

14 lines
196 B
HTML

<!DOCTYPE html>
<body>
<style>
div {
width: 100px;
height: 100px;
background-color: black;
will-change: transform;
transform: translateX(100px);
}
</style>
<div></div>
</body>