background-origin:border-box;

background-origin:content-box;

background-origin:padding-box; (Default)

Notabene : A new property background-clip:border-box | content-box | padding-box; represents the position of the background in relation with the box element
But, with background-origin, the background-positions coords of background-images are calculate in relation to the box too. (content-box for example).
The spec says that we can mix both but it's not well implemented yet.