Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="match" href="box-shadow-002-ref.html">
<p>Box shadows should not be painted at column breaks.</p>
<div style="columns:3; column-gap:50px; column-fill:auto; margin:50px; inline-size:400px; block-size:100px; background:yellow;">
<div style="box-shadow:0px 0px 0px 10px; inline-size:50px; block-size:250px;"></div>
</div>