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-tab-in-base-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Ruby Test: tabulation inside a ruby base</title>
<link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
<link rel="match" href="ruby-tab-in-base-001-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
div.test {
font: 25px/1 Ahem;
white-space: pre;
tab-size: 100px;
}
</style>
<body>
<div class="test">X<ruby>	Y<rt>z</rt></ruby></div>
</body>