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