<!DOCTYPE html><html><head><title>CSS Backgrounds Test: background-clip:border-area</title><linkrel="help"href="https://drafts.csswg.org/css-backgrounds-4/#background-clip"><linkrel="match"href="clip-border-area-ref.html"><metaname="assert"content="border-area: The border area is filled with the background image"><metaname="fuzzy"content="maxDifference=0-130; totalPixels=0-1100"><style>.test{display:inline-block;margin:20px;width:300px;height:150px;box-sizing:border-box;border:50pxsolidtransparent;background-clip:border-area;background-image:url(../resources/blue-100.png);}.rounded{border-radius:40%;}.missing-border{border-right-style:hidden;}.double{border-style:double;}.inset{border-style:inset;}.complex{border-right-style:double;border-bottom-style:dashed;border-left-style:dotted;}</style></head><body><divclass="test"></div><divclass="test rounded"></div><divclass="test missing-border"></div><divclass="test double"></div><divclass="test inset"></div><divclass="test complex"></div></body></html>