summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/hyphenation-control-3-ref.html
blob: 46a6b60d6e1e551281988ae8420d04ef79729be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<style>
code {
  display: block;
  hyphens: manual;
  border: 1px solid black;
  /* Prefer Courier New if available, as otherwise Menlo may be used,
     and its HYPHEN and HYPHEN-MINUS glyphs don't match. */
  font-family: Courier New, Courier, monospace;
}
</style>
</head>
<body lang="en-us">
<code style="width:100ch;">
abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstu-<br />vwxyzsupercalifragilisticexpialidocious-<br />abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz
</code>
</body>
</html>