1
0
Fork 0
firefox/testing/web-platform/tests/css/css-break/box-shadow-005-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

15 lines
539 B
HTML

<!DOCTYPE html>
<style>
#mc > div {
position: absolute;
inset-block-start:-10px;
inline-size: 50px;
border: 10px solid;
}
</style>
<p>Box shadows should be painted around all of the three fragments.</p>
<div id="mc" style="position:relative; margin:50px; inline-size:400px; block-size:100px; background:yellow;">
<div style="inset-inline-start:-10px; block-size:100px;"></div>
<div style="inset-inline-start: 140px; block-size:100px;"></div>
<div style="inset-inline-start: 290px; block-size:50px;"></div>
</div>