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