summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/floats/floats-line-wrap-shifted-001-ref.html
blob: ab06bba524093614ace91ce09daabf08a73cb135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<style>
div {
  font-size: 10px;
  width: 12ch;
  line-height: 1;
  background: yellow;
}
.float {
  width: 12ch;
  height: 1em;
  background: orange;
}
</style>

<body>
<div>
  1111<br>
  2222 3333
  <div class="float"></div>
</div>

</body>