summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/auto-hyphenation-1.html
blob: 5822adbef1658982685c819ee42b46a3ff4eb5d9 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<!-- simple test for automatic hyphenation -->
<body lang="en-us">
<div style="width: 5em; hyphens: auto; font-family:sans-serif;">
supercalifragilisticexpialidocious
</div>
</body>
</html>