summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-xmllang-8.xhtml
blob: 97ce7fcd9d00b27df73abac7a8aa14563d69d5e8 (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 hyphenation is not applied when language is not specified -->
<body>
<div style="width: 5em; hyphens: auto;">
supercalifragilisticexpialidocious
</div>
</body>
</html>