Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ruby/interlinear-block-margin-box.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>