gecko/layout/reftests/text/auto-hyphenation-1.html

11 lines
195 B
HTML

<!DOCTYPE html>
<html>
<!-- simple test for automatic hyphenation -->
<body lang="en-us">
<div style="width: 5em; -moz-hyphens: auto;">
supercalifragilisticexpialidocious
</div>
</body>
</html>