summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/bidi-1-ref.html
blob: c69bb04671b14cdbbd9339435b5d22e812c82168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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 style="text-align: right">
  <ruby><rb>base<rtc><rt>text</ruby>
</body>
</html>