summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/bidi-2-ref.html
blob: c46e956e0a61f7324f8a26c2f2011e69431f382a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Bug 1141931 - Bidi reordering of ruby</title>
  <link rel="stylesheet" href="common.css">
  <style> rb { margin: 0 5px; } </style>
</head>
<body>
  <p>
    <ruby>
      <rb>base1</rb><rb>base2</rb>
      <rt>text1</rt><rt>text2</rt>
      <rb>base4</rb><rb>base3</rb>
      <rt>text4</rt><rt>text3</rt>
    </ruby>
    <ruby>
      <rb>base7</rb><rb>base8</rb>
      <rt>text7</rt><rt>text8</rt>
      <rb>base6</rb><rb>base5</rb>
      <rt>text6</rt><rt>text5</rt>
    </ruby>
  </p>
  <p style="text-align: right">
    <ruby>
      <rb>base5</rb><rb>base6</rb>
      <rt>text5</rt><rt>text6</rt>
      <rb>base8</rb><rb>base7</rb>
      <rt>text8</rt><rt>text7</rt>
    </ruby>
    <ruby>
      <rb>base3</rb><rb>base4</rb>
      <rt>text3</rt><rt>text4</rt>
      <rb>base2</rb><rb>base1</rb>
      <rt>text2</rt><rt>text1</rt>
    </ruby>
  </p>
</body>
</html>