blob: 42d6a5e81e0279131206e562b07776ded308646a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
background-color: black;
transform: translateX(100px);
will-change: transform;
}
</style>
</head>
<body>
<div></div>
</body>
</html>