blob: bbbdb55c9cf3211e5315e0abdda51f8b06c900e6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
.test {
width: 20px;
height: 30px;
position: absolute;
left: 10px;
top: -8.5px;
background-color: red;
}
.composited {
will-change: transform;
background-color: green;
}
</style>
<body>
<div class="test"></div>
<div class="test composited"></div>