summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-xmllang-3.xhtml
blob: 1560f9e6b9d98cc7dccb2b5c7e3ae0bb62d1a688 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Hyphenation test</title></head>
<!-- check that hyphens:none prevents break at &shy; -->
<body xml:lang="en-us">
<div style="width: 5em; hyphens: none;">
su&#173;per&#173;cal&#173;ifrag&#173;ilis&#173;tic&#173;ex&#173;pi&#173;ali&#173;do&#173;cious
</div>
</body>
</html>