1
0
Fork 0
firefox/testing/web-platform/tests/css/css-break/box-shadow-003-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
644 B
HTML

<!DOCTYPE html>
<style>
#mc > div {
position: absolute;
inline-size: 50px;
border: 10px solid;
}
</style>
<p>Box shadows should not be painted at column breaks.</p>
<div id="mc" style="position:relative; margin:50px; inline-size:400px; block-size:100px; background:yellow; writing-mode:vertical-rl;">
<div style="inset-inline-start:-10px; inset-block-start:-10px; block-size:100px; border-block-end:none;"></div>
<div style="inset-inline-start: 140px; block-size:100px; border-block-start:none; border-block-end:none;"></div>
<div style="inset-inline-start: 290px; block-size:50px; border-block-start:none;"></div>
</div>