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