<!DOCTYPE html><title>clip-path on inline with margin-box and border-radius</title><linkrel="help"href="https://drafts.csswg.org/css-shapes-1/#valdef-shape-box-margin-box"><linkrel="help"href="https://drafts.csswg.org/css-shapes-1/#typedef-shape-box"><linkrel="match"href="clip-path-inline-008-ref.html"><metaname="fuzzy"content="maxDifference=0-14; totalPixels=0-240"><metacontent="ahem"name="flags"><linkrel="stylesheet"type="text/css"href="/fonts/ahem.css"/><style>.container{font:50px/1Ahem;line-height:50px;}.container>span{margin:25px;border-radius:50px;clip-path:margin-box;color:green;/* This outline draws far outside the margin box and should be partially clipped. */outline:200pxsolidgreen;/* Disables margin collapsing. */float:left;}</style><p>Test passes if there is a filled green circle with radius 50px.<divclass="container"><span>X</span></div>