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/ruby-align-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Tests for ruby-align</title>
<link rel="match" href="ruby-align-001-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
ruby { line-height: 0; }
rt > div { width: 160px; }
</style>
<body style="font: 16px/3 Ahem">
<ruby style="ruby-align: start">
<rb>X X X<rt><div></div></rt>
</ruby><br>
<ruby style="ruby-align: center">
<rb>X X X<rt><div></div></rt>
</ruby><br>
<ruby style="ruby-align: space-between">
<rb>X X X<rt><div></div></rt>
</ruby>