summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-last-word-001-ref2.html
blob: 9c9f41312e8da239ca02b435e3fa0ab7a14e669a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<style>
div {
  width: 5ch;
  border: 1px solid blue;
}
</style>
<body lang="en-us">
  <div style="width: 10ch">Test example</div>
  <div>ex&shy;am&shy;ple</div>
  <div>1<br>ex&shy;am&shy;ple</div>
  <div>1234 ex&shy;am&shy;ple</div>
  <div>ex&shy;am&shy;ple 5678</div>
  <div>1234 ex&shy;am&shy;ple 5678</div>
</body>