summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-punctuation-001-ref.html
blob: 75e2363789047924c68527d74abedcaa206e3bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<style>
div {
  width: 5ch;
  border: 1px solid blue;
}
</style>
<body lang="en-us">
  <div>00000 ex&shy;am&shy;ple 00000</div>
  <div>00000 ex&shy;am&shy;ple. 00000</div>
  <div>00000 (ex&shy;am&shy;ple 00000</div>
</body>