chromium/third_party/blink/web_tests/external/wpt/css/css-writing-modes/reference/baseline-with-orthogonal-flow-001-ref.html

<!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>