-webkit-box-reflect bug with transform: scale()

by Umar

HTML

<img src="http://lorempixum.com/400/200">
<img src="http://lorempixum.com/400/200">

CSS

img:nth-child(1) {
    -webkit-box-reflect: below 0 -webkit-linear-gradient(rgba(255, 255, 255, .01) 66%, rgba(255, 255, 255, .3));
    -webkit-transform: scale(1.00000006);
}

img:nth-child(2) {
    -webkit-box-reflect: below 0 -webkit-linear-gradient(rgba(255, 255, 255, .01) 66%, rgba(255, 255, 255, .3));
    -webkit-transform: scale(1.000000059);
}