summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/hyphenation-control-2-ref.html
blob: 6f48c8bd8bd8fd51b901d092203d78cf9f4d7b9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<style>
code {
  display:block;
  hyphens:manual;
  border: 1px solid black;
}
</style>
</head>
<body lang="en-us">
<code style="width:15ch;">
Supercali-<br />fragilistic-<br />expialidocious
</code>
<br />
<code style="width:15ch;">
Supercali&#x2010;<br />fragilistic&#x2010;<br />expialidocious
</code>
<br />
</body>
</html>