<!DOCTYPE html><title>CSS Test (Backgrounds): border-radius clipping on overflow:hidden with transforms</title><linkrel="author"title="L. David Baron"href="https://dbaron.org/"><linkrel="author"title="Google"href="http://www.google.com/"><linkrel="help"href="https://bugs.chromium.org/p/chromium/issues/detail?id=1207151"><linkrel="help"href="https://drafts.csswg.org/css-backgrounds-3/#corner-clipping"><linkrel="match"href="border-radius-clipping-with-transform-001-ref.html"><metaname="assert"content="The content should be clipped correctly, despite the interesting transforms."><metaname="fuzzy"content="maxDifference=0-48; totalPixels=0-6783"/><style>#outer{border:10pxsolid#000;border-radius:60px;width:200px;height:200px;overflow:hidden;transform:rotate(90deg);position:absolute;top:10px;left:10px;}#inner{width:100%;height:100%;background:blue;transform:translateZ(0);}#coverinner,#coverouter{position:absolute;border:4pxsolidfuchsia;filter:grayscale(30%);}#coverinner{width:196px;height:196px;top:18px;left:18px;border-radius:52px;}#coverouter{width:216px;height:216px;top:8px;left:8px;border-radius:62px;}</style><divid="outer"><divid="inner"></div></div><divid="coverinner"></div><divid="coverouter"></div>