blob: 90d47ae1d53baabc2ffa329f1d09dd41b9b85b16 (
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>
<!--
Reftest 2 for Bug 1395777 (reference file)
-->
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<style>
html {
font-size: xx-large;
}
ruby {
width: 1.4em;
}
rtc {
display: inline-block;
writing-mode: vertical-rl;
text-orientation: upright;
vertical-align: text-top;
}
</style>
</head>
<body>
<ruby>
<rbc>BASE</rbc><rtc>LONGRT</rtc>
</ruby>
</body>
</html>
|