1
0
Fork 0
firefox/testing/web-platform/tests/css/css-ruby/interlinear-block-margin-box.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

18 lines
490 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-ruby/#interlinear-block">
<link rel="mismatch" href="interlinear-block-margin-box-ref.html">
<title>padding/border/margin should affect block-axis positioning</title>
<body>
<div>
<ruby>base<rt style="padding-bottom: 5px;">annotation</ruby>
</div>
<div>
<ruby>base<rt style="border-bottom: 7px solid transparent">annotation</ruby>
</div>
<div>
<ruby>base<rt style="margin-bottom: 11px">annotation</ruby>
</div>
</body>