summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/ruby-intrinsic-isize-002-ref.html
blob: d71de26a259d7bc8784c207980676ac6eb0d5b8e (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 lang="ja">
<meta charset="UTF-8">
<title>Intrinsic ISize calculation of ruby</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<style>
  div {
    display: inline-block;
    border: 1px solid black;
  }
</style>
<p>No line break should happen in any block, and the content should just fit in the block.</p>

<div>
  ABC DEF
</div>
<div>
  XYZ ABCDEF XYZ
</div>

<div>
  あい うえ
</div>
<div>
  お あいうえ お
</div>
<br>