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