<!doctype html><htmlclass="reftest-wait"><title>CSS Backgrounds: local attachment content-box background scroll with padding</title><linkrel="help"href="https://drafts.csswg.org/css-backgrounds-3/#the-background-attachment"><linkrel="help"href="https://drafts.csswg.org/css-backgrounds-3/#the-background-clip"><linkrel="match"href="local-attachment-content-box-scroll-ref.html"><scriptsrc="/common/reftest-wait.js"></script><scriptsrc="/common/rendering-utils.js"></script><style>.container{width:100px;height:100px;box-sizing:border-box;overflow:hidden;border:1pxsolidblack;padding:20px;background-color:blue;background-attachment:local;background-clip:content-box;display:none;}.content{width:400px;height:400px;}</style><divid="container1"class="container"><divclass="content"></div></div><divid="container2"class="container"><divclass="content"></div></div><divid="container3"class="container"><divclass="content"></div></div><divid="container4"class="container"><divclass="content"></div></div><script>container1.style.display='block';container2.style.display='block';container2.scrollTo(40,40);container3.style.display='block';container3.scrollTo(260,260);container4.style.display='block';container4.scrollTo(400,400);waitForAtLeastOneFrame().then(()=>{container1.scrollTo(40,40);container2.scrollTo(0,0);container3.scrollTo(400,400);container4.scrollTo(260,260);takeScreenshot();});</script>