Files
UXP-Fixed/layout/reftests/css-ruby/bidi-1.html
T
2018-02-02 04:16:08 -05:00

17 lines
356 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bug 1141928 - Position of ruby annotation in RTL text</title>
<style>
body { color: transparent; }
rb { background: green; }
rtc { background: red; }
rt { background: cyan; }
</style>
</head>
<body dir="rtl">
<ruby><rb>base<rtc><rt>text</ruby>
</body>
</html>