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/abs-in-ruby-container.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Absolutely-positioned element in ruby container</title>
<link rel="match" href="abs-in-ruby-base-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
.rel { position: relative; }
.abs { position: absolute; left: 0; top: -1em; }
</style>
<body style="font: 50px/3 Ahem">
X<ruby class="rel"><rbc><rb><span class="abs">X</span></rb></rbc></ruby>