Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/css-ruby/reftest.list
<!DOCTYPE html>
<!--
-->
<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>