blob: 4a2d2dfe7f30d60a8fcd97c656997f5301084960 [file] [log] [blame]
<!DOCTYPE html>
<body>
<style>
div {
width: 100px;
height: 100px;
background-color: black;
will-change: transform;
transform: translateX(100px);
}
</style>
<div></div>
</body>