gecko/layout/reftests/css-ruby/bidi-1.html
Xidorn Quan c54299c818 Bug 1141928 part 3 - Reftest for simple RTL case. r=jfkthame
The added test only tests the position of ruby text and ruby text container. The position of text inside is not correct yet, which will be fixed in bug 1141931.
2015-03-14 16:46:33 +11: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>