<!DOCTYPE html><title>clip-path on inline with margin-box</title><linkrel="help"href="https://drafts.csswg.org/css-shapes-1/#valdef-shape-box-margin-box"><linkrel="match"href="clip-path-inline-004-ref.html"><metacontent="ahem"name="flags"><linkrel="stylesheet"type="text/css"href="/fonts/ahem.css"/><style>.container{font:100px/1Ahem;line-height:100px;}.container>span{margin:50px;clip-path:circle(25%)margin-box;color:green;}</style><p>Test passes if there is a filled green circle with radius 50px.<divclass="container"><span>X</span></div>