<!DOCTYPE html><title>CSS Masking: Test clip-path property with svg clipPath element in column</title><linkrel="author"title="Fredrik Söderquist"href="mailto:fs@opera.com"><linkrel="help"href="https://drafts.fxtf.org/css-masking-1/#the-clip-path"><linkrel="issue"href="https://bugs.chromium.org/p/chromium/issues/detail?id=626097"><linkrel="match"href="reference/clip-path-columns-shape-002-ref.html"><metaname="assert"content="This test ensures that clip-path property works correctly in column layout when SVG <clipPath> elements with clipPathUnits='userSpaceOnUse' is referenced."><style>body{margin:0;}.clipped{background-color:green;border:5pxsolidred;-webkit-clip-path:url(#c);clip-path:url(#c);}</style><divstyle="columns: 2; column-gap: 0; width: 200px; height: 100px"><divstyle="height: 100px"></div><divstyle="height: 90px"class="clipped"></div></div><svg><clipPathid="c"clipPathUnits="userSpaceOnUse"><rectx="5"y="5"width="90"height="90"/></clipPath></svg>