how to reproduce:
go to http://www.amazon.de/dp/B00KX14CY6?psc=1
insert css-path sourcecode
write in the console
el = document.querySelector("li:nth-child(3) #a-autoid-2 > span.a-button-inner > input.a-button-input") //second image
el2 = document.querySelector(cssPath(el, document))
el === el2 // false