summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/ruby-intercharacter-1-ref.htm
blob: 6327ad90f7800f8c467228808598b008cb3304c9 (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
29
30
31
32
33
34
<!DOCTYPE html>
<!--
Reftest 1 for Bug 1395777 (reference file)
-->
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<style>
body {
  font-size: 30px;
  line-height: 1;
}
.rbc {
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.rtc {
  height: 30px;
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  vertical-align: top;
  text-align: center;
  font-size: 30%;
}
</style>
</head>
<body>
  <div>
    <span class="rbc">BASE</span><span class="rtc">RT</span>
  </div>
</body>
</html>