summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/reference/baseline-with-orthogonal-flow-001-ref.html
blob: dda75ca1ef495507c75c27f4a1de638bbf5506f8 (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>
<html>
<head>
  <meta charset="UTF-8">
  <title>
    CSS Reference Case
  </title>
  <style>
    .ib {
      display: inline-block;
    }
  </style>
</head>
<body>
  Test passes if the visible characters below are baseline-aligned.
  <br><br>

  aaa

  <div class="ib">
    bbb
  </div>

  <div class="ib">
    ccc
  </div>
</body>
</html>