blob: 9c9f41312e8da239ca02b435e3fa0ab7a14e669a [file] [log] [blame]
<!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>