tenfourfox/layout/reftests/css-ruby/bidi-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>