summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/abs-in-ruby-base.html
blob: bff3a3b748c21000f7f27271660a9965779383c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Absolutely-positioned element in ruby base</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="help" href="https://drafts.csswg.org/css-ruby-1/#formatting-context">
<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><rbc><rb class="rel"><span class="abs">X</span></rb></rbc></ruby>