summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-4.html
blob: 82d187e2522525b12ab99f8dc309caee700b73fd (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<!-- check that hyphenation is not applied to unknown language -->
<body lang="x-unknown-language">
<div style="width: 5em; hyphens: auto;">
supercalifragilisticexpialidocious
</div>
</body>
</html>