blob: 55a7bb100d1701b44f0681d813814c3234480ba7 [file] [log] [blame]
<!DOCTYPE html>
<style>
#block {
display: inline;
margin: 10px;
width: 400px;
height: 60px;
border: 1px solid black;
backface-visibility: hidden;
position: relative;
left: 50px;
}
</style>
<div id="block">When this layer moves it shouldn't generate a repaint rect.</div>