summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/reference/intra-base-white-space-001-ref.html
blob: 4615b53ea745212373844aa82ad84eb14dd747a5 (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
<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Reference File</title>

  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">

  <style>
  ruby
    {
      background-color: lightblue;
      font-size: 60px;
    }
  </style>

  <ruby>

    <rb>b</rb><rt>a</rt><rb>&nbsp;</rb><rt></rt><rb>c</rb><rt>a</rt><rb>d&nbsp;</rb><rt>a</rt><rb>e</rb><rt>a</rt>

  </ruby>

  <!--

  |[ a ]|[  ]|[ a ]|  [ a ]  |[ a ]|
  |[ b ]|[ws]|[ c ]|[ d ][ws]|[ e ]|

  -->