It is appeared in EFL. I checked at r159833. Test: http://black.company100.com/test/background-size-cover/ The color of rightmost pixel is expected to be cyan. Google Chrome 27 works correctly. EFL MiniBrowser displays black pixel at rightmost. I found 2 reappearance conditions. The gap is appeared if at least one of the conditions is true. 1. Set position style of the element to fixed { position: fixed; } 2. Make the element an AC layer. { -webkit-transform: translateZ(0); } The above test applies 2nd condition only. ( position: absolute, -webkit-transform: translateZ(0). )