summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/text-wrap-balance-text-indent-001-ref.html
blob: 401e35e2f1f8c534487782df003078b1a53b6e36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
  border: 1px solid;
  font-family: Ahem;
  font-size: 10px;
  text-indent: 5ch;
  width: 10ch;
}
</style>
<div>
  01<br>
  34 6 89<br>
  12 3 56
</div>