summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/root-ruby-ref.xhtml
blob: 9edd7e3601d3c90f8af670ad81a9dcc2e1ebe5b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
  -->
<html lang="ja" xmlns="http://www.w3.org/1999/xhtml">
<meta charset="utf-8"/>
<title>Reference: :root element with 'display:ruby'.</title>
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com"/>
<style>
rbc {
  display: ruby-base-container;
}
rtc {
  display: ruby-text-container;
}
</style>
<ruby><rtc>
  <rt></rt>
</rtc>
<rbc>
  <rb>A</rb>
  <rb>B</rb>
</rbc>

<pre>block ruby, </pre>
</ruby></html>