8 lines
548 B
HTML
8 lines
548 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<link rel="help" href="https://www.w3.org/TR/css-break-3/#break-decoration">
|
|
<link rel="match" href="box-shadow-005-ref.html">
|
|
<p>Box shadows should be painted around all of the three fragments.</p>
|
|
<div style="columns:3; column-gap:50px; column-fill:auto; margin:50px; inline-size:400px; block-size:100px; background:yellow;">
|
|
<div style="box-decoration-break:clone; box-shadow:0px 0px 0px 10px; inline-size:50px; block-size:250px;"></div>
|
|
</div>
|