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