summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/reference/ruby-annotation-pairing-001-ref.html
blob: 2a8f9a836fff9106e1430649cae3ad9a57aea241 (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
<!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/">
 <link rel="stylesheet" href="/fonts/ahem.css">

  <style>
  div
    {
      font-family: Ahem;
      font-size: 60px;
      line-height: 1;
    }

  div.annotation
    {
      font-size: 30px;
      margin-top: 60px;
      text-indent: 15px;
    }
  </style>

  <div class="annotation">A</div>

  <div>W Z</div>

  <div class="annotation">A</div>

  <div>W Z</div>

  <div class="annotation">A</div>

  <div>W Z</div>