mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 02:06:25 +00:00
17 lines
356 B
HTML
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>
|