blob: 639f57f375861d9a5a412e2699640987341b3f0e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
background-color: black;
transform: rotate(30deg);
will-change: transform;
}
</style>
</head>
<body>
<div></div>
</body>
</html>