summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/white-space-wrap-after-nowrap-001-ref.html
blob: 71e1c82465cb8354f21f5e88af9ec3db082e94b0 (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">
<style>
div {
  width: 10ch;
  border: 2px solid blue;
  line-height: 1;
}
.ideo > div {
  width: 1em;
}
</style>
<body>
  <section>
    <div>12345<br>67890</div>
    <div>12345<br>67890</div>
    <div>12345<br>67890</div>
    <div>12345<br>67890</div>

    <div>12345<br>67890</div>
    <div>12345<br>67890</div>
  </section>

  <section class="ideo">
    <div><br></div>
    <div><br></div>
  </section>
</body>