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

11 lines
223 B
HTML

<!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>