background-origin: value;
object.style.backgroundOrigin = "value";
<'background-origin'> = <box>#
<box> = border-box | padding-box | content-box
border-box
Area within the border box.
padding-box
Area within the padding box.
content-box
Area within the content box.