<!DOCTYPE html><linkrel="author"title="Morten Stenshorne"href="mailto:mstensho@chromium.org"><linkrel="help"href="https://drafts.csswg.org/css-page-3/#painting"><metaname="assert"content="The root element has a different background painting area and thus the background-clip property has no effect when specified on it."><linkrel="match"href="page-background-005-print-ref.html"><style>@page{size:600px300px;margin:20px;border:20pxsolidblue;padding:20px;background-image:url(support/cat.png);background-repeat:no-repeat;}@pageborder{background-origin:border-box;}@pagepadding{background-origin:padding-box;}@pagecontent{background-origin:content-box;}:root{print-color-adjust:exact;}body{margin:0;}.text{/* Add some padding to leave some room for glyph overflow. The page area may clip overflow, although the ref doesn't. */padding:05px;background:#ddd;}</style><divstyle="page:border; padding-top:100px;"><divclass="text"> There should be a cat in the top left corner, flush with the border edge. The blue border should be painted on top of the cat.</div></div><divstyle="page:padding; padding-top:100px;"><divclass="text"> There should be a cat in the top left corner, flush with the padding box, i.e. just inside the blue border.</div></div><divstyle="page:content;"><divstyle="margin-left:105px; width:10px; height:100px; background:orange;"></div><divclass="text"> There should be a cat in the top left corner, flush with the content box (left-aligned with this box, vertically aligned with the orange bar).</div></div>