1
0
Fork 0
firefox/layout/reftests/css-ruby/ruby-intercharacter-2.htm
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
315 B
HTML

<!DOCTYPE html>
<!--
Reftest 2 for Bug 1395777 (test file)
-->
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<style>
html {
font-size: xx-large;
}
rtc {
writing-mode: vertical-rl;
text-orientation: upright;
}
</style>
</head>
<body>
<ruby>
<rbc>BASE</rbc><rtc>LONGRT</rtc>
</ruby>
</body>
</html>